-
Notifications
You must be signed in to change notification settings - Fork 7
[Snyk] Security upgrade react-native from 0.72.6 to 0.74.0 #26
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: main
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 |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "react": "18.2.0", | ||
| "react-native": "0.72.6" | ||
| "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. Incompatible
|
||
| }, | ||
| "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.
🟡 Incomplete version upgrade: @react-native/metro-config left at 0.72.x after react-native bumped to 0.74.0
The PR bumps
react-nativefrom0.72.6to0.74.0but leaves@react-native/metro-configat^0.72.11(line 20). These packages are versioned in lockstep with React Native (note both were previously aligned at0.72.x). Using the0.72.xmetro-config withreact-native@0.74.0is a version mismatch that can cause build or bundling failures in the example app. Themetro-react-native-babel-presetat0.76.8(line 22) also likely needs updating for RN 0.74 compatibility.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.