mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03:00
🐛 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:
parent
9ac050dfe9
commit
7276b975f8
@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user