Skip to content

Commit c2af4ec

Browse files
authored
Upgrade packages to versions with Expo SDK support
1 parent 43eb7b2 commit c2af4ec

File tree

2 files changed

+1016
-1308
lines changed

2 files changed

+1016
-1308
lines changed

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,31 @@
1414
"dependencies": {
1515
"@config-plugins/detox": "6.0.0",
1616
"@expo/xcpretty": "4.3.1",
17-
"@react-native-async-storage/async-storage": "1.17.11",
17+
"@react-native-async-storage/async-storage": "1.21.0",
1818
"@react-native-community/masked-view": "0.1.11",
1919
"@react-navigation/native": "6.1.9",
2020
"@react-navigation/native-stack": "6.9.17",
21-
"@types/react": "~18.0.27",
22-
"expo": "^48.0.0",
23-
"expo-constants": "~14.2.1",
24-
"expo-image-picker": "~14.1.1",
25-
"expo-splash-screen": "~0.18.2",
26-
"expo-status-bar": "~1.4.4",
21+
"expo": "^50.0.3",
22+
"expo-constants": "~15.4.5",
23+
"expo-image-picker": "~14.7.1",
24+
"expo-splash-screen": "~0.26.4",
25+
"expo-status-bar": "~1.11.1",
2726
"react": "18.2.0",
2827
"react-dom": "18.2.0",
29-
"react-native": "0.71.8",
30-
"react-native-gesture-handler": "~2.9.0",
31-
"react-native-reanimated": "~2.14.4",
32-
"react-native-safe-area-context": "4.5.0",
33-
"react-native-screens": "~3.20.0",
34-
"react-native-web": "~0.18.11"
28+
"react-native": "0.73.2",
29+
"react-native-gesture-handler": "~2.14.1",
30+
"react-native-reanimated": "~3.6.2",
31+
"react-native-safe-area-context": "4.8.2",
32+
"react-native-screens": "~3.29.0",
33+
"react-native-web": "~0.19.10"
3534
},
3635
"devDependencies": {
37-
"@babel/core": "^7.20.0",
36+
"@babel/core": "^7.23.9",
3837
"@jest/types": "29.6.3",
3938
"@types/jest": "^27.5.1",
4039
"@types/node": "18.11.9",
41-
"@types/react": "18.0.25",
42-
"@types/react-dom": "~18.0.10",
40+
"@types/react": "~18.2.48",
41+
"@types/react-dom": "~18.0.11",
4342
"detox": "20.17.0",
4443
"eslint": "8.27.0",
4544
"eslint-config-upleveled": "7.5.0",

0 commit comments

Comments
 (0)