From e76b63f91d024652ba3e7d4107c3294b5108d434 Mon Sep 17 00:00:00 2001 From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Date: Fri, 17 Mar 2023 02:12:52 +0530 Subject: [PATCH] chore: Upgrade prosemirror package to fix link rendering issue (#6685) --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 16daef1ec..ef0e418db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1393,7 +1393,7 @@ "@chatwoot/prosemirror-schema@https://github.com/chatwoot/prosemirror-schema.git": version "1.0.0" - resolved "https://github.com/chatwoot/prosemirror-schema.git#ebbf09d6ebd9138cdf2bb47257bb02ebbf01af53" + resolved "https://github.com/chatwoot/prosemirror-schema.git#3306cdb220797090ce41ea607174e940330177e1" dependencies: prosemirror-commands "^1.1.4" prosemirror-dropcursor "^1.3.2"