|
42 | 42 | "format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm')",
|
43 | 43 | "format:js": "prettier --write $(git ls-files '*.js' '*.json' '*.yml')",
|
44 | 44 | "prepare": "bob build",
|
45 |
| - "start": "node node_modules/react-native/local-cli/cli.js start", |
| 45 | + "start": "react-native start", |
46 | 46 | "start:android": "react-native run-android --root example/",
|
47 |
| - "start:ios": "react-native run-ios --project-path example/ios --scheme AsyncStorageExample", |
| 47 | + "start:ios": "react-native run-ios --project-path example/ios", |
| 48 | + "start:macos": "react-native run-macos --project-path example/macos --scheme AsyncStorageExample", |
48 | 49 | "start:web": "expo start:web",
|
49 |
| - "start:macos": "react-native start --use-react-native-macos", |
50 | 50 | "start:windows": "react-native start --use-react-native-windows",
|
51 | 51 | "build:e2e:android": "scripts/android_e2e.sh 'build'",
|
52 | 52 | "build:e2e:ios": "scripts/ios_e2e.sh 'build'",
|
53 | 53 | "build:e2e:macos": "scripts/macos_e2e.sh 'build'",
|
54 | 54 | "bundle:android": "scripts/android_e2e.sh 'bundle'",
|
55 | 55 | "bundle:ios": "scripts/ios_e2e.sh 'bundle'",
|
56 |
| - "bundle:macos": "react-native bundle --entry-file index.ts --platform macos --bundle-output example/index.macos.jsbundle --use-react-native-macos", |
| 56 | + "bundle:macos": "react-native bundle --entry-file index.ts --platform macos --bundle-output example/index.macos.jsbundle", |
57 | 57 | "test": "concurrently -n flow,lint,ts yarn:test:flow yarn:test:lint yarn:test:ts",
|
58 | 58 | "test:flow": "flow check",
|
59 | 59 | "test:lint": "eslint src/**/*.js example/**/*.js jest/*.js",
|
|
66 | 66 | "merge-options": "^3.0.4"
|
67 | 67 | },
|
68 | 68 | "peerDependencies": {
|
69 |
| - "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" |
| 69 | + "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" |
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@babel/core": "^7.8.4", |
73 |
| - "@babel/runtime": "^7.8.4", |
74 |
| - "@expo/webpack-config": "^0.12.0", |
75 |
| - "@react-native-community/cli": "^4.10.0", |
76 |
| - "@react-native-community/cli-platform-android": "^4.10.0", |
77 |
| - "@react-native-community/cli-platform-ios": "^4.10.0", |
| 72 | + "@babel/core": "^7.12.0", |
| 73 | + "@babel/preset-env": "^7.1.6", |
| 74 | + "@expo/webpack-config": "^0.16.0", |
| 75 | + "@react-native-community/cli": "^5.0.0", |
| 76 | + "@react-native-community/cli-platform-android": "^5.0.0", |
| 77 | + "@react-native-community/cli-platform-ios": "^5.0.0", |
78 | 78 | "@react-native-community/eslint-config": "^3.0.0",
|
79 | 79 | "@semantic-release/changelog": "^5.0.1",
|
80 | 80 | "@semantic-release/git": "9.0.0",
|
|
83 | 83 | "concurrently": "^6.4.0",
|
84 | 84 | "detox": "17.10.6",
|
85 | 85 | "eslint": "^7.0.0",
|
86 |
| - "expo": "^38.0.10", |
87 |
| - "flow-bin": "^0.122.0", |
| 86 | + "expo": "^43.0.0", |
| 87 | + "flow-bin": "^0.137.0", |
88 | 88 | "jest": "^26.5.3",
|
89 | 89 | "jest-circus": "^26.6.1",
|
90 |
| - "metro": "^0.59.0", |
91 |
| - "metro-config": "^0.59.0", |
92 |
| - "metro-react-native-babel-preset": "^0.59.0", |
93 |
| - "react": "16.13.1", |
94 |
| - "react-dom": "16.13.1", |
95 |
| - "react-native": "0.63.4", |
| 90 | + "react": "17.0.1", |
| 91 | + "react-dom": "17.0.1", |
| 92 | + "react-native": "^0.64.0", |
96 | 93 | "react-native-builder-bob": "^0.18.0",
|
97 |
| - "react-native-macos": "^0.63.4", |
98 |
| - "react-native-test-app": "^0.9.5", |
99 |
| - "react-native-web": "~0.12.0", |
100 |
| - "react-native-windows": "^0.63.41", |
101 |
| - "react-test-renderer": "16.13.1", |
| 94 | + "react-native-macos": "^0.64.0", |
| 95 | + "react-native-test-app": "^0.9.16", |
| 96 | + "react-native-web": "^0.17.0", |
| 97 | + "react-native-windows": "^0.64.0", |
| 98 | + "react-test-renderer": "17.0.1", |
102 | 99 | "semantic-release": "^17.4.6",
|
103 | 100 | "typescript": "^4.5.0"
|
104 | 101 | },
|
|
0 commit comments