Skip to content

Commit

Permalink
chore: check build
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Sep 19, 2022
1 parent b471ff3 commit 7d2237e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cli/src/installers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ export const dependencyVersionMap = {
postcss: "^8.4.14",

// tRPC
"@trpc/client": "10.0.0-beta.1",
"@trpc/server": "10.0.0-beta.1",
"@trpc/react": "10.0.0-beta.1",
"@trpc/next": "10.0.0-beta.1",
"@trpc/client": "10.0.0-proxy-alpha.81",
"@trpc/server": "10.0.0-proxy-alpha.81",
"@trpc/react": "10.0.0-proxy-alpha.81",
"@trpc/next": "10.0.0-proxy-alpha.81",
// "@trpc/client": "10.0.0-beta.1",
// "@trpc/server": "10.0.0-beta.1",
// "@trpc/react": "10.0.0-beta.1",
// "@trpc/next": "10.0.0-beta.1",
"@tanstack/react-query": "^4.2.3",
superjson: "^1.9.1",
} as const;
Expand Down

0 comments on commit 7d2237e

Please sign in to comment.