From 1b89b794a42e097b8f52df8895719569f554f0ab Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 13 Apr 2026 11:40:11 +0200 Subject: [PATCH] fix: update package.json overrides to include ajv and markdown-it dependencies --- apps/infoalloggi/package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index 6c761da..b55acd9 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -144,11 +144,18 @@ "overrides": { "react-email": { "socket.io": { - "socket.io-parser": "^4.2.6" + "socket.io-parser": "^4.2.6", + "ajv": "^8.18.0" } }, "@hookform/devtools": { "lodash": "^4.18.1" + }, + "@tiptap/pm": { + "prosemirror-markdown": { + "markdown-it": "^14.1.1", + "@types/markdown-it": "^14.1.1" + } } } } \ No newline at end of file