Skip to content

Commit

Permalink
fix(deps): update dependency recompose
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 28, 2018
1 parent c63d1ca commit 703effe
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/mcs-lite-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"react-scripts": "1.1.4",
"react-topbar-progress-indicator": "2.0.0",
"react-virtualized": "9.18.5",
"recompose": "0.26.0",
"recompose": "0.27.1",
"redux": "3.7.2",
"redux-cycles": "0.4.1",
"redux-freeze": "0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"mcs-lite-scripts": "^0.3.38"
},
"dependencies": {
"recompose": "^0.26.0",
"recompose": "^0.27.0",
"websocket": "^1.0.25"
},
"babel": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-landing-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"react-router": "3.2.0",
"react-scripts": "1.1.4",
"react-snap": "1.12.2",
"recompose": "0.26.0",
"recompose": "0.27.1",
"styled-components": "3.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/mcs-lite-mobile-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-router-scroll": "0.4.4",
"react-scripts": "1.1.4",
"react-text-truncate": "0.13.1",
"recompose": "0.26.0",
"recompose": "0.27.1",
"redux": "3.7.2",
"redux-cycles": "0.4.1",
"redux-freeze": "0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"react-virtualized": "^9.18.5",
"react-waypoint": "^8.0.1",
"recharts": "^1.0.0-beta.10",
"recompose": "^0.26.0",
"recompose": "^0.27.0",
"rxjs": "^5.5.10",
"svgr.macro": "^1.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-intl-inject-hoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-intl": "^2.3.0"
},
"dependencies": {
"recompose": "^0.26.0"
"recompose": "^0.27.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
Expand Down
17 changes: 16 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10661,6 +10661,10 @@ react-is@^16.3.1, react-is@^16.3.2:
version "16.3.2"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.3.2.tgz#f4d3d0e2f5fbb6ac46450641eb2e25bf05d36b22"

react-lifecycles-compat@^3.0.2:
version "3.0.4"
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"

[email protected]:
version "5.3.1"
resolved "https://registry.yarnpkg.com/react-loadable/-/react-loadable-5.3.1.tgz#9699e9a08fed49bacd69caaa282034b62a76bcdd"
Expand Down Expand Up @@ -11194,7 +11198,18 @@ rechoir@^0.6.2:
dependencies:
resolve "^1.1.6"

[email protected], recompose@^0.26.0:
[email protected], recompose@^0.27.0:
version "0.27.1"
resolved "https://registry.yarnpkg.com/recompose/-/recompose-0.27.1.tgz#1a49e931f183634516633bbb4f4edbfd3f38a7ba"
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"

recompose@^0.26.0:
version "0.26.0"
resolved "https://registry.yarnpkg.com/recompose/-/recompose-0.26.0.tgz#9babff039cb72ba5bd17366d55d7232fbdfb2d30"
dependencies:
Expand Down

0 comments on commit 703effe

Please sign in to comment.