Skip to content

Commit

Permalink
[core] Upgrade the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 4, 2018
1 parent cbc6828 commit 95101b3
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 62 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"rollup-plugin-uglify": "^4.0.0",
"sinon": "^6.0.0",
"size-limit": "^0.19.0",
"typescript": "^2.8.0",
"typescript": "^3.0.0",
"url-loader": "^1.0.1",
"vrtest": "^0.2.0",
"webfontloader": "^1.6.28",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"react-dom": "^16.3.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"recompose": "^0.27.0"
"@babel/runtime": "7.0.0-beta.42",
"recompose": "^0.28.0"
},
"devDependencies": {
"fs-extra": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": "^16.3.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42",
"@babel/runtime": "7.0.0-beta.42",
"@types/jss": "^9.5.3",
"@types/react-transition-group": "^2.0.8",
"brcast": "^3.0.1",
Expand All @@ -56,10 +56,10 @@
"normalize-scroll-left": "^0.1.2",
"popper.js": "^1.14.1",
"prop-types": "^15.6.0",
"react-event-listener": "^0.6.0",
"react-event-listener": "^0.6.2",
"react-jss": "^8.1.0",
"react-transition-group": "^2.2.1",
"recompose": "^0.27.0",
"recompose": "^0.28.0",
"warning": "^4.0.1"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit 95101b3

Please sign in to comment.