🐛 Fixed editor crash when typing :,, :|, or similar

closes https://github.com/TryGhost/Ghost/issues/19375

- bumps `@tryghost/koenig-lexical` to patched version including fix for the emoji picker bug (https://github.com/TryGhost/Koenig/pull/1136)
This commit is contained in:
Kevin Ansfield 2023-12-14 12:20:15 +00:00
parent 9ac050dfe9
commit 7276b975f8
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View File

@ -46,7 +46,7 @@
"@tryghost/helpers": "1.1.88",
"@tryghost/kg-clean-basic-html": "3.0.41",
"@tryghost/kg-converters": "0.0.22",
"@tryghost/koenig-lexical": "0.5.26",
"@tryghost/koenig-lexical": "0.5.28",
"@tryghost/limit-service": "1.2.12",
"@tryghost/members-csv": "0.0.0",
"@tryghost/nql": "0.12.0",
@ -201,4 +201,4 @@
}
}
}
}
}

View File

@ -7919,10 +7919,10 @@
dependencies:
semver "^7.3.5"
"@tryghost/koenig-lexical@0.5.26":
version "0.5.26"
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.26.tgz#9ad40c41e3eb59d36f646a51d43b4b4658360b56"
integrity sha512-6snd1GywaQ9GyKV6FcoGTIn4GlNIn45SspqYn+q0yLAArAVHEdY1tjDORFVuIaTqbR4e+BVulSg9gZOle0QtRw==
"@tryghost/koenig-lexical@0.5.28":
version "0.5.28"
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-0.5.28.tgz#775a556bf950fe34c6be367920e11669afb212a9"
integrity sha512-ilJiRkGkX8PUZQ3xloozsVZjzIpWi+6Ytw/gr7yhkDSA7cLVef+zw374w94tp+QxKNRbO2b4MSsqVL3S6Hcw6Q==
"@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10":
version "1.2.12"