From 475c50b101cbeb70a9e8e25c12ddd2e99de9616d Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 12 Jul 2024 17:21:06 +0530 Subject: [PATCH] build(deps): added tiptap paragraph extension --- frontend/package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/frontend/package.json b/frontend/package.json index 4f46436b..b899efda 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,6 +9,7 @@ "serve": "vite preview" }, "dependencies": { + "@tiptap/extension-paragraph": "^2.4.0", "@twilio/voice-sdk": "^2.10.2", "@vueuse/core": "^10.3.0", "@vueuse/integrations": "^10.3.0", diff --git a/yarn.lock b/yarn.lock index 085c4557..af6a364a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1808,6 +1808,11 @@ resolved "https://registry.yarnpkg.com/@tiptap/extension-paragraph/-/extension-paragraph-2.2.6.tgz#0e66d2ce21116e43fd006961c42f187ee5e5beab" integrity sha512-M2rM3pfzziUb7xS9x2dANCokO89okbqg5IqU4VPkZhk0Mfq9czyCatt58TYkAsE3ccsGhdTYtFBTDeKBtsHUqg== +"@tiptap/extension-paragraph@^2.4.0": + version "2.4.0" + resolved "https://registry.yarnpkg.com/@tiptap/extension-paragraph/-/extension-paragraph-2.4.0.tgz#5b9aea8775937b327bbe6754be12ae3144fb09ff" + integrity sha512-+yse0Ow67IRwcACd9K/CzBcxlpr9OFnmf0x9uqpaWt1eHck1sJnti6jrw5DVVkyEBHDh/cnkkV49gvctT/NyCw== + "@tiptap/extension-placeholder@^2.0.3": version "2.2.6" resolved "https://registry.yarnpkg.com/@tiptap/extension-placeholder/-/extension-placeholder-2.2.6.tgz#7cb63e398a5301d1e132d4145daef3acb87e7dc5"