Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade react from 15.3.1 to 15.6.2
Snyk has created this PR to upgrade react from 15.3.1 to 15.6.2.

See this package in NPM:
https://www.npmjs.com/package/react

See this project in Snyk:
https://app.snyk.io/org/github-open-source/project/08580380-14ad-4abd-b4d4-2b6504e7c69a?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 25, 2020
commit db9f7e5ec566cc645d3a79425f65c8783ddfa514
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "15.3.1",
"react": "15.6.2",
"react-native": "^0.33.0",
"react-native-admob": "../"
}
Expand Down