-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade react-native from 0.48.4 to 0.69.12 #18
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 |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ | |
| }, | ||
| "dependencies": { | ||
| "react": "16.0.0-alpha.12", | ||
| "react-native": "0.48.4", | ||
| "react-native": "0.69.12", | ||
|
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. Start script targets removed React Native CLIMedium Severity After upgrading to Additional Locations (1)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. Lockfile still pins old React NativeMedium Severity
|
||
| "react-native-safari-view": "file:../.." | ||
| } | ||
| } | ||


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 and React versions are incompatible
Medium Severity
react-nativewas upgraded to0.69.12butreactremains16.0.0-alpha.12.react-native@0.69expects a React 18 peer, so this dependency set is inconsistent and can break install resolution or runtime behavior inexamples/SafariViewExample/package.json.Additional Locations (1)
examples/SafariViewExample/package.json#L9-L10