Skip to content

Commit

Permalink
fix(deps): update dependency recompose to ^0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 19, 2018
1 parent aa84006 commit 168ad11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"recompose": "^0.26.0",
"recompose": "^0.27.0",
"rxjs": "^5.5.6"
},
"devDependencies": {
Expand Down
12 changes: 9 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6579,6 +6579,10 @@ react-inspector@^2.2.2:
babel-runtime "^6.26.0"
is-dom "^1.0.9"

react-lifecycles-compat@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.2.tgz#7279047275bd727a912e25f734c0559527e84eff"

react-modal@^3.1.10:
version "3.1.11"
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.1.11.tgz#95c8223fcee7013258ad2d149c38c9f870c89958"
Expand Down Expand Up @@ -6771,13 +6775,15 @@ rechoir@^0.6.2:
dependencies:
resolve "^1.1.6"

recompose@^0.26.0:
version "0.26.0"
resolved "https://registry.yarnpkg.com/recompose/-/recompose-0.26.0.tgz#9babff039cb72ba5bd17366d55d7232fbdfb2d30"
recompose@^0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/recompose/-/recompose-0.27.0.tgz#8230ebd651bf1159097006f79083fe224b1501cf"
dependencies:
babel-runtime "^6.26.0"
change-emitter "^0.1.2"
fbjs "^0.8.1"
hoist-non-react-statics "^2.3.1"
react-lifecycles-compat "^3.0.2"
symbol-observable "^1.0.4"

reduce-css-calc@^1.2.6:
Expand Down

0 comments on commit 168ad11

Please sign in to comment.