Browse Source

build(deps-dev): bump react from 16.5.0 to 16.5.1 (#156)

Bumps [react](https://github.com/facebook/react) from 16.5.0 to 16.5.1.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/compare/v16.5.0...v16.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
docker-size
dependabot[bot] 6 years ago
committed by Amio /
parent
commit
db172fcd40
  1. 19
      package-lock.json
  2. 2
      package.json

19
package-lock.json

@ -9755,15 +9755,26 @@
}
},
"react": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.5.0.tgz",
"integrity": "sha512-nw/yB/L51kA9PsAy17T1JrzzGRk+BlFCJwFF7p+pwVxgqwPjYNeZEkkH7LXn9dmflolrYMXLWMTkQ77suKPTNQ==",
"version": "16.5.1",
"resolved": "https://registry.npmjs.org/react/-/react-16.5.1.tgz",
"integrity": "sha512-E+23+rbpPsJgSX812LQkwupUCFnbVE84+L8uxlkqN5MU0DcraWMlVf9cRvKCKtGu0XvScyRnW7Z+9d7ymkjy3A==",
"dev": true,
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"schedule": "^0.3.0"
"schedule": "^0.4.0"
},
"dependencies": {
"schedule": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/schedule/-/schedule-0.4.0.tgz",
"integrity": "sha512-hYjmoaEMojiMkWCxKr6ue+LYcZ29u29+AamWYmzwT2VOO9ws5UJp/wNhsVUPiUeNh+EdRfZm7nDeB40ffTfMhA==",
"dev": true,
"requires": {
"object-assign": "^4.1.1"
}
}
}
},
"react-dom": {

2
package.json

@ -42,7 +42,7 @@
"babel-eslint": "^9.0.0",
"micro-dev": "^3.0.0",
"next": "^7.0.0-canary.16",
"react": "^16.5.0",
"react": "^16.5.1",
"react-dom": "^16.5.0",
"standard": "^12.0.1",
"supertest": "^3.3.0",

Loading…
Cancel
Save