From 511ccc3d78c640969e94446f0eebac734724d00e Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Mon, 26 Feb 2018 10:30:46 -0800 Subject: [PATCH] build: Bump devDependencies to latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: I3200969a13644b6f50f1aa18433ca6f0bfb7cecf --- .stylelintrc.json | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 449f45b..3282735 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,7 +1,7 @@ { "extends": "stylelint-config-wikimedia", "rules": { - "selector-no-id": null, + "selector-max-id": null, "no-descending-specificity": null } } diff --git a/package.json b/package.json index 8599df7..4ff337d 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ }, "devDependencies": { "eslint-config-wikimedia": "0.5.0", - "grunt": "1.0.1", - "grunt-banana-checker": "0.5.0", - "grunt-eslint": "20.0.0", + "grunt": "1.0.2", + "grunt-banana-checker": "0.6.0", + "grunt-eslint": "20.1.0", "grunt-jsonlint": "1.1.0", - "grunt-stylelint": "0.8.0", - "stylelint": "7.8.0", - "stylelint-config-wikimedia": "0.4.1" + "grunt-stylelint": "0.9.0", + "stylelint": "8.2.0", + "stylelint-config-wikimedia": "0.4.2" } }