Skip to content

Commit

Permalink
Update react monorepo packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 16, 2018
1 parent 4a71de1 commit ccb3511
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 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.3.2",
"react-dom": "16.3.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.3.2",
"react-dom": "16.3.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"

[email protected].1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.1.tgz#6a3c90a4fb62f915bdbcf6204422d93a7d4ca573"
[email protected].2:
version "16.3.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.2.tgz#cb90f107e09536d683d84ed5d4888e9640e0e4df"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"

[email protected].1:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
[email protected].2:
version "16.3.2"
resolved "https://registry.yarnpkg.com/react/-/react-16.3.2.tgz#fdc8420398533a1e58872f59091b272ce2f91ea9"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8510,7 +8510,16 @@ react-docgen@^3.0.0-beta11:
node-dir "^0.1.10"
recast "^0.12.6"

[email protected], react-dom@^16.0.0:
[email protected]:
version "16.3.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.2.tgz#cb90f107e09536d683d84ed5d4888e9640e0e4df"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"

react-dom@^16.0.0:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.1.tgz#6a3c90a4fb62f915bdbcf6204422d93a7d4ca573"
dependencies:
Expand Down Expand Up @@ -8598,7 +8607,16 @@ react-treebeard@^2.1.0:
shallowequal "^0.2.2"
velocity-react "^1.3.1"

[email protected], react@^16.0.0:
[email protected]:
version "16.3.2"
resolved "https://registry.yarnpkg.com/react/-/react-16.3.2.tgz#fdc8420398533a1e58872f59091b272ce2f91ea9"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"

react@^16.0.0:
version "16.3.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8"
dependencies:
Expand Down

0 comments on commit ccb3511

Please sign in to comment.