-
Notifications
You must be signed in to change notification settings - Fork 155
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
42 lines (37 loc) · 940 Bytes
/
pnpm-workspace.yaml
File metadata and controls
42 lines (37 loc) · 940 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
33
34
35
36
37
38
39
40
41
42
packages:
- "packages/*"
- "apps/*"
- "tests/*"
- "website"
autoInstallPeers: false
linkWorkspacePackages: true
packageManagerStrict: true
packageManagerStrictVersion: false
updateNotifier: false
overrides:
"caniuse-lite": ^1.0.30001774
allowBuilds:
"@biomejs/biome": true
"@swc/core": true
"core-js": true
"esbuild": true
catalog:
"@rspack/core": ^1.6.0
"@rslib/core": ^0.6.3
"@swc/helpers": ~0.5.17
"@types/node": ^20.19.31
"terser-webpack-plugin": ^5.3.14
"typescript": ^5.9.3
"webpack": ^5.104.1
"react": "19.2.3"
"react-native": "0.84.1"
"vitest": ^4.1.0
catalogs:
testers:
"@types/react": ^19.2.0
"react-native-test-app": 5.1.0
"@react-native/babel-preset": "0.84.1"
"@react-native/typescript-config": "0.84.1"
"@react-native-community/cli": "20.1.2"
"@react-native-community/cli-platform-android": "20.1.2"
"@react-native-community/cli-platform-ios": "20.1.2"