From e4eaca82e1701491131438dbcdf7ef2965130cc8 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 22 Oct 2023 14:29:48 +0200 Subject: [PATCH] fix(editor): add missing dependency --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 87805a0b..3dfed1e5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index edc52ad9..0af71a32 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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)