Skip to content

Commit

Permalink
PAS-583 | Upgrade rollup & related dependencies (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx authored Sep 30, 2024
1 parent 8bd1c17 commit 1c43518
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 55 deletions.
320 changes: 271 additions & 49 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"prettier": "3.3.3",
"prettier-plugin-organize-imports": "4.1.0",
"rimraf": "6.0.1",
"rollup": "2.79.2",
"rollup-plugin-terser": "7.0.2",
"rollup": "4.22.5",
"@rollup/plugin-terser": "0.4.4",
"tslib": "2.7.0",
"typescript": "5.6.2",
"ts-jest": "29.2.5"
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { terser } from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';
import typescript from '@rollup/plugin-typescript';

const createPlugins = (compact) => (compact ? [terser()] : []);
Expand Down
Loading

0 comments on commit 1c43518

Please sign in to comment.