Browse Source

fix: 修复打包时缺少依赖问题(@form-create、js-beautify、vuedraggable)

vh 2 weeks ago
parent
commit
b9cbd31eb2
1 changed files with 11 additions and 8 deletions
  1. 11 8
      package.json

+ 11 - 8
package.json

@@ -27,10 +27,11 @@
     "@element-plus/icons-vue": "2.0.9",
     "@form-create/component-wangeditor": "^2.6.2",
     "@form-create/designer": "3.2.11",
-    "@form-create/element-ui": "^3",
+    "@form-create/element-ui": "^3.2.31",
+    "@form-create/utils": "^3.2.31",
     "@guolao/vue-monaco-editor": "^1.5.5",
-    "@logicflow/core": "^2.0.16",
-    "@logicflow/extension": "^2.0.21",
+    "@logicflow/core": "^2.1.2",
+    "@logicflow/extension": "^2.1.3",
     "@vueuse/core": "9.0.1",
     "axios": "0.26.0",
     "clipboard": "2.0.11",
@@ -47,6 +48,7 @@
     "event-source-polyfill": "1.0.31",
     "html2canvas": "^1.4.1",
     "htmlparser2": "^10.0.0",
+    "js-beautify": "^1.15.4",
     "js-cookie": "3.0.5",
     "jsplumb": "2.15.6",
     "jsrsasign": "10.8.6",
@@ -59,18 +61,18 @@
     "print-js": "1.6.0",
     "province-city-china": "8.5.7",
     "qrcodejs2-fixes": "0.0.2",
-    "sass": "^1.78.0",
-    "sass-loader": "^16.0.1",
+    "sass": "^1.93.0",
+    "sass-loader": "^16.0.5",
     "screenfull": "6.0.1",
     "semver": "7.6.2",
     "sortablejs": "1.14.0",
     "splitpanes": "3.1.1",
-    "sql-formatter": "^15.6.1",
+    "sql-formatter": "^15.6.9",
     "uuid": "9.0.0",
     "vform3-builds": "3.0.8",
     "vue": "3.2.37",
     "vue-clipboard3": "1.0.1",
-    "vue-data-ui": "^2.4.17",
+    "vue-data-ui": "^2.17.11",
     "vue-grid-layout": "3.0.0-beta1",
     "vue-i18n": "9.1.10",
     "vue-json-pretty": "^2.5.0",
@@ -78,6 +80,7 @@
     "vue3-clipboard": "1.0.0",
     "vue3-cron": "1.1.8",
     "vue3-json-viewer": "2.2.2",
+    "vuedraggable": "^2.24.3",
     "vuex": "4.0.2",
     "wangeditor": "4.7.12",
     "xlsx-with-styles": "0.17.2"
@@ -94,7 +97,7 @@
     "@vitejs/plugin-vue": "3.1.0",
     "@vue/compiler-sfc": "3.2.45",
     "cross-env": "^7.0.3",
-    "dotenv": "^16.4.5",
+    "dotenv": "^16.6.1",
     "eslint": "8.10.0",
     "eslint-plugin-vue": "8.5.0",
     "prettier": "2.5.1",