Skip to content

Commit 2507794

Browse files
authored
Fix dependencies of expo demo (#2769)
1 parent 7b213d8 commit 2507794

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

expoDemo/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,36 @@
77
"eject": "expo eject"
88
},
99
"dependencies": {
10-
"@expo/metro-config": "^0.7.1",
10+
"@expo/metro-config": "~0.10.0",
1111
"@react-native/normalize-color": "^2.1.0",
1212
"@react-navigation/native": "^6.1.5",
1313
"@react-navigation/stack": "^6.3.15",
14-
"expo": "^48.0.4",
15-
"expo-status-bar": "~1.4.4",
14+
"expo": "^49.0.13",
15+
"expo-status-bar": "~1.6.0",
1616
"fuzzysearch": "^1.0.3",
1717
"lodash": "^4.17.21",
1818
"metro-config": "^0.75.1",
19+
"moment": "^2.29.4",
1920
"react": "18.2.0",
2021
"react-dom": "18.2.0",
21-
"react-native": "0.71.3",
22-
"react-native-gesture-handler": "~2.9.0",
22+
"react-native": "0.72.5",
23+
"react-native-gesture-handler": "~2.12.0",
2324
"react-native-haptic-feedback": "^1.14.0",
2425
"react-native-navigation": "^7.32.1",
25-
"react-native-reanimated": "~2.14.4",
26-
"react-native-safe-area-context": "4.5.0",
27-
"react-native-screens": "~3.20.0",
28-
"react-native-svg": "13.4.0",
26+
"react-native-reanimated": "~3.3.0",
27+
"react-native-safe-area-context": "4.6.3",
28+
"react-native-screens": "~3.22.0",
29+
"react-native-svg": "13.9.0",
2930
"react-native-svg-transformer": "^1.0.0",
3031
"react-native-ui-lib": "^7.1.0",
31-
"react-native-web": "~0.18.12",
32+
"react-native-web": "~0.19.6",
3233
"unicorn-demo-app": "^7.1.0"
3334
},
3435
"devDependencies": {
3536
"@babel/core": "^7.21.0",
36-
"@types/react": "~18.0.28",
37+
"@types/react": "~18.2.14",
3738
"@types/react-native": "~0.71.3",
38-
"typescript": "^4.9.5"
39+
"typescript": "^5.1.3"
3940
},
4041
"private": true
4142
}

0 commit comments

Comments
 (0)