-
Notifications
You must be signed in to change notification settings - Fork 7
[Snyk] Security upgrade react-native from 0.74.1 to 0.76.0 #17
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: master
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 |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| "jcore-react-native": "^2.3.0", | ||
| "jpush-react-native": "^3.2.1", | ||
| "react": "18.2.0", | ||
| "react-native": "0.74.1" | ||
| "react-native": "0.76.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. React version incompatible with react-native 0.76.0 peer dependencyHigh Severity
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. 🔴 Incomplete react-native upgrade: @react-native/ devDependencies left at 0.74.x* The Prompt for agentsWas this helpful? React with 👍 or 👎 to provide feedback. |
||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.20.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 devDependencies not updated to match 0.76.0
High Severity
Upgrading
react-nativeto0.76.0without updating the corresponding@react-native/babel-preset,@react-native/eslint-config,@react-native/metro-config, and@react-native/typescript-configpackages from0.74.83to their0.76.xcounterparts creates a version mismatch. These@react-native/*scoped packages are tightly coupled to thereact-nativeversion and are likely to cause build failures or runtime errors with incompatible configurations.Additional Locations (1)
example/package.json#L21-L25