mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 04:48:39 +00:00
42 lines
975 B
YAML
42 lines
975 B
YAML
packages:
|
|
- 'apps/**'
|
|
- 'libs/**'
|
|
allowBuilds:
|
|
'@parcel/watcher': false
|
|
core-js: true
|
|
esbuild: true
|
|
lmdb: false
|
|
msgpackr-extract: false
|
|
puppeteer: false
|
|
sharp: true
|
|
workerd: true
|
|
|
|
linkWorkspacePackages: true
|
|
|
|
minimumReleaseAgeExclude:
|
|
- minimatch@10.2.1 || 10.2.3
|
|
- ajv@8.18.0
|
|
- lodash@4.17.24
|
|
- esbuild@0.28.1
|
|
- '@babel/core@7.29.1'
|
|
- undici@7.28.0
|
|
- brace-expansion@1.1.16 || 1.1.17 || 1.1.18 || 5.0.8 || 5.0.9
|
|
- '@hono/node-server@2.0.5'
|
|
- fast-uri@3.1.5
|
|
|
|
overrides:
|
|
'@babel/core@<=7.29.0': ^7.29.1
|
|
'@hono/node-server@<2.0.5': ^2.0.5
|
|
ajv@>=7.0.0-alpha.0 <8.18.0: ^8.18.0
|
|
brace-expansion@>=4.0.0 <5.0.9: ^5.0.9
|
|
lodash@<=4.17.23: ^4.17.24
|
|
lodash@>=4.0.0 <=4.17.23: ^4.17.24
|
|
minimatch@>=10.0.0 <10.2.1: ^10.2.1
|
|
minimatch@>=10.0.0 <10.2.3: ^10.2.3
|
|
|
|
peerDependencyRules:
|
|
allowedVersions:
|
|
"eslint-plugin-import>eslint": "10.6.0"
|
|
"eslint-plugin-jsx-a11y>eslint": "10.6.0"
|
|
"eslint-plugin-react>eslint": "10.6.0"
|