Merge pull request #24 from nodegui/dependabot/npm_and_yarn/react-16.11.0

Bump react from 16.9.0 to 16.11.0
master
Atul R 5 years ago committed by GitHub
commit 9ac4b65996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -5449,9 +5449,9 @@
}
},
"react": {
"version": "16.9.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.9.0.tgz",
"integrity": "sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==",
"version": "16.11.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.11.0.tgz",
"integrity": "sha512-M5Y8yITaLmU0ynd0r1Yvfq98Rmll6q8AxaEe88c8e7LxO8fZ2cNgmFt0aGAS9wzf1Ao32NKXtCl+/tVVtkxq6g==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",

@ -14,7 +14,7 @@
"@nodegui/nodegui": "^0.4.0",
"@nodegui/react-nodegui": "^0.2.2",
"open": "^7.0.0",
"react": "^16.9.0"
"react": "^16.11.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",

Loading…
Cancel
Save