From 0fbea2d50319db264e14b6742693412eb307958d Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 2 May 2024 19:50:29 +0100 Subject: [PATCH] Revert "Added initial implementation of internal linking for standard links (#20126)" (#20128) This reverts commit 41111893b47ef854580b463199baec8bded55c65. - reverting for further polish before it ends up in next release --- 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 a0105fe7ef..4ef55d708d 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -46,7 +46,7 @@ "@tryghost/helpers": "1.1.90", "@tryghost/kg-clean-basic-html": "4.0.4", "@tryghost/kg-converters": "1.0.1", - "@tryghost/koenig-lexical": "1.1.8", + "@tryghost/koenig-lexical": "1.1.7", "@tryghost/limit-service": "1.2.14", "@tryghost/members-csv": "0.0.0", "@tryghost/nql": "0.12.1", @@ -203,4 +203,4 @@ } } } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index d768dfcdca..aba76be63f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7103,10 +7103,10 @@ dependencies: semver "^7.3.5" -"@tryghost/koenig-lexical@1.1.8": - version "1.1.8" - resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.1.8.tgz#38155df321249d31195c25af5ec70a437036a5b0" - integrity sha512-XQkuBY/qBQNzidTawWLulT1dRSsrIuPUe46BSm2tmXJMAblw/IAu/ckS5nn0WfH7eqQQZuXeK7PTBWb1RQ6SlA== +"@tryghost/koenig-lexical@1.1.7": + version "1.1.7" + resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.1.7.tgz#1084b873e65c73816c378bf5e801600f43fc7add" + integrity sha512-TuxmAJAn+XpY81/gHDaiHI3AHqiYBXRERJUI6bRJkxOIQvaONknV4qwjnbdhePguh4HPYuWpcS0yaJO0F8IIuw== "@tryghost/limit-service@1.2.14", "@tryghost/limit-service@^1.2.10": version "1.2.14"