From 810f950e168b27a42f9a07a09e480ad319ffba59 Mon Sep 17 00:00:00 2001 From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Date: Thu, 11 Jan 2024 07:56:18 -0800 Subject: [PATCH] fix: Fixes error with editor when --- is inserted (#8669) Co-authored-by: Muhsin Keloth Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b66405bd0..1c736431b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ ], "dependencies": { "@braid/vue-formulate": "^2.5.2", - "@chatwoot/prosemirror-schema": "1.0.3", + "@chatwoot/prosemirror-schema": "1.0.5", "@chatwoot/utils": "^0.0.21", "@hcaptcha/vue-hcaptcha": "^0.3.2", "@june-so/analytics-next": "^1.36.5", diff --git a/yarn.lock b/yarn.lock index 81cfe8f50..f07f2ba62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3156,10 +3156,10 @@ "@braid/vue-formulate-i18n" "^1.16.0" is-plain-object "^3.0.1" -"@chatwoot/prosemirror-schema@1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@chatwoot/prosemirror-schema/-/prosemirror-schema-1.0.3.tgz#8599e517d42cb31fabf977554ade666eb6316ef0" - integrity sha512-BIVxV7c8x0vbWtWxGPk/VnBrtC1CV0TzZd+GPZC49irVcQQ2vAwgOYaZ/1qcFe9M3jv0kWAWOPqQAfbB5RBB7g== +"@chatwoot/prosemirror-schema@1.0.5": + version "1.0.5" + resolved "https://registry.yarnpkg.com/@chatwoot/prosemirror-schema/-/prosemirror-schema-1.0.5.tgz#d6053692beae59d466ac0b04128fa157f59eb176" + integrity sha512-dOzkZ2K53PPbE9AQB0RHlVs+GIEyHHdXeeW44dNSEuULwH99PmTpzA2r45QX3uaVa2j7Mip76AQbJZGKbM2fxg== dependencies: markdown-it-sup "^1.0.0" prosemirror-commands "^1.1.4"