From 0c4c561313cf3cdd73b5c29856606d1d9790da4f Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Thu, 23 May 2024 12:34:42 +0530 Subject: [PATCH] feat: Adds the ability to add line breaks in helpcenter articles (#9519) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 78fb2fed1..9ce31d9cf 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ ], "dependencies": { "@braid/vue-formulate": "^2.5.2", - "@chatwoot/prosemirror-schema": "1.0.5", + "@chatwoot/prosemirror-schema": "1.0.9", "@chatwoot/utils": "^0.0.25", "@hcaptcha/vue-hcaptcha": "^0.3.2", "@june-so/analytics-next": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index daecee4b6..83c0ee403 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3165,10 +3165,10 @@ hotkeys-js "3.8.7" lit "2.2.6" -"@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== +"@chatwoot/prosemirror-schema@1.0.9": + version "1.0.9" + resolved "https://registry.yarnpkg.com/@chatwoot/prosemirror-schema/-/prosemirror-schema-1.0.9.tgz#447408fc219a312c5bb851c043ac6ea2e069906f" + integrity sha512-jR+EgBWXhbKeU5krQRNkX0uuButu5K55notuJgxQUeWvgg3EJkz8LhDizmBoq/5NgV4FoDzqOD2eN6rUsXFa1w== dependencies: markdown-it-sup "^1.0.0" prosemirror-commands "^1.1.4"