Skip to content

Commit

Permalink
[core] Upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 15, 2018
1 parent f3fbfd3 commit 3dd32a4
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 333 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-material-ui": "file:packages/eslint-plugin-material-ui",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-prettier": "^2.3.1",
Expand Down Expand Up @@ -148,7 +148,7 @@
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-globals": "^1.2.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-size-snapshot": "^0.5.1",
"rollup-plugin-size-snapshot": "^0.6.0",
"rollup-plugin-uglify": "^4.0.0",
"sinon": "^6.0.0",
"size-limit": "^0.18.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/material-ui/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build/umd/material-ui.production.min.js": {
"bundled": 806207,
"minified": 314300,
"gzipped": 85108
"bundled": 806478,
"minified": 314445,
"gzipped": 85106
}
}
Loading

0 comments on commit 3dd32a4

Please sign in to comment.