From 8e422163b07b7e29b1a7f61e5e768e064dd18309 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 16 Oct 2023 13:18:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20card=20following=20parag?= =?UTF-8?q?raph=20being=20deleted=20when=20pressing=20`Delete`=20at=20begi?= =?UTF-8?q?nning=20of=20some=20formatted=20text=20(#18644)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes https://github.com/TryGhost/Ghost/issues/18632 - bumps `@tryghost/koenig-lexical` to version containing the delete behaviour fix --- ghost/admin/package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index e2a793c612..142efbf15d 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -45,7 +45,7 @@ "@tryghost/helpers": "1.1.77", "@tryghost/kg-clean-basic-html": "3.0.36", "@tryghost/kg-converters": "0.0.19", - "@tryghost/koenig-lexical": "0.5.5", + "@tryghost/koenig-lexical": "0.5.6", "@tryghost/limit-service": "1.2.10", "@tryghost/members-csv": "0.0.0", "@tryghost/nql": "0.11.0", @@ -198,4 +198,4 @@ } } } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index d745e1b1e8..ff30e445c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7888,10 +7888,10 @@ dependencies: semver "^7.3.5" -"@tryghost/koenig-lexical@0.5.5": - version "0.5.5" - resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.5.tgz#541988037e126f14f781df380280955b2a743774" - integrity sha512-fvVBhC6/n1bpa1Cwe/0Prq/YiqS1LSr8p0KBZiVYkE7gk1sgOvVhmHw+8+dFhlPEKRx+5WVzsGn/NSO3O0ww4Q== +"@tryghost/koenig-lexical@0.5.6": + version "0.5.6" + resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.6.tgz#964c5f525b5d1a02605667d125b96a9afee0c1bf" + integrity sha512-MuCGfDSdPphgjUnBL3KTsr0GZcLK8nbDTPDvKiUWJ3nCRAO29YcV9848haeU//GTJd86yL0/VLcMsiv7Q4+TVQ== "@tryghost/limit-service@1.2.10", "@tryghost/limit-service@^1.2.10": version "1.2.10"