upgrade prisma to 5.22

This commit is contained in:
Dobromir Popov
2024-12-14 02:28:10 +02:00
parent 1d9282cea1
commit f42556d25c
2 changed files with 43 additions and 42 deletions

View File

@@ -34,7 +34,7 @@
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^6.19.4",
"@premieroctet/next-crud": "^4.0.1",
"@prisma/client": "^5.19.1",
"@prisma/client": "^5.22.0",
"@react-pdf/renderer": "^3.3.8",
"@tailwindcss/forms": "^0.5.7",
"@types/multer": "^1.4.11",
@@ -85,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",
@@ -121,7 +122,6 @@
"devDependencies": {
"cross-env": "^7.0.3",
"depcheck": "^1.4.7",
"eslint-plugin-no-unsanitized": "^4.1.0",
"prisma": "^5.19.1"
"eslint-plugin-no-unsanitized": "^4.1.0"
}
}