feat: 更新依赖项版本,添加 vue-tsc 作为覆盖项,修复 primevue 版本号
All checks were successful
/ depcheck (push) Successful in 1m39s
/ playwright (push) Successful in 1m46s
/ build-and-deploy-to-vercel (push) Successful in 1m18s

This commit is contained in:
严浩
2025-01-03 14:03:12 +08:00
parent 44b55323a6
commit 6f35ac8105
2 changed files with 34 additions and 31 deletions

View File

@ -32,7 +32,8 @@
},
"pnpm": {
"overrides": {
"vite": "$vite"
"vite": "$vite",
"vue-tsc": "$vue-tsc"
}
},
"dependencies": {
@ -57,7 +58,7 @@
"pinia-plugin-persistedstate": "^4.2.0",
"primeicons": "^7.0.0",
"primelocale": "^1.2.3",
"primevue": "4.2.6-fix.202501021545",
"primevue": "4.2.6-fix.202501030556",
"radash": "^12.1.0",
"taze": "^0.18.0",
"tdesign-icons-vue-next": "^0.3.3",
@ -86,7 +87,7 @@
"@vant/auto-import-resolver": "^1.2.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/eslint-plugin": "^1.1.23",
"@vitest/eslint-plugin": "^1.1.24",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/test-utils": "^2.4.6",