#0000 - Upgraded expo and his dependencies

This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-10-17 10:23:38 +02:00
parent d95bfc99a6
commit 144e823c77
Signed by: GuillaumeHemmen
GPG key ID: 7921E64524F7EB35
3 changed files with 2859 additions and 1869 deletions

View file

@ -30,7 +30,8 @@
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router"
"expo-router",
"expo-font"
],
"experiments": {
"typedRoutes": true

4695
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -15,29 +15,29 @@
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-navigation/native": "^6.0.2",
"expo": "~50.0.17",
"expo-font": "~11.10.3",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.10",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.9.4",
"expo-web-browser": "~12.8.2",
"expo": "^51.0.38",
"expo-auth-session": "~5.5.2",
"expo-font": "~12.0.10",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-web": "~0.19.6",
"expo-auth-session": "~5.4.0"
"react-native": "0.74.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"jest": "^29.2.1",
"jest-expo": "~50.0.4",
"jest-expo": "~51.0.4",
"react-test-renderer": "18.2.0",
"typescript": "^5.1.3"
"typescript": "~5.3.3"
},
"private": true
}