chore: update deps

This commit is contained in:
roymondchen 2026-05-11 17:01:42 +08:00
parent aab73249d1
commit 49428c57bc
3 changed files with 238 additions and 244 deletions

View File

@ -54,7 +54,7 @@
"cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.11.8",
"enquirer": "^2.4.1",
"eslint": "^10.2.1",
"eslint": "^10.3.0",
"execa": "^9.6.0",
"highlight.js": "^11.11.1",
"husky": "^9.1.7",
@ -65,8 +65,8 @@
"prettier": "^3.8.3",
"recast": "^0.23.11",
"rimraf": "^3.0.2",
"rolldown": "^1.0.0-rc.17",
"rolldown-plugin-dts": "^0.23.2",
"rolldown": "^1.0.0",
"rolldown-plugin-dts": "^0.25.0",
"sass-embedded": "^1.99.0",
"semver": "^7.7.3",
"serialize-javascript": "^7.0.0",
@ -74,9 +74,9 @@
"typescript": "catalog:",
"vite": "catalog:",
"vitepress": "^1.6.4",
"vitest": "^4.1.0",
"vitest": "^4.1.5",
"vue": "catalog:",
"vue-tsc": "^3.2.7"
"vue-tsc": "^3.2.8"
},
"config": {
"commitizen": {

470
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -9,5 +9,5 @@ packages:
catalog:
vue: ^3.5.33
"@vue/compiler-sfc": ^3.5.33
vite: ^8.0.10
vite: ^8.0.12
typescript: "^6.0.3"