Skip to content

Commit

Permalink
chore: update rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed Jan 2, 2025
1 parent c161740 commit d8f8070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@rollup/plugin-buble": "^0.21.1",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"mocha": "^7.1.1",
"reify": "^0.20.12",
"rollup": "^2.3.3",
"rollup-plugin-terser": "^5.3.0",
"rollup": "^4.29.1",
"semantic-release": "^24.2.0",
"zlibjs": "^0.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js → rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import buble from '@rollup/plugin-buble';
import { terser } from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';

export default [{
// ESM2015 and SystemJS bundles
Expand Down

0 comments on commit d8f8070

Please sign in to comment.