update to new sdk
This commit is contained in:
5255
package-lock.json
generated
5255
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@@ -9,24 +9,24 @@
|
|||||||
"web": "expo start --web"
|
"web": "expo start --web"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@expo/metro-runtime": "~4.0.1",
|
"@expo/metro-runtime": "~5.0.4",
|
||||||
"expo": "~52.0.43",
|
"expo": "^53.0.0",
|
||||||
"expo-constants": "~17.0.8",
|
"expo-constants": "~17.1.6",
|
||||||
"expo-linking": "~7.0.5",
|
"expo-linking": "~7.1.4",
|
||||||
"expo-router": "~4.0.20",
|
"expo-router": "~5.0.6",
|
||||||
"expo-status-bar": "~2.0.1",
|
"expo-status-bar": "~2.2.3",
|
||||||
"react": "18.3.1",
|
"react": "19.0.0",
|
||||||
"react-dom": "18.3.1",
|
"react-dom": "19.0.0",
|
||||||
"react-native": "0.76.9",
|
"react-native": "0.79.2",
|
||||||
"react-native-paper": "^5.13.1",
|
"react-native-paper": "^5.13.1",
|
||||||
"react-native-safe-area-context": "4.12.0",
|
"react-native-safe-area-context": "5.4.0",
|
||||||
"react-native-screens": "~4.4.0",
|
"react-native-screens": "~4.10.0",
|
||||||
"react-native-web": "~0.19.13",
|
"react-native-web": "^0.20.0",
|
||||||
"zustand": "^5.0.3"
|
"zustand": "^5.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.20.0",
|
"@babel/core": "^7.20.0",
|
||||||
"@types/react": "~18.3.12",
|
"@types/react": "~19.0.10",
|
||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true
|
||||||
|
|||||||
Reference in New Issue
Block a user