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 in / from 16.2.0 to 16.3.1 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependencies[bot] authored and kornicameister committed Apr 4, 2018
1 parent 6666148 commit 2c00889
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 @@ -43,7 +43,7 @@
"moment": "^2.21.0",
"react": "^16.3.1",
"react-autosuggest": "^9.3.4",
"react-dom": "^16.2.0",
"react-dom": "^16.3.1",
"react-ga": "2.4.1",
"react-google-charts": "^1.5.7",
"react-loadable": "^5.3.1",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6154,7 +6154,7 @@ react-dev-utils@4.2.1:
strip-ansi "3.0.1"
text-table "0.2.0"

"react-dom@^15.3.2 || ^16", react-dom@^16.2.0:
"react-dom@^15.3.2 || ^16":
version "16.2.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
dependencies:
Expand All @@ -6163,6 +6163,15 @@ react-dev-utils@4.2.1:
object-assign "^4.1.1"
prop-types "^15.6.0"

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

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

0 comments on commit 2c00889

Please sign in to comment.