Skip to content

Commit 664fe96

Browse files
committed
Upgrade to Prisma 5.0
1 parent 0614efd commit 664fe96

File tree

2 files changed

+35
-36
lines changed

2 files changed

+35
-36
lines changed

package-lock.json

Lines changed: 33 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@emotion/styled": "^11.10.4",
3333
"@formkit/auto-animate": "^1.0.0-beta.3",
3434
"@next-auth/prisma-adapter": "^1.0.4",
35-
"@prisma/client": "^4.8.0",
35+
"@prisma/client": "^5.0.0",
3636
"@tanstack/react-query": "^4.10.0",
3737
"@trpc/client": "10.0.0-proxy-beta.17",
3838
"@trpc/next": "10.0.0-proxy-beta.17",
@@ -64,7 +64,7 @@
6464
"eslint-config-next": "12.3.1",
6565
"eslint-plugin-react-hooks": "^4.6.0",
6666
"prettier": "2.7.1",
67-
"prisma": "^4.8.0",
67+
"prisma": "^5.0.0",
6868
"ts-node": "^10.9.1",
6969
"typescript": "^4.7.4"
7070
},

0 commit comments

Comments
 (0)