Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Update react-dom from 16.0.0 to 16.1.0 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependencies[bot] authored and kornicameister committed Nov 9, 2017
1 parent de4609f commit c6d4081
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jsonp": "^0.2.1",
"moment": "^2.19.1",
"react": "^16.1.0",
"react-dom": "^16.0.0",
"react-dom": "^16.1.0",
"react-google-charts": "^1.5.5",
"react-loadable": "^5.3.1",
"react-router-dom": "^4.2.2",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4990,7 +4990,7 @@ react-dev-utils@^4.0.1:
strip-ansi "3.0.1"
text-table "0.2.0"

"react-dom@^15 || ^16", react-dom@^16.0.0:
"react-dom@^15 || ^16":
version "16.0.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.0.0.tgz#9cc3079c3dcd70d4c6e01b84aab2a7e34c303f58"
dependencies:
Expand All @@ -5008,6 +5008,15 @@ react-dom@^15.3.2:
object-assign "^4.1.0"
prop-types "^15.5.10"

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

react-error-overlay@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-2.0.2.tgz#967b091962b17f5aeb4a60b1311b1736e1b6533d"
Expand Down

0 comments on commit c6d4081

Please sign in to comment.