Skip to content

Commit 4e072c5

Browse files
committed
downgrade prisma to v5
1 parent 8f03038 commit 4e072c5

2 files changed

Lines changed: 46 additions & 46 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@heroicons/react": "^2.2.0",
1919
"@neondatabase/serverless": "^0.10.4",
2020
"@next/bundle-analyzer": "^15.1.4",
21-
"@prisma/adapter-neon": "^6.2.1",
22-
"@prisma/client": "^6.2.1",
21+
"@prisma/adapter-neon": "^5",
22+
"@prisma/client": "^5",
2323
"@radix-ui/react-radio-group": "^1.2.2",
2424
"@radix-ui/react-select": "^2.1.4",
2525
"@radix-ui/react-switch": "^1.1.2",
@@ -55,7 +55,7 @@
5555
"postcss": "^8",
5656
"prettier": "^3.4.2",
5757
"prettier-plugin-tailwindcss": "^0.6.10",
58-
"prisma": "^6.2.1",
58+
"prisma": "^5.18.0",
5959
"tailwindcss": "^3.4.17",
6060
"typescript": "^5"
6161
}

0 commit comments

Comments
 (0)