Merge remote-tracking branch 'origin/dev' into dev
Some checks failed
npm run build 测试 / task (18.x, npm, macOS-latest) (push) Has been cancelled
npm run build 测试 / task (18.x, npm, ubuntu-latest) (push) Has been cancelled
npm run build 测试 / task (18.x, npm, windows-latest) (push) Has been cancelled
npm run build 测试 / task (18.x, pnpm, macOS-latest) (push) Has been cancelled
npm run build 测试 / task (18.x, pnpm, ubuntu-latest) (push) Has been cancelled
npm run build 测试 / task (18.x, pnpm, windows-latest) (push) Has been cancelled
npm run build 测试 / task (18.x, yarn, macOS-latest) (push) Has been cancelled
npm run build 测试 / task (18.x, yarn, ubuntu-latest) (push) Has been cancelled
npm run build 测试 / task (18.x, yarn, windows-latest) (push) Has been cancelled
Docker 镜像 / task (18.x, npm, ubuntu-latest) (push) Has been cancelled
同步代码 / gitcode (push) Has been cancelled
同步代码 / gitlink (push) Has been cancelled
同步代码 / gitee (push) Has been cancelled

This commit is contained in:
冷冷 2024-11-08 23:04:27 +08:00
commit 94b0608cb6

View File

@ -23,7 +23,7 @@
"crypto-js": "4.2.0",
"driver.js": "1.3.1",
"echarts": "5.5.1",
"element-plus": "2.8.6",
"element-plus": "2.8.7",
"js-cookie": "3.0.5",
"mitt": "3.0.1",
"nprogress": "0.2.0",
@ -45,8 +45,8 @@
"devDependencies": {
"@swc/core": "1.6.13",
"@types/node": "20.0.0",
"@types/nprogress": "0.2.0",
"@types/sortablejs": "1.15.0",
"@types/nprogress": "0.2.3",
"@types/sortablejs": "1.15.8",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"@vitejs/plugin-vue": "5.0.5",
@ -61,10 +61,10 @@
"sass": "1.58.3",
"terser": "5.31.1",
"typescript": "5.6.3",
"vite": "5.3.3",
"vite": "5.3.6",
"vite-plugin-compression": "0.5.1",
"vite-plugin-top-level-await": "1.4.1",
"unplugin-auto-import": "0.18.0",
"vite-plugin-top-level-await": "1.4.4",
"unplugin-auto-import": "0.18.3",
"unplugin-vue-setup-extend-plus": "1.0.1",
"vue-eslint-parser": "9.4.3"
},