Skip to content

Commit 1c43518

Browse files
PAS-583 | Upgrade rollup & related dependencies (#73)
1 parent 8bd1c17 commit 1c43518

File tree

4 files changed

+275
-55
lines changed

4 files changed

+275
-55
lines changed

package-lock.json

+271-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"prettier": "3.3.3",
4141
"prettier-plugin-organize-imports": "4.1.0",
4242
"rimraf": "6.0.1",
43-
"rollup": "2.79.2",
44-
"rollup-plugin-terser": "7.0.2",
43+
"rollup": "4.22.5",
44+
"@rollup/plugin-terser": "0.4.4",
4545
"tslib": "2.7.0",
4646
"typescript": "5.6.2",
4747
"ts-jest": "29.2.5"

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { terser } from 'rollup-plugin-terser';
1+
import terser from '@rollup/plugin-terser';
22
import typescript from '@rollup/plugin-typescript';
33

44
const createPlugins = (compact) => (compact ? [terser()] : []);

0 commit comments

Comments
 (0)