go back to pulling bpmn-js-spiffworkflow from its own separate repo because gitpkg.now.sh for monorepo subdirs is too flaky

This commit is contained in:
burnettk 2023-12-13 11:00:09 -05:00
parent f546290220
commit d5ea87017f
2 changed files with 5 additions and 6 deletions

View File

@ -37,7 +37,7 @@
"axios": "^0.27.2",
"bpmn-js": "^13.2.2",
"bpmn-js-properties-panel": "^1.22.0",
"bpmn-js-spiffworkflow": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main",
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main",
"cookie": "^0.5.0",
"craco": "^0.0.3",
"date-fns": "^2.28.0",
@ -8364,8 +8364,7 @@
},
"node_modules/bpmn-js-spiffworkflow": {
"version": "0.0.8",
"resolved": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main",
"integrity": "sha512-xtkgQGV7qGU2lxVzE5XEiiNdORyHGNEHIx6mQQNhzeMbiFvN7CEsWuA+P5qe++aIdtPcxDE3R1um0WXObOQsWw==",
"resolved": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#9762eb631de107aac584fce1c056070cdaed171e",
"license": "MIT",
"dependencies": {
"inherits": "^2.0.4",
@ -38245,8 +38244,8 @@
}
},
"bpmn-js-spiffworkflow": {
"version": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main",
"integrity": "sha512-xtkgQGV7qGU2lxVzE5XEiiNdORyHGNEHIx6mQQNhzeMbiFvN7CEsWuA+P5qe++aIdtPcxDE3R1um0WXObOQsWw==",
"version": "git+ssh://git@github.com/sartography/bpmn-js-spiffworkflow.git#9762eb631de107aac584fce1c056070cdaed171e",
"from": "bpmn-js-spiffworkflow@github:sartography/bpmn-js-spiffworkflow#main",
"requires": {
"inherits": "^2.0.4",
"inherits-browser": "^0.0.1",

View File

@ -32,7 +32,7 @@
"axios": "^0.27.2",
"bpmn-js": "^13.2.2",
"bpmn-js-properties-panel": "^1.22.0",
"bpmn-js-spiffworkflow": "https://gitpkg.now.sh/sartography/spiff-arena/bpmn-js-spiffworkflow?main",
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main",
"cookie": "^0.5.0",
"craco": "^0.0.3",
"date-fns": "^2.28.0",