修复异常

This commit is contained in:
aixianling
2023-04-13 11:38:49 +08:00
parent 14cdb8bd31
commit 032b077bdc
3 changed files with 8 additions and 7 deletions

View File

@@ -19,18 +19,15 @@
],
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@jiaminghi/c-render": "^0.4.3",
"@jiaminghi/charts": "^0.2.18",
"@jiaminghi/data-view": "^2.10.0",
"@logicflow/core": "^1.2.1",
"bin-ace-editor": "^3.2.0",
"dayjs": "^1.8.35",
"dui": "^2.0.0",
"dui": "file:ui",
"echarts": "^5.1.2",
"hash.js": "^1.1.7",
"mp4box": "^0.4.1",
"print-js": "^1.0.63",
"sass": "^1.56.1",
"serialize-javascript": "^6.0.0",
"sortablejs": "^1.12.0",
"vue-draggable-resizable": "^2.3.0",
@@ -56,6 +53,7 @@
"mockjs": "^1.1.0",
"node-ipc": "^9.2.1",
"readline": "^1.3.0",
"sass": "~1.32.6",
"sass-loader": "^7.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"v-viewer": "^1.6.4",
@@ -77,5 +75,8 @@
"> 1%",
"last 2 versions",
"not ie <= 8"
]
],
"resolutions": {
"sass": "1.32.6"
}
}