Skip to content

Commit

Permalink
chore(dev-deps): bump rollup dependencies (#589)
Browse files Browse the repository at this point in the history
Also use a version of `@types/node` that is compatible with TypeScript
4.5.
  • Loading branch information
tbouffard authored Mar 1, 2024
1 parent ec8cdfb commit 5e0e716
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions projects/typescript-vanilla-with-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@
"bpmn-visualization": "0.42.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "~25.0.5",
"@rollup/plugin-commonjs": "~25.0.7",
"@rollup/plugin-node-resolve": "~15.2.3",
"@rollup/plugin-terser": "~0.4.4",
"@rollup/plugin-typescript": "~11.1.5",
"@rollup/plugin-typescript": "~11.1.6",
"@types/node": "14.11.11",
"rimraf": "~5.0.5",
"rollup": "~4.0.2",
"rollup": "~4.12.0",
"rollup-plugin-copy": "~3.5.0",
"rollup-plugin-copy-watch": "~0.0.1",
"rollup-plugin-livereload": "~2.0.5",
"rollup-plugin-serve": "~2.0.2",
"rollup-plugin-serve": "~3.0.0",
"rollup-plugin-string": "~3.0.0",
"tslib": "~2.6.2",
"typescript": "~4.5.5"
Expand Down

0 comments on commit 5e0e716

Please sign in to comment.