feat(deps): update minimum required @trpc/server and @trpc/nuxt version to 10.0.0

This commit is contained in:
wobsoriano
2022-11-24 13:12:14 -08:00
parent f67f7fc5f4
commit 5cf1acfa7e
3 changed files with 54 additions and 296 deletions

View File

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