Added basic parser plugin for video card

refs https://github.com/TryGhost/Team/issues/1229
This commit is contained in:
Rishabh 2021-12-15 00:54:47 +05:30
parent b640a023f7
commit 2aae62c18d
2 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@
"@tryghost/color-utils": "0.1.5",
"@tryghost/helpers": "1.1.54",
"@tryghost/kg-clean-basic-html": "2.2.3",
"@tryghost/kg-parser-plugins": "2.8.2",
"@tryghost/kg-parser-plugins": "2.9.1",
"@tryghost/limit-service": "1.0.0",
"@tryghost/members-csv": "1.1.8",
"@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"
integrity sha512-zZu8KbRulRSx1GUTeSUCYYMk5RB5/T3FFuObbw0TmJPym+3h5uEwk76mHg4WpBl6nDkly6G/iI1ZpapUz6E/OQ==
"@tryghost/kg-parser-plugins@2.8.2":
version "2.8.2"
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.8.2.tgz#549588682c4a3da541916a551aa4b34d582858b5"
integrity sha512-9vVRmihNavKLBHbglnSA7iAV47J/WTfEiEXE6nE7aA02tkOiFAFwE8f5aOfi3ORIGm53BRXi0/Tmr8Lxz2Cb7A==
"@tryghost/kg-parser-plugins@2.9.1":
version "2.9.1"
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.9.1.tgz#39ffa3b45851e3f795335d3261e670b017927d98"
integrity sha512-gN/XGslV3Y2D1edtOpNH2mkSL1HiYueIoIH52UPT8F15MFqYzz6gQLfWY1G72z1DatRf/EuBrvlFSlU7zmX0Uw==
dependencies:
"@tryghost/kg-clean-basic-html" "^2.2.5"