chore(project): bump dependency versions
This commit is contained in:
parent
3a92610a8d
commit
03a2a6f892
|
@ -6,6 +6,12 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen
|
||||||
|
|
||||||
___Note:__ Yet to be released changes appear here._
|
___Note:__ Yet to be released changes appear here._
|
||||||
|
|
||||||
|
## 0.31.0
|
||||||
|
|
||||||
|
* `FEAT`: encode entities in body properties during XML export
|
||||||
|
* `CHORE`: bump to [`bpmn-moddle@4.0.0`](https://github.com/bpmn-io/bpmn-moddle/releases/tag/v4.0.0)
|
||||||
|
* `CHORE`: bump utility version
|
||||||
|
|
||||||
## 0.30.0
|
## 0.30.0
|
||||||
|
|
||||||
* `CHORE`: bump to [`diagram-js@0.31.0`](https://github.com/bpmn-io/diagram-js/releases/tag/v0.31.0)
|
* `CHORE`: bump to [`diagram-js@0.31.0`](https://github.com/bpmn-io/diagram-js/releases/tag/v0.31.0)
|
||||||
|
|
10
package.json
10
package.json
|
@ -76,14 +76,14 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bpmn-font": "^0.8.0",
|
"bpmn-font": "^0.8.0",
|
||||||
"bpmn-moddle": "^3.0.2",
|
"bpmn-moddle": "^4.0.0",
|
||||||
"diagram-js": "^0.31.0",
|
"diagram-js": "^0.31.1",
|
||||||
"diagram-js-direct-editing": "^0.23.0",
|
"diagram-js-direct-editing": "^0.23.0",
|
||||||
"ids": "^0.2.0",
|
"ids": "^0.2.0",
|
||||||
"inherits": "^2.0.1",
|
"inherits": "^2.0.1",
|
||||||
"min-dash": "^2.3.0",
|
"min-dash": "^2.4.0",
|
||||||
"min-dom": "^2.0.1",
|
"min-dom": "^2.2.0",
|
||||||
"object-refs": "^0.1.1",
|
"object-refs": "^0.1.1",
|
||||||
"tiny-svg": "^1.0.2"
|
"tiny-svg": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue