Skip to content

Commit

Permalink
updates legacy dependenciies
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Dec 29, 2023
1 parent eb60e5f commit ee292a3
Show file tree
Hide file tree
Showing 14 changed files with 4,302 additions and 15,624 deletions.
1,479 changes: 0 additions & 1,479 deletions core/client/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion core/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "7.0.2",
"@rollup/plugin-terser": "0.4.4",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.3.3",
"tslib": "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion core/client/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import typescript from '@rollup/plugin-typescript';
import dts from 'rollup-plugin-dts';
import path from 'path';
import visualiser from 'rollup-plugin-visualizer';
import { terser } from 'rollup-plugin-terser';
import { terser } from '@rollup/plugin-terser';

export default [
{
Expand Down
Loading

0 comments on commit ee292a3

Please sign in to comment.