chore: Update npm dependencies and configuration files
Some checks failed
CI / cache-and-install (push) Failing after 46s

This commit is contained in:
严浩
2024-08-05 17:28:50 +08:00
parent 31aa166513
commit fc60b67aa6
5 changed files with 449 additions and 141 deletions

View File

@ -14,9 +14,11 @@
"format": "prettier --write src/"
},
"dependencies": {
"@types/nprogress": "^0.2.3",
"nprogress": "^0.2.0",
"page-stack-vue3": "^2.5.6",
"pinia": "^2.2.0",
"utils4u": "^1.0.24",
"vant": "^4.9.4",
"vue": "^3.4.35",
"vue-router": "^4.4.2"
},
@ -24,7 +26,8 @@
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.14",
"@types/node": "^22.1.0",
"@types/nprogress": "^0.2.3",
"@unocss/preset-rem-to-px": "^0.61.9",
"@unocss/reset": "^0.61.9",
"@vant/auto-import-resolver": "^1.2.1",
@ -39,7 +42,7 @@
"jsdom": "^24.1.1",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.3",
"typescript": "~5.4.5",
"typescript": "~5.5.4",
"unocss": "^0.61.9",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",