|
18 | 18 | "@babel/preset-env": "^7.20.0", |
19 | 19 | "@babel/runtime": "^7.12.5", |
20 | 20 | "@react-native/eslint-config": "^0.72.1", |
| 21 | + "@react-native/metro-config": "^0.72.0", |
21 | 22 | "@tsconfig/react-native": "^2.0.2", |
| 23 | + "@types/metro-config": "^0.76.1", |
22 | 24 | "@types/react": "^18.0.24", |
23 | 25 | "@types/react-test-renderer": "^18.0.0", |
24 | 26 | "babel-jest": "^29.2.1", |
25 | 27 | "eslint": "^8.19.0", |
26 | 28 | "jest": "^29.2.1", |
27 | | - "metro-react-native-babel-preset": "0.75.1", |
| 29 | + "metro-config": "0.76.0", |
| 30 | + "metro-react-native-babel-preset": "0.76.0", |
28 | 31 | "prettier": "^2.4.1", |
29 | 32 | "react-test-renderer": "18.2.0", |
30 | 33 | "typescript": "4.8.4" |
31 | 34 | }, |
32 | 35 | "engines": { |
33 | 36 | "node": ">=16" |
34 | | - }, |
35 | | - "overrides": { |
36 | | - "@react-native-community/cli": "11.0.0-alpha.0", |
37 | | - "@react-native-community/cli-platform-android": "11.0.0-alpha.0", |
38 | | - "@react-native-community/cli-platform-ios": "11.0.0-alpha.0", |
39 | | - "@react-native-community/cli-plugin-metro": "11.0.0-alpha.0" |
40 | | - }, |
41 | | - "resolutions": { |
42 | | - "@react-native-community/cli": "11.0.0-alpha.0", |
43 | | - "@react-native-community/cli-platform-android": "11.0.0-alpha.0", |
44 | | - "@react-native-community/cli-platform-ios": "11.0.0-alpha.0", |
45 | | - "@react-native-community/cli-plugin-metro": "11.0.0-alpha.0" |
46 | 37 | } |
47 | 38 | } |
0 commit comments