!39 chore(package.json): 固定三方依赖的版本, 顺便解决 bpmn-js 7.4.0 没有 updateModdleProperties 方法导致的 BUG
Merge pull request !39 from pany-ang/develop
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
"url": "https://gitee.com/KonBAI-Q/ruoyi-flowable-plus.git"
|
"url": "https://gitee.com/KonBAI-Q/ruoyi-flowable-plus.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.7.4",
|
"@babel/parser": "7.7.4",
|
||||||
"@riophae/vue-treeselect": "0.4.0",
|
"@riophae/vue-treeselect": "0.4.0",
|
||||||
"axios": "0.24.0",
|
"axios": "0.24.0",
|
||||||
"clipboard": "2.0.8",
|
"clipboard": "2.0.8",
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
"element-ui": "2.15.12",
|
"element-ui": "2.15.12",
|
||||||
"file-saver": "2.0.5",
|
"file-saver": "2.0.5",
|
||||||
"fuse.js": "6.4.3",
|
"fuse.js": "6.4.3",
|
||||||
"highlight.js": "^10.5.0",
|
"highlight.js": "10.5.0",
|
||||||
"js-beautify": "1.13.0",
|
"js-beautify": "1.13.0",
|
||||||
"js-cookie": "3.0.1",
|
"js-cookie": "3.0.1",
|
||||||
"jsencrypt": "3.0.0-rc.1",
|
"jsencrypt": "3.0.0-rc.1",
|
||||||
@@ -59,8 +59,8 @@
|
|||||||
"vue-router": "3.4.9",
|
"vue-router": "3.4.9",
|
||||||
"vuedraggable": "2.24.3",
|
"vuedraggable": "2.24.3",
|
||||||
"vuex": "3.6.0",
|
"vuex": "3.6.0",
|
||||||
"xml-js": "^1.6.11",
|
"xml-js": "1.6.11",
|
||||||
"bpmn-js-token-simulation": "^0.10.0"
|
"bpmn-js-token-simulation": "0.10.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "4.4.6",
|
"@vue/cli-plugin-babel": "4.4.6",
|
||||||
@@ -80,9 +80,9 @@
|
|||||||
"script-ext-html-webpack-plugin": "2.1.5",
|
"script-ext-html-webpack-plugin": "2.1.5",
|
||||||
"svg-sprite-loader": "5.1.1",
|
"svg-sprite-loader": "5.1.1",
|
||||||
"vue-template-compiler": "2.6.12",
|
"vue-template-compiler": "2.6.12",
|
||||||
"bpmn-js": "^7.4.0",
|
"bpmn-js": "7.5.0",
|
||||||
"bpmn-js-properties-panel": "^0.37.2",
|
"bpmn-js-properties-panel": "0.37.2",
|
||||||
"camunda-bpmn-moddle": "^4.4.1"
|
"camunda-bpmn-moddle": "4.4.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.9",
|
"node": ">=8.9",
|
||||||
|
|||||||
Reference in New Issue
Block a user