Skip to content

Commit

Permalink
[core] Fix recompose version (mui#12605)
Browse files Browse the repository at this point in the history
* [core] fix recompose version

* [icons] fix recompose version

* let's merge
  • Loading branch information
yamachu authored and marcelpanse committed Oct 2, 2018
1 parent b63b2cb commit 6adc706
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@babel/runtime": "7.0.0-rc.1",
"recompose": "^0.28.0"
"recompose": "^0.28.2"
},
"devDependencies": {
"fs-extra": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-event-listener": "^0.6.2",
"react-jss": "^8.1.0",
"react-transition-group": "^2.2.1",
"recompose": "^0.28.0",
"recompose": "^0.28.2",
"warning": "^4.0.1"
},
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8118,7 +8118,7 @@ recharts@^1.1.0:
recharts-scale "0.3.2"
reduce-css-calc "1.3.0"

recompose@^0.28.0:
recompose@^0.28.2:
version "0.28.2"
resolved "https://registry.yarnpkg.com/recompose/-/recompose-0.28.2.tgz#19e679227bdf979e0d31b73ffe7ae38c9194f4a7"
dependencies:
Expand Down

0 comments on commit 6adc706

Please sign in to comment.