Update prisma to v5

This commit is contained in:
Jan van Brügge
2024-10-08 16:24:09 +01:00
parent eaf4524598
commit 3cd8eadee3
2 changed files with 51 additions and 20 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
"@aws-sdk/client-s3": "^3.379.1",
"@headlessui/react": "^1.7.15",
"@mozilla/readability": "^0.4.4",
"@prisma/client": "^4.16.2",
"@prisma/client": "^5.20.0",
"@stripe/stripe-js": "^1.54.1",
"@tanstack/react-query": "^5.51.15",
"@tanstack/react-query-devtools": "^5.51.15",
@@ -91,7 +91,7 @@
"nodemon": "^3.0.2",
"postcss": "^8.4.26",
"prettier": "3.1.1",
"prisma": "^4.16.2",
"prisma": "^5.20.0",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "4.9.4"