chore(deps): 更新项目依赖包版本
- 将 Vue 从 beta 版本升级到 ^3.5.32 版本 - 将 vue-router 从 ^5.0.3 升级到 ^5.0.4 - 将 @types/node 从 ^24.11.0 升级到 ^24.12.2 - 将 @vitejs/plugin-vue 从 ^6.0.4 升级到 ^6.0.6 - 将 @vitejs/plugin-vue-jsx 从 ^5.1.4 升级到 ^5.1.5 - 将 @vue/tsconfig 从 ^0.8.1 升级到 ^0.9.1 - 将 eslint 从 ^10.0.2 升级到 ^10.2.1 - 将 eslint-plugin-oxlint 从 ~1.50.0 升级到 ~1.60.0 - 将 oxfmt 从 ^0.35.0 升级到 ^0.45.0 - 将 oxlint 从 ~1.50.0 升级到 ~1.60.0 - 将 typescript 从 ~5.9.3 升级到 ~6.0.0 - 将 vite 从 beta 版本升级到 ^8.0.8 - 将 vite-plugin-vue-devtools 从 ^8.0.6 升级到 ^8.1.1 - 将 vue-tsc 从 ^3.2.5 升级到 ^3.2.6 - 移除 package.json 中的 overrides 配置块
This commit is contained in:
Generated
-7291
File diff suppressed because it is too large
Load Diff
+14
-29
@@ -19,48 +19,33 @@
|
||||
"axios": "^1.13.6",
|
||||
"element-plus": "^2.13.6",
|
||||
"pinia": "^3.0.4",
|
||||
"vue": "beta",
|
||||
"vue-router": "^5.0.3"
|
||||
"vue": "^3.5.32",
|
||||
"vue-router": "^5.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node24": "^24.0.4",
|
||||
"@types/node": "^24.11.0",
|
||||
"@vitejs/plugin-vue": "^6.0.4",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.4",
|
||||
"@types/node": "^24.12.2",
|
||||
"@vitejs/plugin-vue": "^6.0.6",
|
||||
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
||||
"@vue/eslint-config-typescript": "^14.7.0",
|
||||
"@vue/tsconfig": "^0.8.1",
|
||||
"eslint": "^10.0.2",
|
||||
"@vue/tsconfig": "^0.9.1",
|
||||
"eslint": "^10.2.1",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-oxlint": "~1.50.0",
|
||||
"eslint-plugin-oxlint": "~1.60.0",
|
||||
"eslint-plugin-vue": "~10.8.0",
|
||||
"jiti": "^2.6.1",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"oxfmt": "^0.35.0",
|
||||
"oxlint": "~1.50.0",
|
||||
"oxfmt": "^0.45.0",
|
||||
"oxlint": "~1.60.0",
|
||||
"sass-embedded": "^1.98.0",
|
||||
"typescript": "~5.9.3",
|
||||
"typescript": "~6.0.0",
|
||||
"unplugin-auto-import": "^21.0.0",
|
||||
"unplugin-vue-components": "^31.0.0",
|
||||
"vite": "beta",
|
||||
"vite-plugin-vue-devtools": "^8.0.6",
|
||||
"vue-tsc": "^3.2.5"
|
||||
"vite": "^8.0.8",
|
||||
"vite-plugin-vue-devtools": "^8.1.1",
|
||||
"vue-tsc": "^3.2.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.19.0 || >=22.12.0"
|
||||
},
|
||||
"overrides": {
|
||||
"vue": "beta",
|
||||
"@vue/compiler-core": "beta",
|
||||
"@vue/compiler-dom": "beta",
|
||||
"@vue/compiler-sfc": "beta",
|
||||
"@vue/compiler-ssr": "beta",
|
||||
"@vue/compiler-vapor": "beta",
|
||||
"@vue/reactivity": "beta",
|
||||
"@vue/runtime-core": "beta",
|
||||
"@vue/runtime-dom": "beta",
|
||||
"@vue/runtime-vapor": "beta",
|
||||
"@vue/server-renderer": "beta",
|
||||
"@vue/shared": "beta",
|
||||
"@vue/compat": "beta"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user