From: Timo Tijhof Date: Thu, 10 Apr 2014 19:04:56 +0000 (-0700) Subject: Update tests/frontend devDependencies X-Git-Tag: 1.31.0-rc.0~16266^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=d35086789af3d6b10048653f87ebcc0d368a9e8c;p=lhc%2Fweb%2Fwiklou.git Update tests/frontend devDependencies * grunt-contrib-jshint: v0.8.0 to v0.9.2 - https://github.com/gruntjs/grunt-contrib-jshint/blob/v0.9.2/CHANGELOG - Minor changes and bug fixes - Lastest version is v0.10.0, but that embeds jshint v2.5.0 which we don't want to use yet. * grunt-contrib-watch: v0.5.3 to v0.6.1 (latest) - https://github.com/gruntjs/grunt-contrib-watch/blob/v0.6.1/CHANGELOG - Minor changes and bug fixes * grunt-jscs-checker: v0.4.0 to v0.4.1 (latest) - https://github.com/gustavohenke/grunt-jscs-checker/compare/0.4.0...0.4.1 - Minor changes Change-Id: I68e9057f8e353e2c3ac8b889977de07597211c54 --- diff --git a/tests/frontend/package.json b/tests/frontend/package.json index 5eb5c0a455..7694d4aef8 100644 --- a/tests/frontend/package.json +++ b/tests/frontend/package.json @@ -6,8 +6,8 @@ }, "devDependencies": { "grunt": "0.4.2", - "grunt-contrib-jshint": "0.8.0", - "grunt-contrib-watch": "0.5.3", - "grunt-jscs-checker": "0.4.0" + "grunt-contrib-jshint": "0.9.2", + "grunt-contrib-watch": "0.6.1", + "grunt-jscs-checker": "0.4.1" } }