fix prisma

This commit is contained in:
Dobromir Popov
2024-12-14 02:38:25 +02:00
parent b541df92ce
commit 218e3d7036
2 changed files with 14 additions and 12 deletions

View File

@ -34,7 +34,6 @@
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^6.19.4",
"@premieroctet/next-crud": "^4.0.1",
"@prisma/client": "^5.19.1",
"@react-pdf/renderer": "^3.3.8",
"@tailwindcss/forms": "^0.5.7",
"@types/multer": "^1.4.11",
@ -121,7 +120,6 @@
"devDependencies": {
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"eslint-plugin-no-unsanitized": "^4.1.0",
"prisma": "^5.19.1"
"eslint-plugin-no-unsanitized": "^4.1.0"
}
}