Added two gscan rules to validate defaults for custom theme settings of type boolean and color

ref f67fbdf2b4
This commit is contained in:
Thibaut Patel 2021-10-14 11:55:32 +02:00
parent adb176f5b2
commit a9be1d41c3
2 changed files with 5 additions and 5 deletions

View File

@ -127,7 +127,7 @@
"ghost-storage-base": "0.0.6",
"glob": "7.2.0",
"got": "9.6.0",
"gscan": "4.6.0",
"gscan": "^4.7.0",
"html-to-text": "5.1.1",
"image-size": "1.0.0",
"intl": "1.2.5",

View File

@ -5412,10 +5412,10 @@ grunt@1.4.1:
nopt "~3.0.6"
rimraf "~3.0.2"
gscan@4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.6.0.tgz#9d5b12d516194f4c71de5b00679804ac62e521c9"
integrity sha512-hIuYzl1mbfgCfHsDa/pApSNkhgLJpneDs7P1iZEIiSdqElzY7urtFXI2SGqDqi2kgp5TzYNgqrsM/lRx8nHKfQ==
gscan@^4.7.0:
version "4.7.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.7.0.tgz#1eeb2e40d42ad46244e8387c959e45c912fd1663"
integrity sha512-EXNtNtewwVWPeaMMzjAaJswbrwxQxzKe6YxARPeyguJqAZnnjPQaJu1YZ07muO0GhTluAUdkh3qHsEartiwuCA==
dependencies:
"@sentry/node" "6.13.3"
"@tryghost/pretty-cli" "1.2.21"