From 6097cffdf5d360cb94e55685b9cffad362ee17d6 Mon Sep 17 00:00:00 2001 From: yitiaoxianyugan <86393085+yitiaoxianyugan@users.noreply.github.com> Date: Thu, 11 Jul 2024 21:22:47 +0800 Subject: [PATCH] feat: add @tiptap/extension-image, @tiptap/extension-link and cookie-es (#202) [skip ci] ## Summary by CodeRabbit - **New Features** - Added support for image and link extensions in the text editor. - Integrated new cookie handling capabilities. --------- Co-authored-by: xja Co-authored-by: fengmk2 --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c82d93..5fc295a 100644 --- a/package.json +++ b/package.json @@ -18392,6 +18392,15 @@ "@tiptap/starter-kit": { "version": "*" }, + "@tiptap/extension-image":{ + "version": "*" + }, + "@tiptap/extension-link":{ + "version": "*" + }, + "cookie-es":{ + "version": "*" + }, "vue-flatpickr-component": { "version": "*" }, @@ -18402,4 +18411,4 @@ "version": "*" } } -} +} \ No newline at end of file