-
Notifications
You must be signed in to change notification settings - Fork 4
[Snyk] Security upgrade react-native from 0.75.3 to 0.76.0 #20
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 |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "react": "18.3.1", | ||
| "react-native": "0.75.3" | ||
| "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-native/* devDependencies after react-native upgradeHigh Severity Upgrading Additional Locations (1) |
||
| }, | ||
| "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 bumped to 0.76.0 but @react-native/ devDependencies left at 0.75.3*
The
react-nativedependency was updated from0.75.3to0.76.0, but the@react-native/babel-preset,@react-native/metro-config, and@react-native/typescript-configdevDependencies atexample/package.json:21-23are still pinned to0.75.3. These packages are released in lockstep withreact-nativeand must match the major.minor version. Running the example app withreact-native0.76.0 and@react-native/*0.75.3 can cause build failures or incompatible Metro/Babel configurations.Prompt for agents
Was this helpful? React with 👍 or 👎 to provide feedback.