Merge pull request #420 from alxshelepenok/renovate/react

fix(deps): update react to ^16.10.2
This commit is contained in:
Alexander Shelepenok 2019-10-05 18:19:22 +03:00 committed by GitHub
commit 9af080d2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -76,9 +76,9 @@
"node-sass": "^4.12.0", "node-sass": "^4.12.0",
"normalize-scss": "^7.0.1", "normalize-scss": "^7.0.1",
"prismjs": "^1.17.1", "prismjs": "^1.17.1",
"react": "^16.10.1", "react": "^16.10.2",
"react-disqus-comments": "^1.4.0", "react-disqus-comments": "^1.4.0",
"react-dom": "^16.10.1", "react-dom": "^16.10.2",
"react-helmet": "^5.2.1" "react-helmet": "^5.2.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -11948,15 +11948,15 @@ react-dnd@^7.3.2:
invariant "^2.1.0" invariant "^2.1.0"
shallowequal "^1.1.0" shallowequal "^1.1.0"
react-dom@^16.10.1: react-dom@^16.10.2:
version "16.10.1" version "16.10.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.10.1.tgz#479a6511ba34a429273c213cbc2a9ac4d296dac1" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.10.2.tgz#4840bce5409176bc3a1f2bd8cb10b92db452fda6"
integrity sha512-SmM4ZW0uug0rn95U8uqr52I7UdNf6wdGLeXDmNLfg3y5q5H9eAbdjF5ubQc3bjDyRrvdAB2IKG7X0GzSpnn5Mg== integrity sha512-kWGDcH3ItJK4+6Pl9DZB16BXYAZyrYQItU4OMy0jAkv5aNqc+mAKb4TpFtAteI6TJZu+9ZlNhaeNQSVQDHJzkw==
dependencies: dependencies:
loose-envify "^1.1.0" loose-envify "^1.1.0"
object-assign "^4.1.1" object-assign "^4.1.1"
prop-types "^15.6.2" prop-types "^15.6.2"
scheduler "^0.16.1" scheduler "^0.16.2"
react-dom@^16.8.4: react-dom@^16.8.4:
version "16.8.6" version "16.8.6"
@ -12231,10 +12231,10 @@ react-waypoint@^8.1.0:
prop-types "^15.0.0" prop-types "^15.0.0"
react-is "^16.6.3" react-is "^16.6.3"
react@^16.10.1: react@^16.10.2:
version "16.10.1" version "16.10.2"
resolved "https://registry.yarnpkg.com/react/-/react-16.10.1.tgz#967c1e71a2767dfa699e6ba702a00483e3b0573f" resolved "https://registry.yarnpkg.com/react/-/react-16.10.2.tgz#a5ede5cdd5c536f745173c8da47bda64797a4cf0"
integrity sha512-2bisHwMhxQ3XQz4LiJJwG3360pY965pTl/MRrZYxIBKVj4fOHoDs5aZAkYXGxDRO1Li+SyjTAilQEbOmtQJHzA== integrity sha512-MFVIq0DpIhrHFyqLU0S3+4dIcBhhOvBE8bJ/5kHPVOVaGdo0KuiQzpcjCPsf585WvhypqtrMILyoE2th6dT+Lw==
dependencies: dependencies:
loose-envify "^1.1.0" loose-envify "^1.1.0"
object-assign "^4.1.1" object-assign "^4.1.1"