packege updates

This commit is contained in:
Dobromir Popov
2024-04-10 00:34:38 +03:00
parent 1e275b2f14
commit 76edfb13a2
3 changed files with 2599 additions and 51 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.11.0",
"@prisma/client": "^5.12.1",
"@react-pdf/renderer": "^3.3.8",
"@tailwindcss/forms": "^0.5.7",
"@types/multer": "^1.4.11",
@ -78,6 +78,7 @@
"nodemailer": "^6.9.9",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^3.0.3",
"npm": "^10.5.1",
"open": "^10.0.3",
"prisma-json-schema-generator": "^5.1.1",
"quill": "^1.3.7",
@ -110,6 +111,6 @@
"devDependencies": {
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"prisma": "^5.11.0"
"prisma": "^5.12.1"
}
}