-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
32 lines (27 loc) · 919 Bytes
/
pnpm-workspace.yaml
File metadata and controls
32 lines (27 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
autoInstallPeers: true
dedupePeerDependents: true
onlyBuiltDependencies:
- esbuild
overrides:
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1"
ajv@>=7.0.0-alpha.0 <8.18.0: ">=8.18.0"
brace-expansion@>=2.0.0 <2.0.3: ">=2.0.3"
brace-expansion@>=4.0.0 <5.0.5: ">=5.0.5"
diff@>=6.0.0 <8.0.3: ">=8.0.3"
flatted@<=3.4.1: ">=3.4.2"
lodash-es@<=4.17.23: ">=4.18.0"
lodash@<=4.17.23: ">=4.18.0"
minimatch@<3.1.4: ">=3.1.4"
minimatch@>=9.0.0 <9.0.7: ">=9.0.7"
minimatch@>=10.0.0 <10.2.3: ">=10.2.3"
picomatch@<2.3.2: ">=2.3.2"
picomatch@>=4.0.0 <4.0.4: ">=4.0.4"
rollup@>=4.0.0 <4.59.0: ">=4.59.0"
peerDependencyRules:
allowedVersions:
"@babel/eslint-parser>eslint": "10"
"@babel/eslint-plugin>eslint": "10"
"@vitejs/plugin-react>babel-plugin-react-compiler": ">=19.0.0"
"eslint-plugin-react-hooks>eslint": "10"
"eslint-plugin-react>eslint": "10"
strictPeerDependencies: true