fix: update package.json overrides to include ajv and markdown-it dependencies

This commit is contained in:
Marco Pedone 2026-04-13 11:40:11 +02:00
parent 11e55b5a96
commit 1b89b794a4

View file

@ -144,11 +144,18 @@
"overrides": { "overrides": {
"react-email": { "react-email": {
"socket.io": { "socket.io": {
"socket.io-parser": "^4.2.6" "socket.io-parser": "^4.2.6",
"ajv": "^8.18.0"
} }
}, },
"@hookform/devtools": { "@hookform/devtools": {
"lodash": "^4.18.1" "lodash": "^4.18.1"
},
"@tiptap/pm": {
"prosemirror-markdown": {
"markdown-it": "^14.1.1",
"@types/markdown-it": "^14.1.1"
}
} }
} }
} }