Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps(drd): update to [email protected]

feat(drd): keyboard is now implicit

  Related to bpmn-io/diagram-js#662
  • Loading branch information
jarekdanielak authored and nikku committed Nov 7, 2024
1 parent 5b24c55 commit 3235580
Show file tree
Hide file tree
Showing 12 changed files with 90 additions and 91 deletions.
117 changes: 68 additions & 49 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/dmn-js-boxed-expression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
"dependencies": {
"@bpmn-io/dmn-variable-resolver": "^0.7.0",
"diagram-js": "^14.7.1",
"diagram-js": "^15.2.0",
"dmn-js-shared": "^16.8.0",
"inferno": "~5.6.3",
"min-dash": "^4.0.0",
"min-dom": "^4.2.1",
"table-js": "^9.1.0"
"table-js": "^9.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/dmn-js-decision-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"dependencies": {
"@bpmn-io/dmn-variable-resolver": "^0.7.0",
"css.escape": "^1.5.1",
"diagram-js": "^14.7.1",
"diagram-js": "^15.2.0",
"dmn-js-shared": "^16.8.0",
"escape-html": "^1.0.3",
"inferno": "~5.6.3",
"min-dash": "^4.0.0",
"min-dom": "^4.2.1",
"selection-ranges": "^3.0.2",
"table-js": "^9.1.0"
"table-js": "^9.2.0"
}
}
7 changes: 1 addition & 6 deletions packages/dmn-js-decision-table/test/spec/EditorSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ describe('DecisionTable', function() {

function createDecisionTableEditor(xml) {
dmnJS = new DmnDecisionTableEditor({
container: testContainer,
decisionTable: {
keyboard: {
bindTo: document
}
}
container: testContainer
});

return dmnJS.importXML(xml);
Expand Down
4 changes: 2 additions & 2 deletions packages/dmn-js-drd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"drd"
],
"dependencies": {
"diagram-js": "^14.7.1",
"diagram-js-direct-editing": "^3.0.1",
"diagram-js": "^15.2.0",
"diagram-js-direct-editing": "^3.2.0",
"dmn-js-shared": "^16.8.0",
"inherits-browser": "^0.1.0",
"min-dash": "^4.0.0",
Expand Down
Loading

0 comments on commit 3235580

Please sign in to comment.