Npm updates

This commit is contained in:
Federico Kereki
2018-06-17 14:43:39 -03:00
parent e6e2e82a70
commit 7bf3b062e4
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -12105,9 +12105,9 @@
}
},
"react": {
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.4.0.tgz",
"integrity": "sha512-K0UrkLXSAekf5nJu89obKUM7o2vc6MMN9LYoKnCa+c+8MJRAT120xzPLENcWSRc7GYKIg0LlgJRDorrufdglQQ==",
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/react/-/react-16.4.1.tgz",
"integrity": "sha512-3GEs0giKp6E0Oh/Y9ZC60CmYgUPnp7voH9fbjWsvXtYFb4EWtgQub0ADSq0sJR0BbHc4FThLLtzlcFaFXIorwg==",
"requires": {
"fbjs": "0.8.17",
"loose-envify": "1.3.1",
@@ -12165,9 +12165,9 @@
}
},
"react-dom": {
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.4.0.tgz",
"integrity": "sha512-bbLd+HYpBEnYoNyxDe9XpSG2t9wypMohwQPvKw8Hov3nF7SJiJIgK56b46zHpBUpHb06a1iEuw7G3rbrsnNL6w==",
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.4.1.tgz",
"integrity": "sha512-1Gin+wghF/7gl4Cqcvr1DxFX2Osz7ugxSwl6gBqCMpdrxHjIFUS7GYxrFftZ9Ln44FHw0JxCFD9YtZsrbR5/4A==",
"requires": {
"fbjs": "0.8.17",
"loose-envify": "1.3.1",
+2 -2
View File
@@ -12,8 +12,8 @@
"babel-runtime": "^6.26.0"
},
"dependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0"
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"scripts": {
"start": "react-scripts start",