Skip to content

Commit

Permalink
deps: update to diagram-js v14.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed May 7, 2024
1 parent abd8c6c commit 577971e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
"dependencies": {
"bpmn-moddle": "^8.1.0",
"diagram-js": "^14.4.1",
"diagram-js": "^14.5.1",
"diagram-js-direct-editing": "^3.0.1",
"ids": "^1.0.5",
"inherits-browser": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions test/spec/features/context-pad/ContextPadProviderSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,9 @@ function padEntry(element, name) {

function padEvent(entry) {

return getBpmnJS().invoke(function(overlays) {
return getBpmnJS().invoke(function(canvas) {

var target = padEntry(overlays._overlayRoot, entry);
var target = padEntry(canvas.getContainer(), entry);

return {
target: target,
Expand Down

0 comments on commit 577971e

Please sign in to comment.