From 3a0f01643b55277ff50ef5c81b372e52c374bec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 31 Jan 2018 15:58:38 +0100 Subject: [PATCH] Update packages I was getting the following warning message: npm WARN grunt-stylelint@0.8.0 requires a peer of stylelint@^7.8.0 but none was installed. Change-Id: I5e671c5d89d315c3ee691dacda4c85ff3ff710a2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d9d122a..3dcc2ca6 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "eslint-config-wikimedia": "0.5.0", "grunt": "1.0.1", "grunt-banana-checker": "0.6.0", - "grunt-eslint": "20.0.0", + "grunt-eslint": "20.1.0", "grunt-jsonlint": "1.1.0", - "grunt-stylelint": "0.8.0", + "grunt-stylelint": "0.9.0", "stylelint": "8.2.0", "stylelint-config-wikimedia": "0.4.2" }