Skip to content

Commit

Permalink
v10.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 19, 2023
1 parent b8a5e97 commit b6ee78b
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.40.0",
"version": "10.41.0",
"private": true,
"scripts": {
"generate": "prisma generate",
Expand Down Expand Up @@ -40,10 +40,10 @@
"dependencies": {
"@prisma/client": "^4.14.1",
"@tanstack/react-query": "^4.18.0",
"@trpc/client": "^10.40.0",
"@trpc/next": "^10.40.0",
"@trpc/react-query": "^10.40.0",
"@trpc/server": "^10.40.0",
"@trpc/client": "^10.41.0",
"@trpc/next": "^10.41.0",
"@trpc/react-query": "^10.41.0",
"@trpc/server": "^10.41.0",
"clsx": "^2.0.0",
"next": "^13.4.8",
"react": "^18.2.0",
Expand Down

0 comments on commit b6ee78b

Please sign in to comment.