From 4f88c04ea151dc7a2bcf0653a19044a4b294b098 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 23 Feb 2018 17:11:00 -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.4.0 → 0.6.0 grunt-jsonlint 1.0.7 → 1.1.0 grunt-stylelint 0.6.0 → 0.9.0 stylelint 7.8.0 → 8.2.0 stylelint-config-wikimedia 0.4.1 → 0.4.2 Change-Id: Iff84a62d48029711d26e757517310e22abc89bdb --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 97d501bb..d0b5cafb 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "test": "grunt test" }, "devDependencies": { - "grunt": "1.0.1", - "grunt-banana-checker": "0.4.0", - "grunt-jsonlint": "1.0.7", - "grunt-stylelint": "0.6.0", - "stylelint": "7.8.0", - "stylelint-config-wikimedia": "0.4.1" + "grunt": "1.0.2", + "grunt-banana-checker": "0.6.0", + "grunt-jsonlint": "1.1.0", + "grunt-stylelint": "0.9.0", + "stylelint": "8.2.0", + "stylelint-config-wikimedia": "0.4.2" } }