fix: update package.json overrides to include ajv and markdown-it dependencies
This commit is contained in:
parent
11e55b5a96
commit
1b89b794a4
1 changed files with 8 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue