update local trpc dependencies to 10.0.0-rc.3

This commit is contained in:
wobsoriano
2022-11-02 08:54:58 -07:00
parent 9108dcbb1d
commit b6f92d954c
3 changed files with 29 additions and 29 deletions

View File

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