From d1ce0ad34ac5f71129600478c31ac527a8c118c2 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 19 Feb 2024 11:05:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20wide=20+=20full-width=20?= =?UTF-8?q?cards=20not=20displaying=20correctly=20inside=20the=20editor=20?= =?UTF-8?q?(#19711)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closes ENG-651 - bumps `@tryghost/koenig-lexical` to include fix for styling regression - https://github.com/TryGhost/Koenig/pull/1161 --- 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 58df37b778..ccebf3cdde 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -46,7 +46,7 @@ "@tryghost/helpers": "1.1.88", "@tryghost/kg-clean-basic-html": "4.0.3", "@tryghost/kg-converters": "1.0.1", - "@tryghost/koenig-lexical": "1.0.18", + "@tryghost/koenig-lexical": "1.0.19", "@tryghost/limit-service": "1.2.12", "@tryghost/members-csv": "0.0.0", "@tryghost/nql": "0.12.1", @@ -201,4 +201,4 @@ } } } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 53c745e0c1..53e017c9df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7145,10 +7145,10 @@ dependencies: semver "^7.3.5" -"@tryghost/koenig-lexical@1.0.18": - version "1.0.18" - resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.0.18.tgz#a936657189a517146ceee47ba016eae8c353a748" - integrity sha512-Uplq1WrntUe20hSu8CVy/A3fbkprByMqgxPr+sTAuKb/TXfv4da09KdO9CMMXlRtH5DC4nrCSk0gHm+Y2aoxbw== +"@tryghost/koenig-lexical@1.0.19": + version "1.0.19" + resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.0.19.tgz#11d8f87d60f257e2c288c16a47a1eb4d777e1a28" + integrity sha512-6f9s5l43DFH1Cz9HdNVQ3hOmMENuNUjr2rELEe281pZoziH26byHkSeSLwtl55uD/1zCJPGUor7qzmBnVIAKqA== "@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10": version "1.2.12"