Fix Expo 55 dependency compatibility
expo install --fix updated all deps to SDK 55 compatible versions: - expo-router 5.0.7 → 55.0.12 - expo-status-bar 3.0.9 → 55.0.5 - react 19.1.0 → 19.2.0 - react-native 0.81.5 → 0.83.4 - react-native-safe-area-context 5.7.0 → 5.6.2 - react-native-screens 4.12.0 → 4.23.0 - @types/react 19.1.0 → 19.2.14 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
acce158b99
commit
b762fc424b
2 changed files with 845 additions and 394 deletions
|
|
@ -16,15 +16,15 @@
|
|||
"@trails-cool/map-core": "workspace:*",
|
||||
"@trails-cool/types": "workspace:*",
|
||||
"expo": "~55.0.14",
|
||||
"expo-router": "~5.0.7",
|
||||
"expo-status-bar": "~3.0.9",
|
||||
"react": "19.1.0",
|
||||
"react-native": "0.81.5",
|
||||
"react-native-safe-area-context": "~5.7.0",
|
||||
"react-native-screens": "~4.12.0"
|
||||
"expo-router": "~55.0.12",
|
||||
"expo-status-bar": "~55.0.5",
|
||||
"react": "19.2.0",
|
||||
"react-native": "0.83.4",
|
||||
"react-native-safe-area-context": "~5.6.2",
|
||||
"react-native-screens": "~4.23.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "~19.1.0",
|
||||
"@types/react": "~19.2.14",
|
||||
"typescript": "~5.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1225
pnpm-lock.yaml
generated
1225
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue