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:
parent
15a32d56bb
commit
955cd14762
1 changed files with 5 additions and 0 deletions
|
|
@ -101,5 +101,10 @@
|
||||||
"sass-loader": "^13.2.2",
|
"sass-loader": "^13.2.2",
|
||||||
"storybook": "latest",
|
"storybook": "latest",
|
||||||
"typescript": "^4.5.5"
|
"typescript": "^4.5.5"
|
||||||
|
},
|
||||||
|
"overrides": {
|
||||||
|
"@tiptap/extension-mention": {
|
||||||
|
"@tiptap/suggestion": "2.0.0-beta.91"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue