-
Notifications
You must be signed in to change notification settings - Fork 34
[Snyk] Security upgrade react-native from 0.73.7 to 0.74.0 #709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: onekey
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,7 +65,7 @@ | |
| "react": "18.2.0", | ||
| "react-dom": "18.2.0", | ||
| "react-intl": "^6.6.2", | ||
| "react-native": "0.73.7", | ||
| "react-native": "0.74.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 The PR bumps Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
||
| "react-native-ble-plx": "3.5.1", | ||
| "react-native-crypto": "^2.2.0", | ||
| "react-native-get-random-values": "^1.10.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
React Native 0.74 incompatible with Expo SDK 50
High Severity
Upgrading
react-nativeto0.74.0whileexporemains at^50.0.20will break the build. Expo SDK 50 only supports React Native 0.73.x; React Native 0.74 requires Expo SDK 51. Additionally,react-native-reanimatedat~3.6.2does not support React Native 0.74 — its compatibility range tops out at 0.73. These version mismatches will cause build or runtime failures.Additional Locations (1)
packages/connect-examples/expo-example/package.json#L49-L50