|
11 | 11 | "lint": "eslint .", |
12 | 12 | "postinstall": "patch-package", |
13 | 13 | "apk": "cd android && ./gradlew assembleRelease", |
14 | | - "dev": "react-native bundle-harmony --dev" |
| 14 | + "dev:harmony": "react-native bundle-harmony --dev" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | 17 | "patch-package": "^8.0.0", |
18 | 18 | "postinstall-postinstall": "^2.1.0", |
19 | 19 | "react": "18.3.1", |
20 | | - "react-native": "0.75.4", |
| 20 | + "react-native": "0.76.1", |
21 | 21 | "react-native-camera-kit": "^14.0.0-beta15", |
22 | 22 | "react-native-paper": "^5.12.5", |
23 | 23 | "react-native-safe-area-context": "^4.11.1", |
24 | 24 | "react-native-update": "^10.15.1", |
25 | 25 | "react-native-vector-icons": "^10.2.0" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@babel/core": "^7.25.9", |
29 | | - "@babel/preset-env": "^7.25.9", |
30 | | - "@babel/runtime": "^7.25.9", |
31 | | - "@react-native/babel-preset": "0.75.4", |
32 | | - "@react-native/eslint-config": "0.75.4", |
33 | | - "@react-native/metro-config": "0.75.4", |
34 | | - "@react-native/typescript-config": "0.75.4", |
35 | | - "@types/react": "^18.3.12", |
36 | | - "@types/react-test-renderer": "^18.3.0", |
37 | | - "babel-jest": "^29.7.0", |
| 28 | + "@babel/core": "^7.25.2", |
| 29 | + "@babel/preset-env": "^7.25.3", |
| 30 | + "@babel/runtime": "^7.25.0", |
| 31 | + "@react-native-community/cli": "15.0.0-alpha.2", |
| 32 | + "@react-native-community/cli-platform-android": "15.0.0-alpha.2", |
| 33 | + "@react-native-community/cli-platform-ios": "15.0.0-alpha.2", |
| 34 | + "@react-native/babel-preset": "0.76.1", |
| 35 | + "@react-native/eslint-config": "0.76.1", |
| 36 | + "@react-native/metro-config": "0.76.1", |
| 37 | + "@react-native/typescript-config": "0.76.1", |
| 38 | + "@types/react": "^18.2.6", |
| 39 | + "@types/react-test-renderer": "^18.0.0", |
| 40 | + "babel-jest": "^29.6.3", |
38 | 41 | "eslint": "^8.19.0", |
39 | | - "jest": "^29.7.0", |
| 42 | + "jest": "^29.6.3", |
40 | 43 | "prettier": "2.8.8", |
41 | 44 | "react-test-renderer": "18.3.1", |
42 | | - "typescript": "5.6.3" |
| 45 | + "typescript": "5.0.4" |
43 | 46 | }, |
44 | 47 | "engines": { |
45 | 48 | "node": ">=16" |
46 | | - } |
| 49 | + }, |
| 50 | + "trustedDependencies": [ |
| 51 | + "postinstall-postinstall" |
| 52 | + ] |
47 | 53 | } |
0 commit comments