Skip to content

Commit

Permalink
Upgrade packages to versions with Expo SDK support
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Oct 12, 2023
1 parent d6c86c1 commit 6037796
Show file tree
Hide file tree
Showing 2 changed files with 829 additions and 1,623 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
"dependencies": {
"@config-plugins/detox": "6.0.0",
"@expo/xcpretty": "4.2.2",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/native": "6.1.8",
"@react-navigation/native-stack": "6.9.14",
"@types/react": "~18.0.27",
"expo": "^48.0.0",
"expo-constants": "~14.2.1",
"expo-image-picker": "~14.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"@types/react": "~18.2.14",
"expo": "^49.0.0",
"expo-constants": "~14.4.2",
"expo-image-picker": "~14.3.2",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "~0.18.11"
"react-native": "0.72.5",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"jest": "29.7.0",
"libpg-query": "13.3.0",
"ts-jest": "^28.0.2",
"typescript": "^4.9.4"
"typescript": "^5.1.3"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "5.42.1",
Expand Down
Loading

0 comments on commit 6037796

Please sign in to comment.