From 76b668eaf55948209d51a998961ac6b172326393 Mon Sep 17 00:00:00 2001 From: Paladox Date: Tue, 29 Dec 2015 11:33:41 +0000 Subject: [PATCH] Update grunt-jsonlint to 1.0.7 and MW codesniffer to 0.5.1 Change-Id: If8c4cc68156467746a679144039b978fe0247401 --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9d17a407..d2ccd936 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9.*", - "mediawiki/mediawiki-codesniffer": "0.5.0" + "mediawiki/mediawiki-codesniffer": "0.5.1" }, "scripts": { "test": [ diff --git a/package.json b/package.json index 05ca953e..1d77c0d0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "grunt-contrib-jshint": "0.11.3", "grunt-banana-checker": "0.4.0", "grunt-jscs": "2.5.0", - "grunt-jsonlint": "1.0.6", + "grunt-jsonlint": "1.0.7", "jscs-preset-wikimedia": "~1.0.0" } }