This commit is contained in:
parent
ca3899e331
commit
b64c6a93f6
|
@ -12,38 +12,40 @@
|
||||||
"preset": "jest-expo"
|
"preset": "jest-expo"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@expo/vector-icons": "^12.0.0",
|
"@expo/vector-icons": "^13.0.0",
|
||||||
|
"@expo/webpack-config": "^0.17.0",
|
||||||
"@react-navigation/bottom-tabs": "^6.0.5",
|
"@react-navigation/bottom-tabs": "^6.0.5",
|
||||||
"@react-navigation/native": "^6.0.2",
|
"@react-navigation/native": "^6.0.2",
|
||||||
"@react-navigation/native-stack": "^6.1.0",
|
"@react-navigation/native-stack": "^6.1.0",
|
||||||
"@react-navigation/stack": "^6.0.7",
|
"@react-navigation/stack": "^6.0.7",
|
||||||
"expo": "~43.0.0",
|
"expo": "~46.0.0",
|
||||||
"expo-asset": "~8.4.3",
|
"expo-asset": "~8.6.1",
|
||||||
"expo-constants": "~12.1.3",
|
"expo-constants": "~13.2.3",
|
||||||
"expo-device": "~4.0.3",
|
"expo-device": "~4.3.0",
|
||||||
"expo-font": "~10.0.3",
|
"expo-font": "~10.2.0",
|
||||||
"expo-linking": "~2.4.2",
|
"expo-linking": "~3.2.2",
|
||||||
"expo-location": "~13.0.4",
|
"expo-location": "~14.3.0",
|
||||||
"expo-splash-screen": "~0.13.5",
|
"expo-modules-core": "^0.11.4",
|
||||||
"expo-status-bar": "~1.1.0",
|
"expo-splash-screen": "~0.16.1",
|
||||||
"expo-task-manager": "~10.0.3",
|
"expo-status-bar": "~1.4.0",
|
||||||
"expo-web-browser": "~10.0.3",
|
"expo-task-manager": "~10.3.0",
|
||||||
|
"expo-web-browser": "~11.0.0",
|
||||||
"geolib": "^3.3.1",
|
"geolib": "^3.3.1",
|
||||||
"react": "16.13.1",
|
"react": "18.0",
|
||||||
"react-dom": "16.13.1",
|
"react-dom": "18.0",
|
||||||
"react-native": "0.64.3",
|
"react-native": "0.69.4",
|
||||||
"react-native-gesture-handler": "~1.10.2",
|
"react-native-gesture-handler": "~2.5.0",
|
||||||
"react-native-reanimated": "~2.2.0",
|
"react-native-reanimated": "~2.9.1",
|
||||||
"react-native-safe-area-context": "3.3.2",
|
"react-native-safe-area-context": "4.3.1",
|
||||||
"react-native-screens": "~3.8.0",
|
"react-native-screens": "~3.15.0",
|
||||||
"react-native-web": "^0.17.7"
|
"react-native-web": "^0.18.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.9.0",
|
||||||
"@types/react": "~16.9.35",
|
"@types/react": "~18.0",
|
||||||
"@types/react-native": "~0.64.3",
|
"@types/react-native": "~0.69.4",
|
||||||
"jest-expo": "~41.0.0-beta.0",
|
"jest-expo": "~41.0.0-beta.0",
|
||||||
"typescript": "~4.0.0"
|
"typescript": "~4.7.0"
|
||||||
},
|
},
|
||||||
"private": true
|
"private": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue