feat:依赖版本更新,解决下载启动报错

This commit is contained in:
刘引
2024-09-03 17:03:17 +08:00
parent 690331f88c
commit d6186e73ad
4 changed files with 642 additions and 4207 deletions

2
components.d.ts vendored
View File

@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ElButton: typeof import('element-plus/es')['ElButton']

3484
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@
"dayjs": "^1.11.11",
"element-plus": "^2.7.3",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"pinia": "^2.2.2",
"qs": "^6.11.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
@@ -20,10 +20,10 @@
"@types/node": "^18.17.1",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.77.2",
"typescript": "^4.9.5",
"typescript": "^5.0.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vue-tsc": "^2.0.19"
"vite": "^5.4.2",
"vue-tsc": "^2.1.4"
}
}

1355
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff