update prisma client

This commit is contained in:
Dobromir Popov
2024-04-04 00:02:59 +03:00
parent 3fcdfc1347
commit c389aa7037
2 changed files with 37 additions and 37 deletions

View File

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