Skip to content

Commit

Permalink
Update react monorepo to v16.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 1, 2018
1 parent 4a71de1 commit bd60d0b
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.2",
"react-dom": "16.4.2",
"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.2",
"react-dom": "16.4.2"
},
"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.2:
version "16.4.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.2.tgz#4afed569689f2c561d2b8da0b819669c38a0bda4"
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.2:
version "16.4.2"
resolved "https://registry.yarnpkg.com/react/-/react-16.4.2.tgz#2cd90154e3a9d9dd8da2991149fdca3c260e129f"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
Expand Down

0 comments on commit bd60d0b

Please sign in to comment.