Skip to content

Commit

Permalink
feat: Update trpc-nuxt to latest version (#22)
Browse files Browse the repository at this point in the history
* rolling dependency

* chore: adding changeset
  • Loading branch information
gfidder authored Oct 17, 2023
1 parent 5d8a999 commit 2fbb2e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-pears-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-t3nuxt-app": patch
---

Rolling the verion of trpc-nuxt to latest version
4 changes: 2 additions & 2 deletions cli/src/installers/dependencyVersionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const dependencyVersionMap = {
// tRPC
"@trpc/client": "^10.9.0",
"@trpc/server": "^10.9.0",
"trpc-nuxt": "^0.5.0",
superjson: "^1.12.2",
"trpc-nuxt": "^0.10.12",
superjson: "^2.0.0",
zod: "^3.20.2",
} as const;
export type AvailableDependencies = keyof typeof dependencyVersionMap;

0 comments on commit 2fbb2e1

Please sign in to comment.