From f7e5ebb84512897100e1936d1ea9bdd1f4d7daf8 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 6 Jul 2017 13:39:50 -0700 Subject: [PATCH] build: Bump a couple of devDependencies to latest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit grunt-banana-checker 0.5.0 → 0.6.0 grunt-stylelint 0.7.0 → 0.8.0 Added stylelint peerdependency directly. Change-Id: Ib5da82ae60f4f49e572459c8e53f9125ad422ee8 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 255aea0f7c..56826ccf6f 100644 --- a/package.json +++ b/package.json @@ -12,18 +12,19 @@ "babel-polyfill": "6.9.1", "eslint-config-wikimedia": "0.4.0", "grunt": "1.0.1", - "grunt-banana-checker": "0.5.0", + "grunt-banana-checker": "0.6.0", "grunt-contrib-copy": "1.0.0", "grunt-contrib-watch": "1.0.0", "grunt-eslint": "19.0.0", "grunt-jsonlint": "1.1.0", "grunt-image": "2.2.3", "grunt-mocha-test": "0.12.7", - "grunt-stylelint": "0.7.0", + "grunt-stylelint": "0.8.0", "grunt-tyops": "0.1.0", "jimp": "0.2.24", "mocha": "2.5.3", "selenium-webdriver": "2.53.2", + "stylelint": "7.8.0", "stylelint-config-wikimedia": "0.4.1" } }