From b5ea3216e07031b565ed961422d30e2344fb82fc Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 6 Mar 2026 10:31:19 +0800 Subject: [PATCH] Fix Prisma 1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 61958b92..d21e929f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@mantine/modals": "^8.3.6", "@mantine/tiptap": "^7.17.4", "@paljs/types": "^8.1.0", - "@prisma/client": "^6.3.1", + "@prisma/client": "6.3.1", "@tabler/icons-react": "^3.30.0", "@tiptap/extension-highlight": "^2.11.7", "@tiptap/extension-link": "^2.11.7", @@ -89,7 +89,7 @@ "p-limit": "^6.2.0", "primeicons": "^7.0.0", "primereact": "^10.9.6", - "prisma": "^6.3.1", + "prisma": "6.3.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-exif-orientation-img": "^0.1.5",