chore(project): bump object-refs version

* allows BpmnTreeWalker related DI wiring to be reverted
This commit is contained in:
Nico Rehwaldt 2018-04-24 16:26:53 +02:00
parent 12a38da9c7
commit a5a31cab64
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@
"inherits": "2.0.3", "inherits": "2.0.3",
"min-dash": "2.3.0", "min-dash": "2.3.0",
"min-dom": "2.0.1", "min-dom": "2.0.1",
"object-refs": "0.1.1", "object-refs": "0.3.0",
"path-intersection": "1.0.2", "path-intersection": "1.0.2",
"tiny-svg": "0.1.3" "tiny-svg": "0.1.3"
} }
@ -116,7 +116,7 @@
} }
}, },
"object-refs": { "object-refs": {
"version": "0.1.1" "version": "0.3.0"
}, },
"path-intersection": { "path-intersection": {
"version": "1.0.2" "version": "1.0.2"

View File

@ -90,7 +90,7 @@
"inherits": "^2.0.1", "inherits": "^2.0.1",
"min-dash": "^3.0.0", "min-dash": "^3.0.0",
"min-dom": "^3.0.0", "min-dom": "^3.0.0",
"object-refs": "^0.1.1", "object-refs": "^0.3.0",
"tiny-svg": "^2.0.0" "tiny-svg": "^2.0.0"
} }
} }