Skip to content

Commit

Permalink
chore(deps): replace dependency rollup-plugin-terser with @rollup/plu…
Browse files Browse the repository at this point in the history
…gin-terser 0.1.0 (#662)

* chore(deps): replace dependency rollup-plugin-terser with @rollup/plugin-terser 0.1.0

* replace reference to @rollup/plugin-terser

* Update reference @rollup/plugin-terser

* Update terser reference

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Navateja Alagam <navateja215@gmail.com>
  • Loading branch information
renovate[bot] and navateja-alagam authored Jan 6, 2025
1 parent 1321c8d commit 852b255
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 40 deletions.
4 changes: 2 additions & 2 deletions packages/browser-lib/.depcheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ignores:
- "rollup-plugin-polyfill-node"
- "rollup-plugin-progress"
- "rollup-plugin-sizes"
- "rollup-plugin-terser"
- "@rollup/plugin-terser"
- "rollup-plugin-typescript2"
skip-missing: true
skip-missing: true
2 changes: 1 addition & 1 deletion packages/browser-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"rollup-plugin-polyfill-node": "0.13.0",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-sizes": "1.0.6",
"rollup-plugin-terser": "7.0.2",
"@rollup/plugin-terser": "0.1.0",
"rollup-plugin-typescript2": "0.36.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-lib/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import commonjs from '@rollup/plugin-commonjs';
import typescript from 'rollup-plugin-typescript2';
import sizes from 'rollup-plugin-sizes';
import nodePolyfills from 'rollup-plugin-polyfill-node';
import { terser } from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';
import fs from 'fs'

export const namespace = 'sa11y';
Expand Down
46 changes: 10 additions & 36 deletions yarn.lock

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

0 comments on commit 852b255

Please # to comment.