Skip to content

Commit

Permalink
fix(deps): update dependency react to v16.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 13, 2018
1 parent 486b6c0 commit e2b3d83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sample-project/package.json
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"prop-types": "15.6.2",
"react": "16.5.0",
"react": "16.5.1",
"react-addons-shallow-compare": "15.6.2"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions sample-project/yarn.lock
Expand Up @@ -1096,14 +1096,14 @@ react-addons-shallow-compare@15.6.2:
fbjs "^0.8.4"
object-assign "^4.1.0"

react@16.5.0:
version "16.5.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.5.0.tgz#f2c1e754bf9751a549d9c6d9aca41905beb56575"
react@16.5.1:
version "16.5.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.5.1.tgz#8cb8e9f8cdcb4bde41c9a138bfbf907e66132372"
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"
schedule "^0.3.0"
schedule "^0.4.0"

read-pkg-up@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -1176,9 +1176,9 @@ rxjs@^6.1.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"

schedule@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/schedule/-/schedule-0.3.0.tgz#1be2ab2fc2e768536269ce7326efb478d6c045e8"
schedule@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/schedule/-/schedule-0.4.0.tgz#fa20cfd0bfbf91c47d02272fd7096780d3170bbb"
dependencies:
object-assign "^4.1.1"

Expand Down

0 comments on commit e2b3d83

Please sign in to comment.