bump local trpc deps to 10.0.0-rc.4

This commit is contained in:
wobsoriano
2022-11-04 07:39:50 -07:00
parent 7490dbd090
commit 5080e9a4a7
3 changed files with 18 additions and 18 deletions

View File

@@ -9,8 +9,8 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@trpc/client": "10.0.0-rc.3",
"@trpc/server": "10.0.0-rc.3",
"@trpc/client": "10.0.0-rc.4",
"@trpc/server": "10.0.0-rc.4",
"superjson": "^1.11.0",
"trpc-nuxt": "workspace:*",
"zod": "^3.19.1"