Skip to content

Commit

Permalink
v10.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Jul 4, 2023
1 parent 9a09cb9 commit 73f6ec0
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.33.0",
"version": "10.33.1",
"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.33.0",
"@trpc/next": "^10.33.0",
"@trpc/react-query": "^10.33.0",
"@trpc/server": "^10.33.0",
"@trpc/client": "^10.33.1",
"@trpc/next": "^10.33.1",
"@trpc/react-query": "^10.33.1",
"@trpc/server": "^10.33.1",
"clsx": "^1.1.1",
"next": "^13.4.8",
"react": "^18.2.0",
Expand Down

0 comments on commit 73f6ec0

Please sign in to comment.