mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated gscan to check for before/after card CSS
refs https://github.com/TryGhost/Team/issues/1249 This ensures that themes which choose to omit default styles for before/after card include their own.
This commit is contained in:
parent
aba5382070
commit
a1df1a8166
2 changed files with 5 additions and 5 deletions
|
@ -131,7 +131,7 @@
|
|||
"ghost-storage-base": "1.0.0",
|
||||
"glob": "7.2.0",
|
||||
"got": "9.6.0",
|
||||
"gscan": "4.18.0",
|
||||
"gscan": "4.19.0",
|
||||
"html-to-text": "5.1.1",
|
||||
"image-size": "1.0.0",
|
||||
"intl": "1.2.5",
|
||||
|
|
|
@ -5915,10 +5915,10 @@ grunt@1.4.1:
|
|||
nopt "~3.0.6"
|
||||
rimraf "~3.0.2"
|
||||
|
||||
gscan@4.18.0:
|
||||
version "4.18.0"
|
||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.18.0.tgz#3f599ad72736a40e66a02f68ed7944e849e5c1c7"
|
||||
integrity sha512-uSCX4cV4Pue3xGJo3iirNJhPx/P6Q+gUjeIu6WVtoZX4judjbdtMiXUFxd8DVjRBj6G7pPKIeCCYVZLUnuIiqg==
|
||||
gscan@4.19.0:
|
||||
version "4.19.0"
|
||||
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.19.0.tgz#65e5293f6107d9a4ddd371b2821eb6f1bd0ce4e3"
|
||||
integrity sha512-x4yIKYCD0BsphDZhp1Ihajm1g1AcJAmAGLbdgD4tZhYdg+KNniJSiPDuZmS7TUCkOBj+tVFxuXd8a/NyA93bjw==
|
||||
dependencies:
|
||||
"@sentry/node" "6.16.1"
|
||||
"@tryghost/config" "0.2.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue