Skip to content

Commit ea960c8

Browse files
authored
Upgrade packages to versions with Expo SDK support
1 parent c30cea2 commit ea960c8

File tree

2 files changed

+1134
-1832
lines changed

2 files changed

+1134
-1832
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
"dependencies": {
1414
"@config-plugins/detox": "6.0.0",
1515
"@expo/xcpretty": "4.2.2",
16-
"@react-native-async-storage/async-storage": "1.17.11",
16+
"@react-native-async-storage/async-storage": "1.18.2",
1717
"@react-native-community/masked-view": "0.1.11",
1818
"@react-navigation/native": "6.1.7",
1919
"@react-navigation/native-stack": "6.9.13",
20-
"@types/react": "~18.0.27",
21-
"expo": "^48.0.0",
22-
"expo-constants": "~14.2.1",
23-
"expo-image-picker": "~14.1.1",
24-
"expo-splash-screen": "~0.18.2",
25-
"expo-status-bar": "~1.4.4",
20+
"@types/react": "~18.2.14",
21+
"expo": "^49.0.0",
22+
"expo-constants": "~14.4.2",
23+
"expo-image-picker": "~14.3.2",
24+
"expo-splash-screen": "~0.20.5",
25+
"expo-status-bar": "~1.6.0",
2626
"react": "18.2.0",
2727
"react-dom": "18.2.0",
28-
"react-native": "0.71.8",
29-
"react-native-gesture-handler": "~2.9.0",
30-
"react-native-reanimated": "~2.14.4",
31-
"react-native-safe-area-context": "4.5.0",
32-
"react-native-screens": "~3.20.0",
33-
"react-native-web": "~0.18.11"
28+
"react-native": "0.72.4",
29+
"react-native-gesture-handler": "~2.12.0",
30+
"react-native-reanimated": "~3.3.0",
31+
"react-native-safe-area-context": "4.6.3",
32+
"react-native-screens": "~3.22.0",
33+
"react-native-web": "~0.19.6"
3434
},
3535
"devDependencies": {
3636
"@babel/core": "^7.20.0",
@@ -64,7 +64,7 @@
6464
"jest": "29.6.4",
6565
"libpg-query": "13.3.0",
6666
"ts-jest": "^28.0.2",
67-
"typescript": "^4.9.4"
67+
"typescript": "^5.1.3"
6868
},
6969
"resolutions": {
7070
"@typescript-eslint/eslint-plugin": "5.42.1",

0 commit comments

Comments
 (0)