fix(editor): add missing dependency
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2023-10-22 14:29:48 +02:00
parent 229beec1d1
commit e4eaca82e1
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,7 @@
"@tiptap/extension-text": "2.1.12",
"@tiptap/extension-typography": "2.0.3",
"@tiptap/extension-underline": "2.1.12",
"@tiptap/pm": "2.1.12",
"@tiptap/suggestion": "2.1.12",
"@tiptap/vue-3": "2.0.3",
"@types/is-touch-device": "1.0.0",

View File

@ -139,6 +139,9 @@ dependencies:
'@tiptap/extension-underline':
specifier: 2.1.12
version: 2.1.12(@tiptap/core@2.1.12)
'@tiptap/pm':
specifier: 2.1.12
version: 2.1.12
'@tiptap/suggestion':
specifier: 2.1.12
version: 2.1.12(@tiptap/core@2.1.12)(@tiptap/pm@2.1.12)