Merge pull request #2783 from balena-io/bump-react

Bump react to v16.8.5
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2019-05-13 19:51:00 +02:00 committed by GitHub
commit 01eb3b1c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions

19
npm-shrinkwrap.json generated
View File

@ -9747,14 +9747,25 @@
}
},
"react": {
"version": "16.8.1",
"resolved": "https://registry.npmjs.org/react/-/react-16.8.1.tgz",
"integrity": "sha512-wLw5CFGPdo7p/AgteFz7GblI2JPOos0+biSoxf1FPsGxWQZdN/pj6oToJs1crn61DL3Ln7mN86uZ4j74p31ELQ==",
"version": "16.8.5",
"resolved": "https://registry.npmjs.org/react/-/react-16.8.5.tgz",
"integrity": "sha512-daCb9TD6FZGvJ3sg8da1tRAtIuw29PbKZW++NN4wqkbEvxL+bZpaaYb4xuftW/SpXmgacf1skXl/ddX6CdOlDw==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"scheduler": "^0.13.1"
"scheduler": "^0.13.5"
},
"dependencies": {
"scheduler": {
"version": "0.13.6",
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.13.6.tgz",
"integrity": "sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1"
}
}
}
},
"react-dom": {

View File

@ -60,7 +60,7 @@
"path-is-inside": "^1.0.2",
"pretty-bytes": "^1.0.4",
"prop-types": "^15.5.9",
"react": "^16.3.2",
"react": "^16.8.5",
"react-dom": "^16.3.2",
"react2angular": "^4.0.2",
"redux": "^3.5.2",