Skip to content

Commit

Permalink
Bump rollup from 1.32.1 to 2.47.0 (#157)
Browse files Browse the repository at this point in the history
* Bump rollup from 1.32.1 to 2.47.0
* Fix `CleanCSS` import
* Build

Co-authored-by: Flo Edelmann <[email protected]>
  • Loading branch information
dependabot[bot] and FloEdelmann authored May 13, 2021
1 parent de84842 commit b18310c
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 122 deletions.
70 changes: 35 additions & 35 deletions dist/embetty-vue.browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/embetty-vue.browser.min.js

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions dist/embetty-vue.cjs

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions dist/embetty-vue.mjs

Large diffs are not rendered by default.

16 changes: 4 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"eslint": "^7.10.0",
"eslint-plugin-no-es2015": "^1.2.0",
"eslint-plugin-vue": "^7.0.0",
"rollup": "^1.32.1",
"rollup": "^2.47.0",
"rollup-plugin-css-only": "^3.0.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import svg from 'rollup-plugin-svg';
import css from 'rollup-plugin-css-only';
import { terser } from 'rollup-plugin-terser';

import * as CleanCSS from 'clean-css';
import CleanCSS from 'clean-css';
import { writeFileSync } from 'fs';

const vueOptions = {
Expand Down

0 comments on commit b18310c

Please sign in to comment.