From 1d0930ef63908677117f3cb270741f3980e99227 Mon Sep 17 00:00:00 2001 From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Date: Fri, 26 May 2023 00:54:37 +0530 Subject: [PATCH] fix: Updates editor to fix the extra slash issue [cw-1505][cw-1526] (#7091) * fix: Updates editor to fix the extra slash issue * Updates yarn package * Updates yarn package for editor schema --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> --- yarn.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 323c690c7..2d05808cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2180,8 +2180,9 @@ "@chatwoot/prosemirror-schema@https://github.com/chatwoot/prosemirror-schema.git": version "1.0.0" - resolved "https://github.com/chatwoot/prosemirror-schema.git#b937c3cb44210b7d251daf766988758975befec7" + resolved "https://github.com/chatwoot/prosemirror-schema.git#218f22b79d10f0a1240a125b0887b19186205ea6" dependencies: + markdown-it-sup "^1.0.0" prosemirror-commands "^1.1.4" prosemirror-dropcursor "^1.3.2" prosemirror-gapcursor "^1.1.5" @@ -12292,6 +12293,11 @@ markdown-it-link-attributes@^4.0.1: resolved "https://registry.yarnpkg.com/markdown-it-link-attributes/-/markdown-it-link-attributes-4.0.1.tgz#25751f2cf74fd91f0a35ba7b3247fa45f2056d88" integrity sha512-pg5OK0jPLg62H4k7M9mRJLT61gUp9nvG0XveKYHMOOluASo9OEF13WlXrpAp2aj35LbedAy3QOCgQCw0tkLKAQ== +markdown-it-sup@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/markdown-it-sup/-/markdown-it-sup-1.0.0.tgz#cb9c9ff91a5255ac08f3fd3d63286e15df0a1fc3" + integrity sha512-E32m0nV9iyhRR7CrhnzL5msqic7rL1juWre6TQNxsnApg7Uf+F97JOKxUijg5YwXz86lZ0mqfOnutoryyNdntQ== + markdown-it@^10.0.0: version "10.0.0" resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-10.0.0.tgz#abfc64f141b1722d663402044e43927f1f50a8dc"