Skip to content

Commit

Permalink
fix: link types
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Jan 7, 2023
1 parent 14a18a7 commit c1a7915
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 21 deletions.
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@trpc/client": "^10.6.0",
"@trpc/server": "^10.6.0",
"@trpc/client": "^10.8.1",
"@trpc/server": "^10.8.1",
"superjson": "^1.12.1",
"trpc-nuxt": "workspace:*",
"zod": "^3.20.2"
Expand Down
22 changes: 4 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/client/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { TRPCClientErrorLike, TRPCRequestOptions as _TRPCRequestOptions } from '@trpc/client'
import { type TRPCSubscriptionObserver } from '@trpc/client/dist/internals/TRPCClient'
import { type TRPCSubscriptionObserver } from '@trpc/client/dist/internals/TRPCUntypedClient'
import type {
AnyMutationProcedure,
AnyProcedure,
Expand Down

0 comments on commit c1a7915

Please sign in to comment.