npm update and fix delete publisher constraint issue

This commit is contained in:
Dobromir Popov
2024-09-12 02:48:06 +03:00
parent e4ba51b42d
commit d835b239f5
4 changed files with 214 additions and 242 deletions

View File

@ -34,7 +34,7 @@
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^6.19.4",
"@premieroctet/next-crud": "^3.0.0",
"@prisma/client": "^5.15.0",
"@prisma/client": "^5.19.1",
"@react-pdf/renderer": "^3.3.8",
"@tailwindcss/forms": "^0.5.7",
"@types/multer": "^1.4.11",
@ -118,6 +118,6 @@
"devDependencies": {
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"prisma": "^5.15.0"
"prisma": "^5.19.1"
}
}