diff --git a/debian/patches/0750-use-matching-tiptap-core.patch b/debian/patches/0750-use-matching-tiptap-core.patch index 9de81dcd40..492013178b 100644 --- a/debian/patches/0750-use-matching-tiptap-core.patch +++ b/debian/patches/0750-use-matching-tiptap-core.patch @@ -43,3 +43,13 @@ Use matching version of @tiptap/core and extentions "@tiptap/extension-text": "^2.0.0-beta.12", "@tiptap/vue-2": "^2.0.0-beta.39", "@toast-ui/editor": "^2.5.2", +@@ -208,7 +208,8 @@ + "bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue" + }, + "resolutions": { +- "chokidar": "^3.4.0" ++ "chokidar": "^3.4.0", ++ "@tiptap/extension-code-block": "2.0.0-beta.16" + }, + "engines": { + "node": ">=10.13.0",