Skip to content

Commit fbd190f

Browse files
committed
chore: update TRPC to v11
1 parent bab03b9 commit fbd190f

File tree

3 files changed

+39
-29
lines changed

3 files changed

+39
-29
lines changed

packages/utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@tanstack/react-query": "catalog:",
22-
"@trpc/client": "11.0.0-rc.828",
23-
"@trpc/tanstack-react-query": "11.0.0-rc.828",
22+
"@trpc/client": "catalog:",
23+
"@trpc/tanstack-react-query": "catalog:",
2424
"clsx": "2.1.1",
2525
"hono": "catalog:",
2626
"lodash.merge": "4.6.2",

pnpm-lock.yaml

+32-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ catalog:
2828
"@tanstack/router-devtools": 1.114.21
2929
"@tanstack/router-plugin": 1.114.17
3030

31+
# TRPC
32+
"@trpc/client": 11.0.0
33+
"@trpc/server": 11.0.0
34+
"@trpc/tanstack-react-query": 11.0.0
35+
3136
# Styling
3237
postcss: 8.5.3
3338
"@tailwindcss/postcss": 4.0.14
@@ -42,7 +47,6 @@ catalog:
4247
vitest: 3.0.8
4348

4449
# Other
45-
"@trpc/server": 11.0.0-rc.828
4650
hono: 4.7.4
4751
pino: 9.6.0
4852

0 commit comments

Comments
 (0)