Skip to content

Commit

Permalink
v10.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Jun 28, 2023
1 parent 0dfc119 commit 70cd047
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/trpc-next-prisma-starter",
"version": "10.32.0",
"version": "10.33.0",
"private": true,
"scripts": {
"generate": "prisma generate",
Expand Down Expand Up @@ -37,10 +37,10 @@
"dependencies": {
"@prisma/client": "^4.14.1",
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.32.0",
"@trpc/next": "^10.32.0",
"@trpc/react-query": "^10.32.0",
"@trpc/server": "^10.32.0",
"@trpc/client": "^10.33.0",
"@trpc/next": "^10.33.0",
"@trpc/react-query": "^10.33.0",
"@trpc/server": "^10.33.0",
"clsx": "^1.1.1",
"next": "^13.4.7",
"react": "^18.2.0",
Expand Down

0 comments on commit 70cd047

Please sign in to comment.