|
1 | 1 | {
|
2 |
| - "name": "@react-native-async-storage/root", |
3 | 2 | "private": true,
|
4 |
| - "workspaces": [ |
5 |
| - "packages/*" |
6 |
| - ], |
7 |
| - "packageManager": "[email protected]", |
8 |
| - "engines": { |
9 |
| - "node": "v20.11.1" |
10 |
| - }, |
| 3 | + "name": "@react-native-async-storage/root", |
| 4 | + "version": "0.0.1-dev", |
11 | 5 | "scripts": {
|
12 | 6 | "build": "turbo run build",
|
13 | 7 | "format": "concurrently 'yarn:format:*'",
|
|
27 | 21 | "turbo": "^1.12.5",
|
28 | 22 | "typescript": "^5.3.0"
|
29 | 23 | },
|
| 24 | + "engines": { |
| 25 | + "node": "v20.11.1" |
| 26 | + }, |
| 27 | + "packageManager": "[email protected]", |
30 | 28 | "resolutions": {
|
31 |
| - "@react-native-community/cli": "^12.3.0", |
32 |
| - "@react-native-community/cli-platform-android": "^12.3.0", |
33 |
| - "@react-native-community/cli-platform-ios": "^12.3.0", |
34 |
| - "@react-native/babel-preset": "^0.73.0", |
35 |
| - "@react-native/community-cli-plugin": "^0.73.0", |
36 |
| - "@react-native/community-cli-plugin/@react-native-community/cli-server-api": "^12.3.0", |
37 |
| - "@react-native/community-cli-plugin/@react-native-community/cli-tools": "^12.3.0", |
38 |
| - "body-parser/qs": "^6.7.3", |
39 |
| - "find-babel-config/json5": "^2.1.1", |
40 |
| - "uuid": "^9.0.0", |
41 |
| - "ts-node": "^10.9.1", |
42 |
| - "recursive-readdir/minimatch": "^3.0.5", |
43 |
| - "serve-handler/minimatch": "^3.0.5" |
44 |
| - } |
| 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 | + "workspaces": [ |
| 46 | + "packages/api", |
| 47 | + "packages/default-storage", |
| 48 | + "packages/eslint-config", |
| 49 | + "packages/sqlite-storage", |
| 50 | + "packages/website" |
| 51 | + ] |
45 | 52 | }
|
0 commit comments