0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Added gscan rules to validate the product card css

refs https://github.com/TryGhost/Team/issues/1245

- Ensures a warning is displayed when the theme doesn't include the default product card css and also doesn't style style the product card.
This commit is contained in:
Thibaut Patel 2021-12-13 16:29:04 +01:00
parent 2800f538bc
commit 8b03c97b1e
2 changed files with 5 additions and 5 deletions

View file

@ -130,7 +130,7 @@
"ghost-storage-base": "1.0.0",
"glob": "7.2.0",
"got": "9.6.0",
"gscan": "4.16.1",
"gscan": "4.17.0",
"html-to-text": "5.1.1",
"image-size": "1.0.0",
"intl": "1.2.5",

View file

@ -5907,10 +5907,10 @@ grunt@1.4.1:
nopt "~3.0.6"
rimraf "~3.0.2"
gscan@4.16.1:
version "4.16.1"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.16.1.tgz#d9c67ec484ddb7ac3a2a4b9e63ac5c33939c9628"
integrity sha512-lACz4KnEX1ukihemN3vdYfBI6xtOI0jBeX3GOU7i5aEKg7bkwmDosv9VdQ1w90EZCI+bHjT6kQtoOGY47iKNxg==
gscan@4.17.0:
version "4.17.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.17.0.tgz#dab52e6b1985aaad067a6085b5cfb0c6f561f7df"
integrity sha512-e5lw5XU4SvoTygNR8E+T6C5B/baVJwYpeOUJhfmfNuF90mHS/ZvzT0+0wpUeM/gKTuv18q35JdY1yTH0Hqrt3A==
dependencies:
"@sentry/node" "6.16.1"
"@tryghost/config" "0.2.1"