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