Skip to content

Commit

Permalink
Merge branch 'master' into chore/update_bpmn_visualization_to_0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Mar 1, 2024
2 parents 414df56 + 44f2a47 commit f9e99b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-projects.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Check projects
on:
workflow_dispatch: # for manual run
push:
branches:
- master
Expand Down
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.43.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 f9e99b9

Please sign in to comment.