Skip to content

Commit

Permalink
Merge pull request #673 from w3bdesign/develop
Browse files Browse the repository at this point in the history
Upgrade Prisma to v5
  • Loading branch information
w3bdesign authored Jul 12, 2023
2 parents 2be865f + 43e684d commit 38d68f4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
48 changes: 26 additions & 22 deletions game/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"dependencies": {
"@clerk/nextjs": "^4.21.14",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^4.16.2",
"@prisma/client": "^5.0.0",
"prisma": "^5.0.0",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-devtools": "^4.29.19",
"@trpc/client": "^10.34.0",
Expand Down Expand Up @@ -49,7 +50,6 @@
"postcss": "^8.4.25",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.4.0",
"prisma": "^4.16.2",
"prisma-docs-generator": "^0.8.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
Expand Down

2 comments on commit 38d68f4

@vercel
Copy link

@vercel vercel bot commented on 38d68f4 Jul 12, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 38d68f4 Jul 12, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.