chore: 统一 Node/TypeScript 配置并修复桌面端类型环境

This commit is contained in:
2026-02-07 05:53:38 +08:00
parent 29969550ed
commit 26f9421130
7 changed files with 23 additions and 15 deletions

View File

@@ -17,7 +17,8 @@
},
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"turbo": "^2.8.3"
"turbo": "^2.8.3",
"typescript": "^5.9.3"
},
"catalog": {
"@biomejs/biome": "^2.3.11",
@@ -39,26 +40,30 @@
"@tanstack/react-router-devtools": "^1.158.1",
"@tanstack/react-router-ssr-query": "^1.158.1",
"@tanstack/react-start": "^1.158.3",
"electrobun": "^1.11.5-beta.5",
"@types/bun": "^1.3.8",
"@types/node": "^24.3.0",
"@vitejs/plugin-react": "^5.1.3",
"babel-plugin-react-compiler": "^1.0.0",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
"effect": "^3.19.16",
"electrobun": "^1.11.5-beta.5",
"nitro": "npm:nitro-nightly@3.0.1-20260206-171553-bc737c0c",
"ohash": "^2.0.11",
"postgres": "^3.4.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"systeminformation": "^5.30.7",
"tailwindcss": "^4.1.18",
"turbo": "^2.7.5",
"typescript": "^5.9.3",
"uuid": "^13.0.0",
"systeminformation": "^5.30.7",
"vite": "^8.0.0-beta.13",
"vite-tsconfig-paths": "^6.0.5",
"zod": "^4.3.6"
},
"overrides": {
"@types/node": "catalog:"
}
}