|
21 | 21 | "turbo": "^1.12.5",
|
22 | 22 | "typescript": "^5.3.0"
|
23 | 23 | },
|
| 24 | + "resolutions": { |
| 25 | + "@react-native-mac/virtualized-lists": "^0.76.0", |
| 26 | + "@react-native-community/cli": "^15.0.0", |
| 27 | + "@react-native-community/cli-platform-android": "^15.0.0", |
| 28 | + "@react-native-community/cli-platform-ios": "^15.0.0", |
| 29 | + "@react-native/assets-registry": "^0.76.0", |
| 30 | + "@react-native/babel-plugin-codegen": "^0.76.0", |
| 31 | + "@react-native/babel-preset": "^0.76.0", |
| 32 | + "@react-native/codegen": "^0.76.0", |
| 33 | + "@react-native/community-cli-plugin": "^0.76.0", |
| 34 | + "@react-native/community-cli-plugin/@react-native-community/cli-server-api": "^15.0.0", |
| 35 | + "@react-native/community-cli-plugin/@react-native-community/cli-tools": "^15.0.0", |
| 36 | + "@react-native/gradle-plugin": "^0.76.0", |
| 37 | + "@react-native/js-polyfills": "^0.76.0", |
| 38 | + "@react-native/normalize-colors": "^0.76.0", |
| 39 | + "@react-native/virtualized-lists": "^0.76.0" |
| 40 | + }, |
24 | 41 | "engines": {
|
25 | 42 | "node": "v20.11.1"
|
26 | 43 | },
|
27 | 44 | "packageManager": "[email protected]",
|
28 |
| - "resolutions": { |
29 |
| - "@react-native-community/cli": "^14.0.0", |
30 |
| - "@react-native-community/cli-platform-android": "^14.0.0", |
31 |
| - "@react-native-community/cli-platform-ios": "^14.0.0", |
32 |
| - "@react-native/assets-registry": "^0.75.0", |
33 |
| - "@react-native/babel-plugin-codegen": "^0.75.0", |
34 |
| - "@react-native/babel-preset": "^0.75.0", |
35 |
| - "@react-native/codegen": "^0.75.0", |
36 |
| - "@react-native/community-cli-plugin": "^0.75.0", |
37 |
| - "@react-native/community-cli-plugin/@react-native-community/cli-server-api": "^14.0.0", |
38 |
| - "@react-native/community-cli-plugin/@react-native-community/cli-tools": "^14.0.0", |
39 |
| - "@react-native/gradle-plugin": "^0.75.0", |
40 |
| - "@react-native/js-polyfills": "^0.75.0", |
41 |
| - "@react-native/normalize-colors": "^0.75.0", |
42 |
| - "@react-native/virtualized-lists": "^0.75.0", |
43 |
| - "find-babel-config/json5": "^2.1.1" |
44 |
| - }, |
45 | 45 | "workspaces": [
|
46 | 46 | "packages/api",
|
47 | 47 | "packages/default-storage",
|
48 |
| - "packages/eslint-config", |
| 48 | + "packages/default-storage/example", |
49 | 49 | "packages/sqlite-storage",
|
| 50 | + "packages/sqlite-storage/example", |
| 51 | + "packages/eslint-config", |
50 | 52 | "packages/website"
|
51 | 53 | ]
|
52 | 54 | }
|
0 commit comments