Skip to content

Commit 9bc87f1

Browse files
committed
fix: bump prisma for alpine compatibility
1 parent 46a65b6 commit 9bc87f1

File tree

3 files changed

+372
-184
lines changed

3 files changed

+372
-184
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@headlessui/react": "1.7.19",
2828
"@hookform/resolvers": "3.3.4",
2929
"@next/bundle-analyzer": "15.0.0-canary.53",
30-
"@prisma/client": "^5.16.2",
30+
"@prisma/client": "^6.2.1",
3131
"@reduxjs/toolkit": "2.2.3",
3232
"client-only": "0.0.1",
3333
"cross-env": "7.0.3",
@@ -69,7 +69,7 @@
6969
"postcss": "8.4.38",
7070
"prettier": "3.2.5",
7171
"prettier-plugin-tailwindcss": "0.5.14",
72-
"prisma": "^5.16.2",
72+
"prisma": "^6.2.1",
7373
"shell-quote": "1.8.1",
7474
"tailwindcss": "3.4.3",
7575
"tsx": "^4.16.2",

0 commit comments

Comments
 (0)