update sharp

This commit is contained in:
Dobromir Popov
2025-01-04 21:57:23 +02:00
parent 780ee75667
commit 9563973499
2 changed files with 392 additions and 40 deletions

View File

@ -26,10 +26,6 @@
"@helpers": "./src/helpers"
},
"dependencies": {
"prisma": "^5.22.0",
"@prisma/client": "^5.22.0",
"prisma-json-schema-generator": "^5.1.1",
"@premieroctet/next-crud": "^3.0.0",
"@auth/prisma-adapter": "^1.4.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
@ -37,6 +33,8 @@
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/x-date-pickers": "^6.19.4",
"@premieroctet/next-crud": "^3.0.0",
"@prisma/client": "^5.22.0",
"@react-pdf/renderer": "^3.3.8",
"@tailwindcss/forms": "^0.5.7",
"@types/multer": "^1.4.11",
@ -87,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",
@ -105,7 +104,7 @@
"react-toastify": "^10.0.4",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.2",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.1",
"tw-elements": "^1.1.0",
"typescript": "^5",
@ -125,4 +124,4 @@
"depcheck": "^1.4.7",
"eslint-plugin-no-unsanitized": "^4.1.0"
}
}
}