-
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 #16
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. Mismatched React version for React Native 0.76.0High 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. Dev dependencies not updated for React Native 0.76High Severity
|
||
| }, | ||
| "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.
🟡 devDependencies
@react-native/*packages not updated to match new react-native 0.76.0react-nativeis bumped from0.74.1to0.76.0, but the@react-native/babel-preset,@react-native/eslint-config,@react-native/metro-config, and@react-native/typescript-configdevDependencies remain pinned at0.74.83. These@react-native/*packages are part of the react-native monorepo and are versioned in lockstep with it. Using0.74.83tooling withreact-native0.76.0will likely cause Metro bundler configuration incompatibilities or build failures in the example app, as each major react-native release expects the matching versions of these companion packages.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.