Bump Expo SDK 56 packages (combined dependabot PRs)

Closes #408, #409, #410, #411, #412, #413, #414, #415, #416

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-05-24 11:39:47 +02:00
parent 742065c319
commit afd7bf09f8
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
2 changed files with 437 additions and 85 deletions

View file

@ -29,7 +29,7 @@
]
},
"dependencies": {
"@expo/metro-runtime": "^55.0.11",
"@expo/metro-runtime": "^56.0.12",
"@gorhom/bottom-sheet": "^5.2.14",
"@maplibre/maplibre-react-native": "^11.2.1",
"@sentry/cli": "^3.4.3",
@ -41,21 +41,21 @@
"@trails-cool/sentry-config": "workspace:*",
"@trails-cool/types": "workspace:*",
"expo": "~55.0.24",
"expo-constants": "~55.0.16",
"expo-constants": "~56.0.15",
"expo-crypto": "~55.0.15",
"expo-dev-client": "~55.0.34",
"expo-dev-menu": "^55.0.29",
"expo-device": "~55.0.17",
"expo-file-system": "~55.0.20",
"expo-linking": "~55.0.15",
"expo-dev-menu": "^56.0.14",
"expo-device": "~56.0.4",
"expo-file-system": "~56.0.7",
"expo-linking": "~56.0.11",
"expo-localization": "~55.0.14",
"expo-location": "~55.1.10",
"expo-navigation-bar": "~55.0.13",
"expo-notifications": "~55.0.23",
"expo-router": "~55.0.14",
"expo-secure-store": "~55.0.14",
"expo-splash-screen": "~55.0.21",
"expo-sqlite": "~55.0.16",
"expo-splash-screen": "~56.0.10",
"expo-sqlite": "~56.0.4",
"expo-status-bar": "~55.0.6",
"expo-system-ui": "^55.0.18",
"expo-web-browser": "~55.0.16",
@ -72,7 +72,7 @@
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^29.5.14",
"@types/react": "~19.2.15",
"jest-expo": "^55.0.17",
"jest-expo": "^56.0.4",
"react-test-renderer": "^19.2.6",
"typescript": "~5.9.2"
}