fix: update react version to resolve peer dependency conflict

This commit is contained in:
Antoni Nuñez Romeu
2026-07-06 13:02:52 +02:00
parent f6ddf30bda
commit cea2c98c82
2 changed files with 912 additions and 555 deletions
+908 -552
View File
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -10,6 +10,7 @@
"expo": "~57.0.2", "expo": "~57.0.2",
"expo-camera": "~57.0.0", "expo-camera": "~57.0.0",
"expo-constants": "~57.0.3", "expo-constants": "~57.0.3",
"expo-dev-client": "~57.0.5",
"expo-device": "~7.0.2", "expo-device": "~7.0.2",
"expo-linking": "~57.0.1", "expo-linking": "~57.0.1",
"expo-local-authentication": "~57.0.0", "expo-local-authentication": "~57.0.0",
@@ -17,7 +18,7 @@
"expo-router": "~57.0.3", "expo-router": "~57.0.3",
"expo-secure-store": "~57.0.0", "expo-secure-store": "~57.0.0",
"expo-status-bar": "~57.0.0", "expo-status-bar": "~57.0.0",
"react": "19.2.3", "react": "19.2.7",
"react-native": "0.86.0", "react-native": "0.86.0",
"react-native-gesture-handler": "~2.32.0", "react-native-gesture-handler": "~2.32.0",
"react-native-maps": "^1.29.0", "react-native-maps": "^1.29.0",
@@ -28,7 +29,7 @@
"zustand": "^5.0.14" "zustand": "^5.0.14"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "~19.2.2", "@types/react": "~19.2.7",
"typescript": "~6.0.3" "typescript": "~6.0.3"
}, },
"scripts": { "scripts": {