Skip to content

Commit

Permalink
chore!(deps): update trpc peer deps to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored and wobsoriano committed Jan 13, 2024
1 parent c44bf19 commit 37ce0c6
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 260 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"update-deps": "taze -w && pnpm i"
},
"peerDependencies": {
"@trpc/client": "^10.38.1",
"@trpc/server": "^10.38.1"
"@trpc/client": "^11.0.0-next-beta.190",
"@trpc/server": "^11.0.0-next-beta.190"
},
"dependencies": {
"h3": "^1.9.0",
Expand All @@ -45,8 +45,8 @@
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@trpc/client": "^10.44.1",
"@trpc/server": "^10.44.1",
"@trpc/client": "^11.0.0-next-beta.190",
"@trpc/server": "^11.0.0-next-beta.190",
"changelogen": "^0.5.5",
"eslint": "^8.52.0",
"taze": "^0.11.4",
Expand Down Expand Up @@ -75,8 +75,8 @@
"pnpm": {
"overrides": {
"nuxt": "3.8.0",
"@trpc/client": "^10.44.1",
"@trpc/server": "^10.44.1"
"@trpc/client": "^11.0.0-next-beta.190",
"@trpc/server": "^11.0.0-next-beta.190"
}
}
}
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": "nuxi prepare"
},
"dependencies": {
"@trpc/client": "^10.44.1",
"@trpc/server": "^10.44.1",
"@trpc/client": "^11.0.0-next-beta.190",
"@trpc/server": "^11.0.0-next-beta.190",
"superjson": "^2.1.0",
"trpc-nuxt": "workspace:*",
"zod": "^3.22.4"
Expand Down
Loading

1 comment on commit 37ce0c6

@vercel
Copy link

@vercel vercel bot commented on 37ce0c6 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

trpc-nuxt – ./

trpc-nuxt.vercel.app
trpc-nuxt-wobsoriano.vercel.app
trpc-nuxt-git-main-wobsoriano.vercel.app

Please sign in to comment.