mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
🐛 Fixed embed card "Paste URL as link" button (#19634)
closes ENG-594 - bumps `@tryghost/koenig-lexical` to include fixed button click handler
This commit is contained in:
parent
1ed34aebac
commit
99efb3aa08
2 changed files with 5 additions and 5 deletions
|
@ -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.13",
|
||||
"@tryghost/koenig-lexical": "1.0.14",
|
||||
"@tryghost/limit-service": "1.2.12",
|
||||
"@tryghost/members-csv": "0.0.0",
|
||||
"@tryghost/nql": "0.12.1",
|
||||
|
|
|
@ -7144,10 +7144,10 @@
|
|||
dependencies:
|
||||
semver "^7.3.5"
|
||||
|
||||
"@tryghost/koenig-lexical@1.0.13":
|
||||
version "1.0.13"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.0.13.tgz#568c11c92f607e4a8ac7c1cf34cc6e04c2d54407"
|
||||
integrity sha512-21iZBaXfyizmE7Cn0rpZAqjtrZJdCRVDO/uYHwmeax4vPyddHWmGNPD3TBlM1buIaCGmsBDqVmpReb5hVS/1HQ==
|
||||
"@tryghost/koenig-lexical@1.0.14":
|
||||
version "1.0.14"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/koenig-lexical/-/koenig-lexical-1.0.14.tgz#84d5891eeac8c3c62a6ad8d93e9ec83e827ccf87"
|
||||
integrity sha512-ENmzAtwu3OY1eI5lfafdwzk+j2OHHwEQszj0t6ogjCOmo3dkBSm7jpLgNHhkz9IwzTxVY4mvkrr8AWbRkO8sjA==
|
||||
|
||||
"@tryghost/limit-service@1.2.12", "@tryghost/limit-service@^1.2.10":
|
||||
version "1.2.12"
|
||||
|
|
Loading…
Reference in a new issue