chore(project): bump bpmn-moddle dependency

* unused namespace does not get serialized anymore

Closes #469
This commit is contained in:
Nico Rehwaldt 2017-12-09 22:30:39 +01:00
parent 7e928ec709
commit 105f326dad
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -437,13 +437,13 @@
}
},
"bpmn-moddle": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/bpmn-moddle/-/bpmn-moddle-1.2.0.tgz",
"integrity": "sha512-RTe0DmGDsF0WRdTnXeaA/CWtrc56kDqIq3xa3IBTqxNnlEQIsR+0t6h7/aL8jIdJTRquhebHeUxRzejI9/yAiA==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/bpmn-moddle/-/bpmn-moddle-1.3.0.tgz",
"integrity": "sha512-BRcOEbb5dLDGiX35cNKpeLzp9xCzgLwyHaXMlO0poDO60mSkxK51KbV2qksItDgBJA+o+gSJ60XPctizzgkokA==",
"requires": {
"lodash": "3.10.1",
"moddle": "1.2.1",
"moddle-xml": "2.2.0"
"moddle-xml": "3.0.0"
}
},
"brace-expansion": {
@ -4368,9 +4368,9 @@
}
},
"moddle-xml": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/moddle-xml/-/moddle-xml-2.2.0.tgz",
"integrity": "sha512-KKj5HWSYK7hFPgvz7R7oWrHyzDQRYQhjiTc6wuZqtZpTdA9KZL2Z9Gg3NMGQnDeTFPHkaPKJVv71GW0Zlq+Krg==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/moddle-xml/-/moddle-xml-3.0.0.tgz",
"integrity": "sha1-y/hKm5qOntXrz53QFSeX/fPwjjA=",
"requires": {
"lodash": "3.10.1",
"moddle": "1.2.1",

View File

@ -75,7 +75,7 @@
"watchify": "^3.7.0"
},
"dependencies": {
"bpmn-moddle": "^1.2.0",
"bpmn-moddle": "^1.3.0",
"diagram-js": "^0.22.5",
"diagram-js-direct-editing": "^0.19.0",
"diagram-js-origin": "^0.15.2",

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.3.0-dev">
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.3.0-dev">
<bpmn:process id="Process_1" isExecutable="false">
<bpmn:startEvent id="StartEvent_1" name="foo" />
<bpmn:startEvent id="StartEvent_2" name="bar" />