build: Bump devDependencies to latest

grunt                        1.0.1  →   1.0.2
 grunt-banana-checker         0.5.0  →   0.6.0
 grunt-eslint                20.0.0  →  20.1.0
 grunt-stylelint              0.8.0  →   0.9.0
 stylelint                    7.8.0  →   8.2.0
 stylelint-config-wikimedia   0.4.1  →   0.4.2

Change-Id: I3b1c13f3fe5c4f1f90dd1db658700aecda0d0724
This commit is contained in:
James D. Forrester 2018-02-26 10:29:23 -08:00
parent 453fe279b9
commit 2cd16d6012
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{ {
"extends": "stylelint-config-wikimedia", "extends": "stylelint-config-wikimedia",
"rules": { "rules": {
"selector-no-id": null, "selector-max-id": null,
"no-descending-specificity": null "no-descending-specificity": null
} }
} }

View File

@ -6,12 +6,12 @@
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.5.0", "eslint-config-wikimedia": "0.5.0",
"grunt": "1.0.1", "grunt": "1.0.2",
"grunt-banana-checker": "0.5.0", "grunt-banana-checker": "0.6.0",
"grunt-eslint": "20.0.0", "grunt-eslint": "20.1.0",
"grunt-jsonlint": "1.1.0", "grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.8.0", "grunt-stylelint": "0.9.0",
"stylelint": "7.8.0", "stylelint": "8.2.0",
"stylelint-config-wikimedia": "0.4.1" "stylelint-config-wikimedia": "0.4.2"
} }
} }