Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Update react to ^16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 21, 2018
1 parent deda498 commit 893de22
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"prop-types": "^15.5.10",
"rc-slider": "^7.0.8",
"rc-tooltip": "^3.4.9",
"react": "^15.6.1",
"react": "^16.0.0",
"react-alert": "^2.3.0",
"react-bootstrap": "^0.30.10",
"react-bootstrap-table": "^2.11.2",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Expand Up @@ -5590,7 +5590,7 @@ react-transition-group@^1.1.2:
loose-envify "^1.1.0"
object-assign "^4.1.0"

react@^15.3.2, react@^15.6.1:
react@^15.3.2:
version "15.6.2"
resolved "https://registry.yarnpkg.com/react/-/react-15.6.2.tgz#dba0434ab439cfe82f108f0f511663908179aa72"
dependencies:
Expand All @@ -5600,6 +5600,15 @@ react@^15.3.2, react@^15.6.1:
object-assign "^4.1.0"
prop-types "^15.5.10"

react@^16.0.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"

read-pkg-up@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
Expand Down

0 comments on commit 893de22

Please sign in to comment.