Skip to content

Commit

Permalink
chore: update rollup (#808)
Browse files Browse the repository at this point in the history
* chore: update rollup

* fix: revert karma-rollup-preprocessor to 7.0.7

* fix: recreate package-lock

---------

Co-authored-by: Jukka Kurkela <[email protected]>
  • Loading branch information
bavoco and kurkle authored Nov 16, 2024
1 parent dd0c8b3 commit ca88f32
Show file tree
Hide file tree
Showing 4 changed files with 850 additions and 338 deletions.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const istanbul = require('rollup-plugin-istanbul');
const json = require('@rollup/plugin-json');
const resolve = require('rollup-plugin-node-resolve');
const resolve = require('@rollup/plugin-node-resolve');
const builds = require('./rollup.config');
const yargs = require('yargs');
const env = process.env.NODE_ENV;
Expand Down
Loading

0 comments on commit ca88f32

Please sign in to comment.