Skip to content

Commit

Permalink
[core] Upgrade the dependencies (#11030)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 15, 2018
1 parent 23a794d commit c52c562
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .size-limit
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"name": "The main bundle of the documentation",
"webpack": false,
"path": ".next/main.js",
"limit": "184 KB"
"limit": "185 KB"
},
{
"name": "The home page of the documentation",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"react-event-listener": "^0.5.1",
"react-jss": "^8.1.0",
"react-lifecycles-compat": "^2.0.0",
"react-popper": "^0.8.0",
"react-popper": "^0.10.0",
"react-scrollbar-size": "^2.0.2",
"react-transition-group": "^2.2.1",
"recompose": "^0.26.0",
Expand All @@ -98,7 +98,7 @@
},
"devDependencies": {
"@types/enzyme": "^3.1.4",
"@types/react": "16.3.9",
"@types/react": "16.3.10",
"argos-cli": "^0.0.9",
"autoprefixer": "^8.0.0",
"autosuggest-highlight": "^3.1.1",
Expand Down Expand Up @@ -196,7 +196,7 @@
"workbox-build": "^3.0.1"
},
"resolutions": {
"@types/react": "16.3.9"
"@types/react": "16.3.10"
},
"sideEffects": false,
"nyc": {
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"license": "MIT",
"homepage": "https://github.com/mui-org/material-ui/tree/v1-beta/packages/material-ui-codemod",
"devDependencies": {
"jscodeshift": "^0.4.0"
"jscodeshift": "^0.5.0"
},
"sideEffects": false,
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"version": "yarn build:copy-files && npm publish build"
},
"peerDependencies": {
"material-ui": "^1.0.0-beta.33",
"@material-ui/icons": "^1.0.0-beta.17",
"material-ui": "^1.0.0-beta.33",
"react": "^15.3.0 || ^16.0.0",
"react-dom": "^15.3.0 || ^16.0.0"
},
Expand All @@ -41,8 +41,8 @@
"prismjs": "^1.8.4"
},
"devDependencies": {
"material-ui": "^1.0.0-beta.33",
"@material-ui/icons": "^1.0.0-beta.35"
"@material-ui/icons": "^1.0.0-beta.35",
"material-ui": "^1.0.0-beta.33"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c52c562

Please sign in to comment.