chore: update deps

This commit is contained in:
roymondchen 2026-04-23 15:13:37 +08:00
parent ac755ac3d0
commit 63698af00a
5 changed files with 948 additions and 891 deletions

View File

@ -44,8 +44,8 @@
"@commitlint/config-conventional": "^20.0.0", "@commitlint/config-conventional": "^20.0.0",
"@tmagic/eslint-config": "workspace:*", "@tmagic/eslint-config": "workspace:*",
"@types/node": "24.0.10", "@types/node": "24.0.10",
"@vitejs/plugin-vue": "^6.0.5", "@vitejs/plugin-vue": "^6.0.6",
"@vitest/coverage-v8": "^4.1.0", "@vitest/coverage-v8": "^4.1.5",
"@vue/compiler-sfc": "catalog:", "@vue/compiler-sfc": "catalog:",
"c8": "^10.1.3", "c8": "^10.1.3",
"commitizen": "^4.3.1", "commitizen": "^4.3.1",
@ -54,7 +54,7 @@
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.11.8", "element-plus": "^2.11.8",
"enquirer": "^2.4.1", "enquirer": "^2.4.1",
"eslint": "^10.0.3", "eslint": "^10.2.1",
"execa": "^9.6.0", "execa": "^9.6.0",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"husky": "^9.1.7", "husky": "^9.1.7",
@ -62,12 +62,12 @@
"lint-staged": "^16.2.7", "lint-staged": "^16.2.7",
"minimist": "^1.2.8", "minimist": "^1.2.8",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"prettier": "^3.8.1", "prettier": "^3.8.3",
"recast": "^0.23.11", "recast": "^0.23.11",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rolldown": "^1.0.0-rc.9", "rolldown": "^1.0.0-rc.17",
"rolldown-plugin-dts": "^0.22.5", "rolldown-plugin-dts": "^0.23.2",
"sass-embedded": "^1.93.3", "sass-embedded": "^1.99.0",
"semver": "^7.7.3", "semver": "^7.7.3",
"serialize-javascript": "^7.0.0", "serialize-javascript": "^7.0.0",
"shx": "^0.3.4", "shx": "^0.3.4",
@ -76,7 +76,7 @@
"vitepress": "^1.6.4", "vitepress": "^1.6.4",
"vitest": "^4.1.0", "vitest": "^4.1.0",
"vue": "catalog:", "vue": "catalog:",
"vue-tsc": "^3.2.6" "vue-tsc": "^3.2.7"
}, },
"config": { "config": {
"commitizen": { "commitizen": {

View File

@ -30,8 +30,8 @@
"@types/lodash-es": "^4.17.4", "@types/lodash-es": "^4.17.4",
"@types/node": "^24.0.10", "@types/node": "^24.0.10",
"@types/serialize-javascript": "^5.0.4", "@types/serialize-javascript": "^5.0.4",
"@vitejs/plugin-legacy": "^8.0.0", "@vitejs/plugin-legacy": "^8.0.1",
"@vitejs/plugin-vue": "^6.0.5", "@vitejs/plugin-vue": "^6.0.6",
"@vitejs/plugin-vue-jsx": "^5.1.5", "@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/compiler-sfc": "catalog:", "@vue/compiler-sfc": "catalog:",
"typescript": "catalog:", "typescript": "catalog:",

1807
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@ packages:
- "eslint-config" - "eslint-config"
catalog: catalog:
vue: ^3.5.24 vue: ^3.5.33
"@vue/compiler-sfc": ^3.5.24 "@vue/compiler-sfc": ^3.5.33
vite: ^8.0.8 vite: ^8.0.10
typescript: "^6.0.2" typescript: "^6.0.3"

View File

@ -26,8 +26,8 @@
"@tmagic/cli": "1.7.10", "@tmagic/cli": "1.7.10",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.10", "@types/node": "^24.0.10",
"@vitejs/plugin-legacy": "^8.0.0", "@vitejs/plugin-legacy": "^8.0.1",
"@vitejs/plugin-vue": "^6.0.5", "@vitejs/plugin-vue": "^6.0.6",
"@vitejs/plugin-vue-jsx": "^5.1.5", "@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/compiler-sfc": "catalog:", "@vue/compiler-sfc": "catalog:",
"fs-extra": "^11.3.1", "fs-extra": "^11.3.1",