|
41 | 41 | "format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm')",
|
42 | 42 | "format:js": "prettier --write $(git ls-files '*.js' '*.json' '*.yml')",
|
43 | 43 | "prepare": "bob build",
|
44 |
| - "start": "node node_modules/react-native/local-cli/cli.js start", |
| 44 | + "start": "react-native start", |
45 | 45 | "start:android": "react-native run-android --root example/",
|
46 | 46 | "start:ios": "react-native run-ios --project-path example/ios --scheme AsyncStorageExample",
|
47 | 47 | "start:web": "expo start:web",
|
48 |
| - "start:macos": "react-native start --use-react-native-macos", |
49 | 48 | "start:windows": "react-native start --use-react-native-windows",
|
50 | 49 | "build:e2e:android": "scripts/android_e2e.sh 'build'",
|
51 | 50 | "build:e2e:ios": "scripts/ios_e2e.sh 'build'",
|
|
64 | 63 | "merge-options": "^3.0.4"
|
65 | 64 | },
|
66 | 65 | "peerDependencies": {
|
67 |
| - "react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || ^0.66.0 || 1000.0.0" |
| 66 | + "react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || ^0.66.0 || ^0.67.0 || 1000.0.0" |
68 | 67 | },
|
69 | 68 | "devDependencies": {
|
70 |
| - "@babel/core": "^7.8.4", |
71 |
| - "@babel/runtime": "^7.8.4", |
72 |
| - "@expo/webpack-config": "^0.12.0", |
73 |
| - "@react-native-community/cli": "^4.10.0", |
74 |
| - "@react-native-community/cli-platform-android": "^4.10.0", |
75 |
| - "@react-native-community/cli-platform-ios": "^4.10.0", |
| 69 | + "@babel/core": "^7.12.0", |
| 70 | + "@babel/preset-env": "^7.1.6", |
| 71 | + "@expo/webpack-config": "^0.16.0", |
| 72 | + "@react-native-community/cli": "^5.0.0", |
| 73 | + "@react-native-community/cli-platform-android": "^5.0.0", |
| 74 | + "@react-native-community/cli-platform-ios": "^5.0.0", |
76 | 75 | "@react-native-community/eslint-config": "^3.0.0",
|
77 | 76 | "@semantic-release/changelog": "^5.0.1",
|
78 | 77 | "@semantic-release/git": "9.0.0",
|
79 | 78 | "detox": "17.10.6",
|
80 | 79 | "eslint": "^7.0.0",
|
81 |
| - "expo": "^38.0.10", |
82 |
| - "flow-bin": "^0.122.0", |
| 80 | + "expo": "^43.0.0", |
| 81 | + "flow-bin": "^0.137.0", |
83 | 82 | "jest": "^26.5.3",
|
84 | 83 | "jest-circus": "^26.6.1",
|
85 |
| - "metro": "^0.59.0", |
86 |
| - "metro-config": "^0.59.0", |
87 |
| - "metro-react-native-babel-preset": "^0.59.0", |
88 |
| - "react": "16.13.1", |
89 |
| - "react-dom": "16.13.1", |
90 |
| - "react-native": "0.63.4", |
| 84 | + "react": "17.0.1", |
| 85 | + "react-dom": "17.0.1", |
| 86 | + "react-native": "^0.64.0", |
91 | 87 | "react-native-builder-bob": "^0.18.0",
|
92 |
| - "react-native-macos": "^0.63.4", |
93 |
| - "react-native-test-app": "^0.9.5", |
94 |
| - "react-native-web": "~0.12.0", |
95 |
| - "react-native-windows": "^0.63.41", |
96 |
| - "react-test-renderer": "16.13.1", |
| 88 | + "react-native-macos": "^0.64.0", |
| 89 | + "react-native-test-app": "^0.9.16", |
| 90 | + "react-native-web": "^0.17.0", |
| 91 | + "react-native-windows": "^0.64.0", |
| 92 | + "react-test-renderer": "17.0.1", |
97 | 93 | "semantic-release": "^17.4.6"
|
98 | 94 | },
|
99 | 95 | "jest": {
|
|
0 commit comments