chore(project): bump bpmn-moddle version
This commit is contained in:
parent
77b18bd25b
commit
fb2b3d40f6
|
@ -6,6 +6,10 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen
|
|||
|
||||
___Note:__ Yet to be released changes appear here._
|
||||
|
||||
## 1.3.2
|
||||
|
||||
* `FIX`: correctly serialize extension attributes on `bpmn:Expression`
|
||||
|
||||
## 1.3.1
|
||||
|
||||
* `FIX`: correctly auto-place from boundary events attached to host edges ([#788](https://github.com/bpmn-io/bpmn-js/issues/788))
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bpmn-font": "^0.8.0",
|
||||
"bpmn-moddle": "^5.1.2",
|
||||
"bpmn-moddle": "^5.1.4",
|
||||
"css.escape": "^1.5.1",
|
||||
"diagram-js": "^1.4.0",
|
||||
"diagram-js-direct-editing": "^1.2.2",
|
||||
|
|
Loading…
Reference in New Issue