Skip to content

Commit

Permalink
fix(deps): update dependency react to v16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 28, 2017
1 parent cf59abc commit 144e42f
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"prop-types": "15.6.0",
"react": "16.1.1",
"react": "16.2.0",
"react-addons-shallow-compare": "15.6.2"
},
"renovate": {
Expand Down
6 changes: 3 additions & 3 deletions sample-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1347,9 +1347,9 @@ react-addons-shallow-compare@15.6.2:
fbjs "^0.8.4"
object-assign "^4.1.0"

react@16.1.1:
version "16.1.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.1.1.tgz#d5c4ef795507e3012282dd51261ff9c0e824fe1f"
react@16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
Expand Down

0 comments on commit 144e42f

Please sign in to comment.