From 0020940cac7a73e6d30ff3b73811fe7ee08978ba Mon Sep 17 00:00:00 2001 From: kjs Date: Thu, 2 Apr 2026 16:13:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20@tiptap/extension=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=20=EB=8B=A4=EC=9A=B4=EA=B7=B8=EB=A0=88=EC=9D=B4=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @tiptap/extension-image 및 @tiptap/extension-link의 버전을 3.20.5에서 2.27.1로 변경하여 호환성 문제 해결. --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index bf2f606a..ef8770ad 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -46,8 +46,8 @@ "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.23", "@tiptap/core": "^2.27.1", - "@tiptap/extension-image": "^3.20.5", - "@tiptap/extension-link": "^3.20.5", + "@tiptap/extension-image": "^2.27.1", + "@tiptap/extension-link": "^2.27.1", "@tiptap/extension-placeholder": "^2.27.1", "@tiptap/pm": "^2.27.1", "@tiptap/react": "^2.27.2", -- 2.49.1