chore: fix dependencies

This commit is contained in:
2026-02-21 14:03:47 +01:00
parent 14a64e4abe
commit bf4df84ffe
4 changed files with 219 additions and 218 deletions
+17 -6
View File
@@ -11,18 +11,19 @@
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "^7.10.1",
"@react-navigation/bottom-tabs": "^7.14.0",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.11.0",
"@react-navigation/native-stack": "^7.13.0",
"axios": "^1.13.4",
"expo": "~54.0.32",
"expo": "~54.0.33",
"expo-av": "~16.0.8",
"expo-constants": "~18.0.13",
"expo-device": "~8.0.10",
"expo-font": "~14.0.11",
"expo-linking": "~8.0.11",
"expo-location": "~19.0.8",
"expo-notifications": "~0.32.16",
"expo-router": "~6.0.22",
"expo-router": "~6.0.23",
"expo-status-bar": "~3.0.9",
"jwt-decode": "^4.0.0",
"react": "19.1.0",
@@ -33,12 +34,22 @@
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-web": "^0.21.0"
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1"
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
"private": true,
"expo": {
"install": {
"exclude": [
"@react-navigation/bottom-tabs",
"@react-navigation/native",
"@react-navigation/native-stack"
]
}
}
}