Skip to content

Commit

Permalink
Update react monorepo to v16.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 24, 2018
1 parent 4a71de1 commit d65da93
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"react-docgen-typescript-webpack-plugin": "1.1.0",
"ts-jest": "22.4.2",
"release-it": "7.3.0",
"react": "16.3.1",
"react-dom": "16.3.1",
"react": "16.4.0",
"react-dom": "16.4.0",
"ts-loader": "4.2.0",
"ts-node": "5.0.1",
"tslint": "5.9.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"d3": "5.0.0",
"lodash": "4.17.5",
"plottable": "3.8.2",
"react": "16.3.1",
"react-dom": "16.3.1"
"react": "16.4.0",
"react-dom": "16.4.0"
},
"directories": {
"lib": "./lib",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -737,18 +737,18 @@ [email protected]:
version "0.25.0"
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.25.0.tgz#8fdf68231cffa90bc2f9460390a0cb74a29b29a9"

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

react@16.3.1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
react@16.4.0:
version "16.4.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.0.tgz#402c2db83335336fba1962c08b98c6272617d585"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
Expand Down

0 comments on commit d65da93

Please sign in to comment.