refactor: 升级核心依赖并清理无用依赖

- 移除未使用的开发依赖项 @biomejs/biome 和 turbo
- 升级 TanStack 生态相关依赖至最新版本,包括 react-query、react-router、react-start 等核心包,并同步更新其依赖项和构建工具 esbuild 的多平台支持版本。
- 升级 React Query、React Router 及其相关依赖至最新版本,并移除未使用的 TypeScript 依赖。
This commit is contained in:
2026-01-21 15:54:34 +08:00
parent e1ab34b7ec
commit 168c160bd4
3 changed files with 142 additions and 36 deletions

View File

@@ -17,8 +17,7 @@
},
"devDependencies": {
"@biomejs/biome": "^2.3.11",
"turbo": "^2.7.4",
"typescript": "^5.9.3"
"turbo": "^2.7.4"
},
"catalog": {
"@biomejs/biome": "^2.3.11",
@@ -33,12 +32,12 @@
"@tailwindcss/vite": "^4.1.18",
"@tanstack/devtools-vite": "^0.4.1",
"@tanstack/react-devtools": "^0.9.2",
"@tanstack/react-query": "^5.90.18",
"@tanstack/react-query": "^5.90.19",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router": "^1.151.0",
"@tanstack/react-router-devtools": "^1.151.0",
"@tanstack/react-router-ssr-query": "^1.151.0",
"@tanstack/react-start": "^1.151.0",
"@tanstack/react-router": "^1.153.2",
"@tanstack/react-router-devtools": "^1.153.2",
"@tanstack/react-router-ssr-query": "^1.153.2",
"@tanstack/react-start": "^1.154.0",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/cli": "^2.9.6",
"@types/bun": "^1.3.6",