From: Jean-Baptiste Lievremont Date: Wed, 21 Jan 2015 10:31:21 +0000 (+0100) Subject: Bump grunt-contrib-less version to fix a race condition X-Git-Tag: latest-silver-master-#65~157 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b9cf70abc0997cf0cb03616f8fb42c5a26381fb;p=sonarqube.git Bump grunt-contrib-less version to fix a race condition --- diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index f536c7f9899..4dbf1d07fcf 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -14,7 +14,7 @@ "grunt-contrib-copy": "0.5.0", "grunt-contrib-handlebars": "0.9.2", "grunt-contrib-jshint": "0.10.0", - "grunt-contrib-less": "0.10.0", + "grunt-contrib-less": "0.11.0", "grunt-contrib-requirejs": "0.4.3", "grunt-contrib-uglify": "0.4.0", "grunt-contrib-watch": "0.5.3",