From 40fca46a942d6d3ad64193af9160648c7db97750 Mon Sep 17 00:00:00 2001 From: falling <62668093+Autumn-Ou@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:04:23 -0400 Subject: [PATCH] should drastically speed up db MAY BREAK SITE but like needs a huge overhaul anyways --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 44a75a9..980a9a3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@headlessui/react": "^1.7.15", "@next-auth/prisma-adapter": "^1.0.7", - "@prisma/client": "^4.16.2", + "@prisma/client": "^5.0.0", "@tensorflow/tfjs": "^4.8.0", "@tippyjs/react": "^4.2.6", "@types/color-convert": "^2.0.0", @@ -46,7 +46,7 @@ "next-s3-upload": "^0.3.0", "nsfwjs": "^2.4.2", "postcss": "8.4.24", - "prisma": "^4.16.2", + "prisma": "^5.0.0", "react": "18.2.0", "react-countup": "^6.4.2", "react-dom": "18.2.0",