Bump react from 16.8.6 to 16.9.0

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.8.6 to 16.9.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.9.0/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot/npm_and_yarn/react-scripts-4.0.3
dependabot-preview[bot] 5 years ago committed by GitHub
parent 8437d717cf
commit 3db04fdf29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      package-lock.json
  2. 2
      package.json

9
package-lock.json generated

@ -10029,14 +10029,13 @@
}
},
"react": {
"version": "16.8.6",
"resolved": "https://registry.npmjs.org/react/-/react-16.8.6.tgz",
"integrity": "sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw==",
"version": "16.9.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.9.0.tgz",
"integrity": "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.13.6"
"prop-types": "^15.6.2"
}
},
"react-app-polyfill": {

@ -3,7 +3,7 @@
"version": "0.3.0",
"private": true,
"dependencies": {
"react": "^16.8.6",
"react": "^16.9.0",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
},

Loading…
Cancel
Save