升级依赖

This commit is contained in:
2025-01-03 09:13:19 +08:00
parent 0ad404d3e8
commit 6111147671
6 changed files with 61 additions and 49 deletions

View File

@@ -15,12 +15,12 @@
"@arco-design/web-vue": "^2.56.3",
"@tanstack/vue-query": "^5.62.9",
"@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "^12.2.0",
"@vueuse/core": "^12.3.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"file2md5": "^1.3.0",
"lodash-es": "^4.17.21",
"mammoth": "^1.8.0",
"mammoth": "^1.9.0",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
@@ -31,13 +31,13 @@
"vue": "^3.5.13",
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6",
"vue-data-ui": "^2.4.58",
"vue-data-ui": "^2.4.63",
"vue-router": "^4.5.0",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.2",
"@types/node": "^22.10.4",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.17",
"@vitejs/plugin-vue": "^5.2.1",
@@ -54,6 +54,6 @@
"rollup-plugin-visualizer": "^5.13.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.6"
"vite": "^6.0.7"
}
}