Skip to content

Commit

Permalink
chore(deps-dev): bump dependencies in the rollup project (#607)
Browse files Browse the repository at this point in the history
Bump rollup dependencies.
Don't update @types/node, prevent to have type errors as we are using an
old typescript version (4.5).
Also switch from rimraf to del-cli, which is safer by default and
provides more features.
  • Loading branch information
tbouffard authored Oct 4, 2024
1 parent ba41110 commit 75e4a32
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/typescript-vanilla-with-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"license": "Apache-2.0",
"module": "dist/index.esm.js",
"scripts": {
"clean": "rimraf dist",
"clean": "del dist",
"build": "tsc && rollup -c",
"start": "rollup -cw --environment devMode:true"
},
"dependencies": {
"bpmn-visualization": "0.44.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "~25.0.7",
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-commonjs": "~28.0.0",
"@rollup/plugin-node-resolve": "~15.3.0",
"@rollup/plugin-terser": "~0.4.4",
"@rollup/plugin-typescript": "~11.1.6",
"@rollup/plugin-typescript": "~12.1.0",
"@types/node": "14.11.11",
"rimraf": "~5.0.5",
"rollup": "~4.12.0",
"del-cli": "~5.1.0",
"rollup": "~4.24.0",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-copy-watch": "~0.0.1",
"rollup-plugin-livereload": "~2.0.5",
Expand Down

0 comments on commit 75e4a32

Please sign in to comment.