1
0

fix(editor): add missing dependencies for commands

This commit is contained in:
kolaente
2023-10-21 11:46:02 +02:00
parent aea3f86a8f
commit 3bf806f00c
5 changed files with 31 additions and 0 deletions

View File

@ -55,6 +55,7 @@
"@kyvg/vue3-notification": "3.0.2",
"@sentry/tracing": "7.74.0",
"@sentry/vue": "7.74.0",
"@tiptap/core": "^2.1.12",
"@tiptap/extension-character-count": "2.0.3",
"@tiptap/extension-code-block-lowlight": "2.0.3",
"@tiptap/extension-document": "2.0.3",
@ -69,6 +70,7 @@
"@tiptap/extension-task-list": "2.0.3",
"@tiptap/extension-typography": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@tiptap/suggestion": "^2.1.12",
"@tiptap/vue-3": "2.0.3",
"@types/is-touch-device": "1.0.0",
"@types/lodash.clonedeep": "4.5.7",
@ -98,6 +100,7 @@
"register-service-worker": "1.7.2",
"snake-case": "3.0.4",
"sortablejs": "1.15.0",
"tippy.js": "^6.3.7",
"ufo": "1.3.1",
"vue": "3.3.6",
"vue-advanced-cropper": "2.8.8",