From d00da40e08ca8919810f1e3d82dc0f71393d0cff Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Tue, 2 Nov 2021 20:07:46 +0530 Subject: [PATCH] Use matching version of @tiptap/core in package.json --- debian/patches/0750-use-matching-tiptap-core.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/0750-use-matching-tiptap-core.patch diff --git a/debian/patches/0750-use-matching-tiptap-core.patch b/debian/patches/0750-use-matching-tiptap-core.patch new file mode 100644 index 0000000000..912da485c8 --- /dev/null +++ b/debian/patches/0750-use-matching-tiptap-core.patch @@ -0,0 +1,13 @@ +Use matching version of @tiptap/core + +--- a/package.json ++++ b/package.json +@@ -65,7 +65,7 @@ + "@rails/ujs": "6.1.3-2", + "@sentry/browser": "5.26.0", + "@sourcegraph/code-host-integration": "0.0.59", +- "@tiptap/core": "^2.0.0-beta.86", ++ "@tiptap/core": "2.0.0-beta.86", + "@tiptap/extension-blockquote": "^2.0.0-beta.14", + "@tiptap/extension-bold": "^2.0.0-beta.14", + "@tiptap/extension-bullet-list": "^2.0.0-beta.14", diff --git a/debian/patches/series b/debian/patches/series index 9fca10a098..5f9496fe1a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -24,6 +24,7 @@ 0710-use-yarnpkg.patch 0740-use-packaged-modules.patch 0750-use-matching-monaco-editor-webpack-plugin.patch +0750-use-matching-tiptap-core.patch 0750-fix-relative-paths.patch 0770-remove-capybara-screenshot-rspec.patch 0800-search-binaries-in-path.patch