Merge branch 'main' into gpx-save-stats

This commit is contained in:
Ullrich Schäfer 2026-06-10 07:23:42 +02:00 committed by GitHub
commit 00b61d1ebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 235 additions and 390 deletions

View file

@ -41,7 +41,7 @@
"@trails-cool/map-core": "workspace:*",
"@trails-cool/sentry-config": "workspace:*",
"@trails-cool/types": "workspace:*",
"expo": "~56.0.4",
"expo": "~56.0.9",
"expo-constants": "~56.0.17",
"expo-crypto": "~56.0.4",
"expo-dev-client": "~56.0.19",
@ -62,10 +62,10 @@
"react": "catalog:",
"react-native": "0.85.3",
"react-native-gesture-handler": "^2.31.2",
"react-native-reanimated": "^4.4.1",
"react-native-safe-area-context": "~5.8.0",
"react-native-reanimated": "^4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.25.2",
"react-native-worklets": "0.9.1",
"react-native-worklets": "0.8.3",
"use-latest-callback": "^0.3.4",
"zod": "^4.4.3"
},