0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated parser plugin to handle file cards

refs https://github.com/TryGhost/Team/issues/1231
This commit is contained in:
Rishabh 2021-12-16 00:34:37 +05:30
parent 2a19d3bb74
commit 9f9b1faa56
2 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@
"@tryghost/color-utils": "0.1.5", "@tryghost/color-utils": "0.1.5",
"@tryghost/helpers": "1.1.54", "@tryghost/helpers": "1.1.54",
"@tryghost/kg-clean-basic-html": "2.2.3", "@tryghost/kg-clean-basic-html": "2.2.3",
"@tryghost/kg-parser-plugins": "2.10.0", "@tryghost/kg-parser-plugins": "2.10.1",
"@tryghost/limit-service": "1.0.0", "@tryghost/limit-service": "1.0.0",
"@tryghost/members-csv": "1.1.8", "@tryghost/members-csv": "1.1.8",
"@tryghost/mobiledoc-kit": "0.12.5-ghost.1", "@tryghost/mobiledoc-kit": "0.12.5-ghost.1",

View file

@ -1948,10 +1948,10 @@
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.2.5.tgz#40f0b328a0339d96f1bbb0daed4de4df28a17a30" resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.2.5.tgz#40f0b328a0339d96f1bbb0daed4de4df28a17a30"
integrity sha512-zZu8KbRulRSx1GUTeSUCYYMk5RB5/T3FFuObbw0TmJPym+3h5uEwk76mHg4WpBl6nDkly6G/iI1ZpapUz6E/OQ== integrity sha512-zZu8KbRulRSx1GUTeSUCYYMk5RB5/T3FFuObbw0TmJPym+3h5uEwk76mHg4WpBl6nDkly6G/iI1ZpapUz6E/OQ==
"@tryghost/kg-parser-plugins@2.10.0": "@tryghost/kg-parser-plugins@2.10.1":
version "2.10.0" version "2.10.1"
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.10.0.tgz#2d2be02c4e29e28091c04332d90a441ab614e49a" resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.10.1.tgz#21fa53753babd8db93b9107fd03850126baca1a1"
integrity sha512-A2zchmHqEaqUPe4iYTWOz8Znam9nF7M3v4PZbfJ3n1dO0fUaZE+a1fEx4dKUt0W8trZPjdTBwjYPk8/NTrpIzg== integrity sha512-wYCoVfi9HAiMdL0el85uK6S+8spz+HVHIo+Fzmv/LfW+CP6bLezwnV9uUdhcVRbKyA6cEqprWwUqWn0VVrYNEg==
dependencies: dependencies:
"@tryghost/kg-clean-basic-html" "^2.2.5" "@tryghost/kg-clean-basic-html" "^2.2.5"