Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed May 20, 2020
1 parent 32ce4fe commit 98fa7f7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 322 deletions.
22 changes: 11 additions & 11 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"lib/index.esm.js": {
"bundled": 19496,
"minified": 12201,
"gzipped": 3683,
"bundled": 21741,
"minified": 13406,
"gzipped": 4023,
"treeshaked": {
"rollup": {
"code": 65,
"code": 77,
"import_statements": 0
},
"webpack": {
"code": 1016
"code": 1028
}
}
},
"lib/index.cjs.js": {
"bundled": 25826,
"minified": 14794,
"gzipped": 4304
"bundled": 28059,
"minified": 15998,
"gzipped": 4638
},
"lib/index.min.js": {
"bundled": 11963,
"minified": 11954,
"gzipped": 3738
"bundled": 13111,
"minified": 13102,
"gzipped": 4064
}
}
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"@types/webpack": "4.41.13",
"@types/webpack-dev-server": "3.10.1",
"@types/webpack-merge": "4.1.5",
"@types/workbox-webpack-plugin": "4.1.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@typescript-eslint/typescript-estree": "2.34.0",
Expand All @@ -91,7 +90,7 @@
"release-it": "13.6.1",
"resolve-url-loader": "3.1.1",
"rimraf": "3.0.2",
"rollup": "1.32.1",
"rollup": "2.10.5",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-size-snapshot": "0.11.0",
"rollup-plugin-sourcemaps": "0.6.2",
Expand All @@ -102,8 +101,7 @@
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.0",
"webpack-merge": "4.2.2",
"workbox-webpack-plugin": "4.3.1"
"webpack-merge": "4.2.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit 98fa7f7

Please sign in to comment.