chore(deps): align Expo SDK 57 patch versions (fix expo-doctor) - #103
Merged
Conversation
Bump expo 57.0.9->57.0.11, expo-asset ->57.0.9, expo-file-system ->57.0.2, expo-location 57.0.7->57.0.8, expo-sharing 57.0.8->57.0.10 to match versions required by the installed Expo SDK. Fixes the expo-doctor 'packages match versions required by installed Expo SDK' check. expo-doctor now 20/20.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contexte
Expo a publié de nouveaux patchs SDK 57 →
expo-doctoréchouait sur « Check that packages match versions required by installed Expo SDK », ce qui bloquait la CI de toutes les PR (échec constaté sur la PR SEO #102).Changement
npx expo install --fix— alignement des 5 paquets sur les versions attendues :Seuls
package.json+package-lock.jsonsont touchés (patchs only, aucun changement de code).Vérifs locales
npx expo-doctor→ 20/20 ✅npm run lint(tsc --noEmit) → vert ✅expo install --check→ Dependencies are up to date ✅Pas de bump de version app (
chore(deps)).