Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 5ff66e8

Browse files
chore(deps): replace dependency rollup-plugin-terser with @rollup/plugin-terser ^0.1.0
1 parent 6c1eae2 commit 5ff66e8

3 files changed

Lines changed: 31 additions & 31 deletions

File tree

apps/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"postcss": "^8.4.29",
4949
"prettier": "^3.0.3",
5050
"rollup": "^2.79.1",
51-
"rollup-plugin-terser": "^7.0.2",
51+
"@rollup/plugin-terser": "^0.1.0",
5252
"rollup-plugin-typescript": "^1.0.1",
5353
"rollup-plugin-typescript2": "^0.35.0",
5454
"rollup-plugin-vue": "^5.1.9",

components/vue2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"prettier": "^3.0.3",
125125
"pug": "^3.0.2",
126126
"rollup": "^2.79.1",
127-
"rollup-plugin-terser": "^7.0.2",
127+
"@rollup/plugin-terser": "^0.1.0",
128128
"rollup-plugin-typescript": "^1.0.1",
129129
"rollup-plugin-typescript2": "^0.35.0",
130130
"rollup-plugin-vue": "^5.1.9",

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)