Skip to content

Commit d7ebc1d

Browse files
committed
chore: update bpmn-js peer dependency
Change in bpmn-moddle requires latest bpmn-js
1 parent cdb5c74 commit d7ebc1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
integration: [ true ]
1010
integration-deps:
11-
- [email protected] bpmn-js@11.5
11+
- [email protected] bpmn-js@18.6.3
1212
- "@bpmn-io/properties-panel@3"
1313
include:
1414
- integration-deps: "" # as defined in package.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
"peerDependencies": {
111111
"@bpmn-io/properties-panel": ">= 3.7",
112-
"bpmn-js": ">= 11.5",
112+
"bpmn-js": ">= 18.6.3",
113113
"camunda-bpmn-js-behaviors": ">= 0.4",
114114
"diagram-js": ">= 11.9"
115115
}

0 commit comments

Comments
 (0)