Skip to content

Commit

Permalink
fix(deps): update dependency react to v16.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 4, 2018
1 parent 2d53518 commit abfeaa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sample-project/package.json
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"prop-types": "15.6.1",
"react": "16.3.0",
"react": "16.3.1",
"react-addons-shallow-compare": "15.6.2"
},
"renovate": {
Expand Down
6 changes: 3 additions & 3 deletions sample-project/yarn.lock
Expand Up @@ -1115,9 +1115,9 @@ react-addons-shallow-compare@15.6.2:
fbjs "^0.8.4"
object-assign "^4.1.0"

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

0 comments on commit abfeaa2

Please sign in to comment.