pull in sartography/spiff-arena/bpmn-js-spiffworkflow instead of sartography/bpmn-js-spiffworkflow
This commit is contained in:
parent
29b7145d31
commit
4cfe9a5d44
|
@ -37,7 +37,7 @@
|
|||
"axios": "^0.27.2",
|
||||
"bpmn-js": "^13.2.2",
|
||||
"bpmn-js-properties-panel": "^1.22.0",
|
||||
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main",
|
||||
"bpmn-js-spiffworkflow": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main",
|
||||
"cookie": "^0.5.0",
|
||||
"craco": "^0.0.3",
|
||||
"date-fns": "^2.28.0",
|
||||
|
@ -8364,7 +8364,8 @@
|
|||
},
|
||||
"node_modules/bpmn-js-spiffworkflow": {
|
||||
"version": "0.0.8",
|
||||
"resolved": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#9762eb631de107aac584fce1c056070cdaed171e",
|
||||
"resolved": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main",
|
||||
"integrity": "sha512-KKvE3SuB6+FnydgkbBps71vvrBxT/8iCjmisqr/knWuwUOp5M0eEpf3ar+VsKoxqUuiYxAKcjQ1tAqpZQzSFrw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"inherits": "^2.0.4",
|
||||
|
@ -38244,8 +38245,8 @@
|
|||
}
|
||||
},
|
||||
"bpmn-js-spiffworkflow": {
|
||||
"version": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#9762eb631de107aac584fce1c056070cdaed171e",
|
||||
"from": "bpmn-js-spiffworkflow@github:sartography/bpmn-js-spiffworkflow#main",
|
||||
"version": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main",
|
||||
"integrity": "sha512-KKvE3SuB6+FnydgkbBps71vvrBxT/8iCjmisqr/knWuwUOp5M0eEpf3ar+VsKoxqUuiYxAKcjQ1tAqpZQzSFrw==",
|
||||
"requires": {
|
||||
"inherits": "^2.0.4",
|
||||
"inherits-browser": "^0.0.1",
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"axios": "^0.27.2",
|
||||
"bpmn-js": "^13.2.2",
|
||||
"bpmn-js-properties-panel": "^1.22.0",
|
||||
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main",
|
||||
"bpmn-js-spiffworkflow": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main",
|
||||
"cookie": "^0.5.0",
|
||||
"craco": "^0.0.3",
|
||||
"date-fns": "^2.28.0",
|
||||
|
@ -48,6 +48,7 @@
|
|||
"react-datepicker": "^4.8.0",
|
||||
"react-devtools": "^4.27.1",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-error-boundary": "^4.0.11",
|
||||
"react-icons": "^4.4.0",
|
||||
"react-jsonschema-form": "^1.8.1",
|
||||
"react-router": "^6.3.0",
|
||||
|
@ -57,8 +58,7 @@
|
|||
"timepicker": "^1.13.18",
|
||||
"typescript": "^4.7.4",
|
||||
"use-debounce": "^9.0.4",
|
||||
"web-vitals": "^3.0.2",
|
||||
"react-error-boundary": "^4.0.11"
|
||||
"web-vitals": "^3.0.2"
|
||||
},
|
||||
"overrides": {
|
||||
"postcss-preset-env": {
|
||||
|
|
Loading…
Reference in New Issue