Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-sonarjs": "^0.25.1",
"expo": "^50.0.17",
"expo": "^53.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

This upgrade of expo from ^50.0.17 to ^53.0.0 is a major version jump and is incomplete, which will break the application.

A major Expo SDK upgrade requires updating many related packages, including react-native and other expo-* libraries. This PR only updates the expo package, which will lead to version mismatches and build failures. For example, Expo SDK 51+ requires React Native 0.74+, but the react-native version in this project remains 0.73.6.

This automated upgrade is unsafe. It is recommended to close this PR and perform the upgrade manually using npx expo upgrade to ensure all dependencies are updated correctly.

"expo-crypto": "^13.0.2",
"expo-image-picker": "~14.7.1",
"expo-splash-screen": "~0.26.4",
Expand All @@ -66,7 +66,7 @@
"immer": "^4.0.0",
"immutable": "^5.0.0-beta.5",
"intl": "1.2.5",
"lodash": "^4.17.15",
"lodash": "^4.17.23",
"map-keys-deep": "^0.0.2",
"posthog-react-native": "^3.1.2",
"prop-types": "^15.7.2",
Expand Down
Loading
Loading