Updates several dependencies in the package.json file to their latest versions#540
Merged
Conversation
Updates include: - Expo SDK packages to latest patch versions - React Native Firebase (23.5.0 → 23.8.6) - Babel packages to 7.29.x - TanStack Query (5.87.1 → 5.90.20) - React Navigation (7.1.6 → 7.1.28) - NativeWind (4.1.23 → 4.2.1) - Various other minor/patch updates All updates are non-breaking and maintain compatibility with Expo SDK 54. TypeScript compilation and linting verified successfully. https://claude.ai/code/session_01WQtzQLKcpw3mtoNnDFou7y
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.
This pull request updates several dependencies in the
package.jsonfile to their latest versions, focusing on Babel, Expo, Firebase, React Native, and related libraries. The changes ensure compatibility with recent releases, improve stability, and may bring in bug fixes and performance improvements.Dependency updates:
@babel/core,@babel/generator,@babel/parser, etc.) and their version resolutions to the latest 7.29.x series for improved compatibility and bug fixes. [1] [2]expo,expo-asset,expo-camera, etc.) to newer versions, aligning with the latest Expo SDK and ecosystem improvements.@react-native-firebase/app,crashlytics,perf) to^23.8.6for better support and bug fixes.react-native-qrcode-svg,react-native-reanimated,react-native-safe-area-context,react-native-svg, andzustandto their latest versions for enhanced stability and compatibility. [1] [2]@tanstack/react-query,@simplewebauthn/browser, andnativewindto the latest versions.