Skip to content

Commit

Permalink
chore: add experimental diagram-js
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Oct 15, 2024
1 parent aefe16f commit 0c0848b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
52 changes: 25 additions & 27 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
"@bpmn-io/properties-panel": "^3.24.1",
"@bpmn-io/variable-resolver": "^1.3.0",
"@camunda/example-data-properties-provider": "^1.2.1",
"bpmn-js": "^17.11.1",
"bpmn-js": "github:bpmn-io/bpmn-js#keyboard-bind",
"bpmn-js-color-picker": "^0.7.1",
"bpmn-js-create-append-anything": "^0.5.2",
"bpmn-js-element-templates": "^2.3.0",
"bpmn-js-executable-fix": "^0.2.1",
"camunda-bpmn-js-behaviors": "^1.6.1",
"camunda-bpmn-moddle": "^7.0.1",
"diagram-js": "^14.11.1",
"diagram-js": "^15.0.0-alpha-keyboard",
"diagram-js-grid": "^1.0.0",
"diagram-js-minimap": "^5.1.0",
"diagram-js-origin": "^1.4.0",
Expand Down Expand Up @@ -121,6 +121,9 @@
"peerDependencies": {
"bpmn-js-properties-panel": ">= 3.0.0"
},
"overrides": {
"diagram-js": "^15.0.0-alpha-keyboard"
},
"files": [
"dist",
"lib",
Expand Down

0 comments on commit 0c0848b

Please sign in to comment.