Skip to content

Commit

Permalink
bump trpc (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Oct 1, 2022
1 parent ae4f5b8 commit 62e86c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cli/src/installers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ export const dependencyVersionMap = {
postcss: "^8.4.14",

// tRPC
"@trpc/client": "10.0.0-proxy-beta.2",
"@trpc/server": "10.0.0-proxy-beta.2",
"@trpc/react": "10.0.0-proxy-beta.2",
"@trpc/next": "10.0.0-proxy-beta.2",
"@tanstack/react-query": "^4.3.9",
"@trpc/client": "10.0.0-proxy-beta.11",
"@trpc/server": "10.0.0-proxy-beta.11",
"@trpc/react": "10.0.0-proxy-beta.11",
"@trpc/next": "10.0.0-proxy-beta.11",
"@tanstack/react-query": "^4.8.0",
superjson: "1.9.1",
} as const;
export type AvailableDependencies = keyof typeof dependencyVersionMap;
Expand Down

0 comments on commit 62e86c4

Please sign in to comment.