Skip to content

Commit

Permalink
refactor: upgrade to Expo SDK 49
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 17, 2024
1 parent 270174b commit ac40344
Show file tree
Hide file tree
Showing 2 changed files with 1,056 additions and 1,389 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
},
"dependencies": {
"@expo-google-fonts/open-sans": "^0.2.3",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"dripsy": "^3.10.0",
"expo": "^48.0.7",
"expo-constants": "~14.2.1",
"expo-font": "~11.1.1",
"expo-location": "~15.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-task-manager": "~11.1.1",
"expo-updates": "~0.16.3",
"expo": "^49.0.21",
"expo-constants": "~14.4.2",
"expo-font": "~11.4.0",
"expo-location": "~16.1.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-task-manager": "~11.3.0",
"expo-updates": "~0.18.19",
"geodist": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"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.12"
"react-native": "0.72.6",
"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.21.3",
"@types/react": "~18.0.27",
"@types/react-dom": "~18.0.10",
"typescript": "^4.9.5"
"@types/react": "~18.2.14",
"@types/react-dom": "~18.2.18",
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit ac40344

Please sign in to comment.