Skip to content

Commit

Permalink
Merge branch 'master' into #2458-Add_reset_style_API
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet authored Jun 13, 2023
2 parents 543dbfb + e9f2415 commit 871841e
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 96 deletions.
229 changes: 173 additions & 56 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bpmn-visualization",
"version": "0.35.0-post",
"version": "0.36.0-post",
"description": "A TypeScript library for visualizing process execution data on BPMN diagrams",
"keywords": [
"typescript",
Expand Down Expand Up @@ -100,7 +100,7 @@
"strnum": "1.0.5"
},
"devDependencies": {
"@microsoft/api-extractor": "~7.35.0",
"@microsoft/api-extractor": "~7.35.2",
"@rollup/plugin-commonjs": "~25.0.0",
"@rollup/plugin-node-resolve": "~15.0.2",
"@rollup/plugin-terser": "~0.4.3",
Expand All @@ -109,7 +109,7 @@
"@types/lodash-es": "~4.17.7",
"@types/minimist": "~1.2.2",
"@typescript-eslint/eslint-plugin": "~5.59.6",
"@typescript-eslint/parser": "~5.59.6",
"@typescript-eslint/parser": "~5.59.9",
"asciidoctor": "~2.2.6",
"autoprefixer": "~10.4.14",
"clipboardy": "~3.0.0",
Expand Down
Loading

0 comments on commit 871841e

Please sign in to comment.