浏览代码

依赖包升级

tongshangming 2 年之前
父节点
当前提交
9dc9e9ac11
共有 4 个文件被更改,包括 632 次插入880 次删除
  1. 23 23
      package.json
  2. 604 853
      pnpm-lock.yaml
  3. 1 0
      src/auto-import.d.ts
  4. 4 4
      src/components.d.ts

+ 23 - 23
package.json

@@ -10,52 +10,52 @@
     "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
   },
   "dependencies": {
-    "@element-plus/icons-vue": "^2.0.10",
+    "@element-plus/icons-vue": "^2.1.0",
     "@icon-park/vue-next": "^1.4.2",
-    "@vueuse/core": "^9.12.0",
+    "@vueuse/core": "^10.1.2",
     "@wangeditor/editor": "^5.1.23",
     "@wangeditor/editor-for-vue": "^5.1.12",
-    "axios": "^1.2.6",
+    "axios": "^1.4.0",
     "dayjs": "^1.11.7",
     "echarts": "^5.4.2",
     "echarts-wordcloud": "^2.1.0",
-    "element-plus": "^2.2.28",
+    "element-plus": "^2.3.4",
     "nprogress": "^0.2.0",
-    "pinia": "^2.0.29",
-    "splitpanes": "^3.1.0",
-    "vue": "^3.2.45",
-    "vue-cropper": "^1.0.5",
-    "vue-router": "^4.1.6",
+    "pinia": "^2.0.36",
+    "splitpanes": "^3.1.5",
+    "vue": "^3.3.2",
+    "vue-cropper": "^1.0.8",
+    "vue-router": "^4.2.0",
     "vue3-count-to": "^1.1.2",
     "vuedraggable": "^4.1.0",
-    "vxe-table": "^4.3.9",
+    "vxe-table": "^4.3.14",
     "xe-utils": "^3.5.7"
   },
   "devDependencies": {
-    "@iconify-json/ep": "^1.1.8",
+    "@iconify-json/ep": "^1.1.10",
     "@rushstack/eslint-patch": "^1.2.0",
-    "@types/node": "^16.18.11",
+    "@types/node": "^16.18.31",
     "@types/nprogress": "^0.2.0",
     "@types/qs": "^6.9.7",
-    "@vitejs/plugin-vue": "^4.0.0",
-    "@vitejs/plugin-vue-jsx": "^3.0.0",
-    "@vue/eslint-config-prettier": "^7.0.0",
-    "@vue/eslint-config-typescript": "^11.0.2",
+    "@vitejs/plugin-vue": "^4.2.3",
+    "@vitejs/plugin-vue-jsx": "^3.0.1",
+    "@vue/eslint-config-prettier": "^7.1.0",
+    "@vue/eslint-config-typescript": "^11.0.3",
     "@vue/tsconfig": "^0.1.3",
-    "eslint": "^8.33.0",
-    "eslint-plugin-vue": "^9.9.0",
+    "eslint": "^8.40.0",
+    "eslint-plugin-vue": "^9.13.0",
     "npm-run-all": "^4.1.5",
-    "prettier": "^2.8.3",
-    "sass": "^1.57.1",
+    "prettier": "^2.8.8",
+    "sass": "^1.62.1",
     "typescript": "~4.7.4",
-    "unocss": "^0.49.1",
+    "unocss": "^0.51.13",
     "unplugin-auto-import": "^0.11.5",
     "unplugin-icons": "^0.14.15",
     "unplugin-vue-components": "^0.22.12",
     "unplugin-vue-define-options": "^0.11.2",
-    "vite": "^4.3.5",
+    "vite": "^4.3.7",
     "vite-plugin-style-import": "^2.0.0",
     "vite-plugin-svg-icons": "^2.0.1",
-    "vue-tsc": "^0.39.5"
+    "vue-tsc": "^1.6.5"
   }
 }

文件差异内容过多而无法显示
+ 604 - 853
pnpm-lock.yaml


+ 1 - 0
src/auto-import.d.ts

@@ -115,6 +115,7 @@ declare global {
   const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
   const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
   const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
+  const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
   const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
   const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
   const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']

+ 4 - 4
src/components.d.ts

@@ -7,7 +7,7 @@ export {}
 
 declare module '@vue/runtime-core' {
   export interface GlobalComponents {
-    AddNode: typeof import('./components/workflow/AddNode.vue')['default']
+    AddNode: typeof import('./components/workflow/addNode.vue')['default']
     AdvancedForm: typeof import('./components/form/AdvancedForm.vue')['default']
     ApproverDrawer: typeof import('./components/workflow/drawer/approverDrawer.vue')['default']
     BasicForm: typeof import('./components/form/BasicForm.vue')['default']
@@ -38,7 +38,7 @@ declare module '@vue/runtime-core' {
     GlobalSubMenu: typeof import('./components/GlobalSubMenu.vue')['default']
     GlobalTabs: typeof import('./components/GlobalTabs.vue')['default']
     ImageUpload: typeof import('./components/ImageUpload.vue')['default']
-    NodeWrap: typeof import('./components/workflow/NodeWrap.vue')['default']
+    NodeWrap: typeof import('./components/workflow/nodeWrap.vue')['default']
     OrgLayout: typeof import('./components/org/OrgLayout.vue')['default']
     OrgList: typeof import('./components/org/OrgList.vue')['default']
     PaneModel: typeof import('./components/splitpanes/PaneModel.vue')['default']
@@ -47,8 +47,8 @@ declare module '@vue/runtime-core' {
     ProTable: typeof import('./components/ProTable.vue')['default']
     RouterLink: typeof import('vue-router')['RouterLink']
     RouterView: typeof import('vue-router')['RouterView']
-    SelectBox: typeof import('./components/workflow/SelectBox.vue')['default']
-    SelectResult: typeof import('./components/workflow/SelectResult.vue')['default']
+    SelectBox: typeof import('./components/workflow/selectBox.vue')['default']
+    SelectResult: typeof import('./components/workflow/selectResult.vue')['default']
     SelIcon: typeof import('./components/SelIcon.vue')['default']
     SvgIcon: typeof import('./components/SvgIcon.vue')['default']
     WorkflowEdit: typeof import('./components/workflow/WorkflowEdit.vue')['default']

部分文件因为文件数量过多而无法显示