Merge branch 'fix-prisma'

This commit is contained in:
Dobromir Popov
2024-12-14 02:41:03 +02:00
2 changed files with 43 additions and 44 deletions

View File

@ -34,6 +34,7 @@
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^6.19.4",
"@premieroctet/next-crud": "^4.0.1",
"@prisma/client": "^5.22.0",
"@react-pdf/renderer": "^3.3.8",
"@tailwindcss/forms": "^0.5.7",
"@types/multer": "^1.4.11",
@ -84,6 +85,7 @@
"nodemon": "^3.0.3",
"npm": "^10.5.1",
"open": "^10.0.3",
"prisma": "^5.22.0",
"prisma-json-schema-generator": "^5.1.1",
"quill": "^1.3.7",
"quill-image-resize": "^3.0.9",
@ -122,4 +124,4 @@
"depcheck": "^1.4.7",
"eslint-plugin-no-unsanitized": "^4.1.0"
}
}
}