added lastLogin to publishers

This commit is contained in:
Dobromir Popov
2024-04-25 19:51:13 +03:00
parent d28b82b1fa
commit 2fb9dc3803
6 changed files with 48 additions and 36 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.12.1",
"@prisma/client": "^5.13.0",
"@react-pdf/renderer": "^3.3.8",
"@tailwindcss/forms": "^0.5.7",
"@types/multer": "^1.4.11",
@ -112,6 +112,6 @@
"devDependencies": {
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"prisma": "^5.12.1"
"prisma": "^5.13.0"
}
}