|
47 | 47 | "start:ios": "react-native run-ios --project-path example/ios", |
48 | 48 | "start:macos": "react-native run-macos --project-path example/macos --scheme AsyncStorageExample", |
49 | 49 | "start:web": "expo start:web", |
50 | | - "start:windows": "react-native start --use-react-native-windows", |
| 50 | + "start:windows": "install-windows-test-app -p example/windows && react-native run-windows --root example --logging --no-packager --no-telemetry", |
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'", |
|
70 | 70 | "devDependencies": { |
71 | 71 | "@babel/core": "^7.12.0", |
72 | 72 | "@babel/preset-env": "^7.1.6", |
73 | | - "@expo/webpack-config": "^0.16.0", |
74 | 73 | "@react-native-community/eslint-config": "^3.0.0", |
75 | 74 | "@semantic-release/changelog": "^6.0.0", |
76 | 75 | "@semantic-release/git": "^10.0.0", |
77 | 76 | "@types/lodash": "^4.14.184", |
78 | 77 | "@types/react": "^17.0.0", |
79 | | - "@types/react-native": "^0.66.0", |
| 78 | + "@types/react-native": "^0.68.0", |
80 | 79 | "concurrently": "^6.4.0", |
81 | 80 | "detox": "^19.4.5", |
82 | | - "eslint": "^7.0.0", |
83 | | - "expo": "^43.0.0", |
| 81 | + "eslint": "^8.0.0", |
| 82 | + "expo": "^45.0.0", |
84 | 83 | "jest": "^26.6.3", |
85 | 84 | "jest-circus": "^26.6.1", |
86 | 85 | "lodash": "^4.17.21", |
87 | 86 | "prettier": "^2.5.1", |
88 | 87 | "react": "17.0.2", |
89 | 88 | "react-dom": "17.0.2", |
90 | | - "react-native": "^0.66.0-0", |
| 89 | + "react-native": "^0.68.0", |
91 | 90 | "react-native-builder-bob": "^0.18.0", |
92 | | - "react-native-macos": "^0.66.0-0", |
93 | | - "react-native-test-app": "^1.3.4", |
| 91 | + "react-native-macos": "^0.68.0", |
| 92 | + "react-native-test-app": "^1.6.10", |
94 | 93 | "react-native-web": "^0.17.0", |
95 | | - "react-native-windows": "^0.66.0-0", |
| 94 | + "react-native-windows": "^0.68.0", |
96 | 95 | "react-test-renderer": "17.0.2", |
97 | 96 | "semantic-release": "^19.0.0", |
98 | 97 | "typescript": "^4.5.0" |
|
0 commit comments