chore(project): bump dependency versions

This commit is contained in:
Nico Rehwaldt 2018-04-03 10:38:43 +02:00
parent 3a92610a8d
commit 03a2a6f892
2 changed files with 11 additions and 5 deletions

View File

@ -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._
## 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
* `CHORE`: bump to [`diagram-js@0.31.0`](https://github.com/bpmn-io/diagram-js/releases/tag/v0.31.0)

View File

@ -76,14 +76,14 @@
},
"dependencies": {
"bpmn-font": "^0.8.0",
"bpmn-moddle": "^3.0.2",
"diagram-js": "^0.31.0",
"bpmn-moddle": "^4.0.0",
"diagram-js": "^0.31.1",
"diagram-js-direct-editing": "^0.23.0",
"ids": "^0.2.0",
"inherits": "^2.0.1",
"min-dash": "^2.3.0",
"min-dom": "^2.0.1",
"min-dash": "^2.4.0",
"min-dom": "^2.2.0",
"object-refs": "^0.1.1",
"tiny-svg": "^1.0.2"
"tiny-svg": "^1.1.0"
}
}