Override peer dependencies for tiptap mentions

They haven't fixed the suggestion plugin, so we have to use a beta version
This commit is contained in:
Justin Edmund 2023-07-05 21:43:03 -07:00
parent 15a32d56bb
commit 955cd14762

View file

@ -101,5 +101,10 @@
"sass-loader": "^13.2.2",
"storybook": "latest",
"typescript": "^4.5.5"
},
"overrides": {
"@tiptap/extension-mention": {
"@tiptap/suggestion": "2.0.0-beta.91"
}
}
}