We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1da55ae + 1d13b19 commit e579e82Copy full SHA for e579e82
3 files changed
apps/vega/package.json
@@ -45,7 +45,7 @@
45
"@amazon-devices/kepler-cli-platform": "^0",
46
"@babel/core": "^7.20.0",
47
"@babel/traverse": "^7.20.0",
48
- "@react-native-community/cli": "11.3.2",
+ "@react-native-community/cli": "17.0.1",
49
"@react-native-community/cli-tools": "^11.0.0",
50
"@react-native/eslint-config": "0.72.2",
51
"@react-native/metro-config": "^0.72.6",
package.json
@@ -7,6 +7,10 @@
7
"packages/*"
8
],
9
"packageManager": "yarn@4.5.0",
10
+ "resolutions": {
11
+ "js-yaml": "^3.14.2",
12
+ "min-document": "^2.19.1"
13
+ },
14
"scripts": {
15
"dev": "yarn workspace @multi-tv/expo-multi-tv start",
16
"dev:android": "yarn workspace @multi-tv/expo-multi-tv android",
0 commit comments