Skip to content

Commit

Permalink
chore: use rollup@4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 15, 2023
1 parent 48b6d26 commit 2fbe245
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 12 deletions.
285 changes: 275 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"all": "run-s bundle:src lint test bundle",
"bundle:src": "rollup -c",
"bundle:src": "rollup -c --bundleConfigAsCjs",
"bundle": "webpack --mode production",
"bundle:watch": "webpack -w",
"start": "cross-env SINGLE_START=modeler npm run dev",
Expand Down Expand Up @@ -72,7 +72,7 @@
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^21.5.1",
"rollup": "^2.79.1",
"rollup": "^4.4.1",
"rollup-plugin-string": "^3.0.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
Expand Down

0 comments on commit 2fbe245

Please sign in to comment.