1
0
mirror of synced 2025-11-06 04:21:02 +08:00

chore: update deps

This commit is contained in:
roymondchen
2025-01-20 19:34:12 +08:00
parent 701a9d6f30
commit e234428965
21 changed files with 2379 additions and 2496 deletions

View File

@@ -3,7 +3,7 @@
"name": "tmagic",
"private": true,
"type": "module",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.4",
"scripts": {
"bootstrap": "pnpm i && pnpm build",
"clean:top": "rimraf */**/dist */**/types */dist coverage dwt* temp",
@@ -50,22 +50,22 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^2.1.8",
"c8": "^7.14.0",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^4.1.0",
"cosmiconfig": "^8.3.6",
"cz-conventional-changelog": "^3.3.0",
"element-plus": "^2.9.0",
"element-plus": "^2.9.3",
"enquirer": "^2.4.1",
"eslint": "^8.57.1",
"eslint-config-tencent": "^1.1.1",
"eslint-config-tencent": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vue": "^9.32.0",
"execa": "^4.1.0",
"highlight.js": "^11.10.0",
"highlight.js": "^11.11.1",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^11.2.6",
@@ -74,17 +74,17 @@
"prettier": "^2.8.8",
"recast": "^0.20.5",
"rimraf": "^3.0.2",
"rollup": "^4.24.3",
"rollup": "^4.31.0",
"rollup-plugin-dts": "^6.1.1",
"semver": "^7.6.3",
"serialize-javascript": "^6.0.2",
"shx": "^0.3.4",
"typescript": "^5.6.3",
"vite": "^6.0.3",
"typescript": "^5.7.3",
"vite": "^6.0.9",
"vitepress": "^1.5.0",
"vitest": "^2.1.8",
"vue": "^3.5.12",
"vue-tsc": "^2.1.10"
"vitest": "^3.0.2",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
},
"config": {
"commitizen": {