chore: 更新依赖项版本,提升项目稳定性
This commit is contained in:
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -9,8 +9,9 @@ jobs:
|
||||
steps:
|
||||
- uses: yanhao98/composite-actions/setup-node-environment@main
|
||||
- name: 静态代码分析
|
||||
run: pnpm lint
|
||||
- run: npx vue-tsc --build --force
|
||||
run: pnpm run lint
|
||||
# - run: npx vue-tsc --build --force
|
||||
- run: pnpm run type-check
|
||||
|
||||
- name: 修改 .npmrc
|
||||
run: |
|
||||
|
@ -74,7 +74,7 @@
|
||||
"@types/jsdom": "^21.1.7",
|
||||
"@types/node": "^22.10.2",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@unocss/preset-rem-to-px": "latest",
|
||||
"@unocss/preset-rem-to-px": "^0.65.1",
|
||||
"@vant/auto-import-resolver": "^1.2.1",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||
@ -96,7 +96,7 @@
|
||||
"npm-run-all2": "^7.0.1",
|
||||
"prettier": "^3.4.2",
|
||||
"surge": "^0.24.6",
|
||||
"typescript": "~5.6.3",
|
||||
"typescript": "~5.7.2",
|
||||
"unocss": "^0.65.1",
|
||||
"unplugin-auto-import": "^0.19.0",
|
||||
"unplugin-icons": "^0.21.0",
|
||||
|
618
pnpm-lock.yaml
generated
618
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user