chore(deps): 升级 ORPC、React 与 Vite 相关依赖

This commit is contained in:
2026-04-10 10:34:31 +08:00
parent 1af5d4e3c0
commit 15118e8aa2
2 changed files with 90 additions and 52 deletions
+14 -14
View File
@@ -23,30 +23,30 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@orpc/client": "^1.13.13",
"@orpc/contract": "^1.13.13",
"@orpc/openapi": "^1.13.13",
"@orpc/server": "^1.13.13",
"@orpc/tanstack-query": "^1.13.13",
"@orpc/zod": "^1.13.13",
"@orpc/client": "^1.13.14",
"@orpc/contract": "^1.13.14",
"@orpc/openapi": "^1.13.14",
"@orpc/server": "^1.13.14",
"@orpc/tanstack-query": "^1.13.14",
"@orpc/zod": "^1.13.14",
"@t3-oss/env-core": "^0.13.11",
"@tanstack/react-query": "^5.96.1",
"@tanstack/react-query": "^5.97.0",
"@tanstack/react-router": "^1.168.10",
"@tanstack/react-router-ssr-query": "^1.166.10",
"@tanstack/react-start": "^1.167.16",
"drizzle-orm": "1.0.0-beta.15-859cf75",
"postgres": "^3.4.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"postgres": "^3.4.9",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"uuid": "^13.0.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@biomejs/biome": "^2.4.11",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/devtools-vite": "^0.6.0",
"@tanstack/react-devtools": "^0.10.1",
"@tanstack/react-query-devtools": "^5.96.1",
"@tanstack/react-devtools": "^0.10.2",
"@tanstack/react-query-devtools": "^5.97.0",
"@tanstack/react-router-devtools": "^1.166.11",
"@types/bun": "^1.3.11",
"@vitejs/plugin-react": "^6.0.1",
@@ -54,6 +54,6 @@
"nitro": "npm:nitro-nightly@3.0.1-20260324-103046-9ce219ca",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vite": "^8.0.3"
"vite": "^8.0.8"
}
}