diff -r 79c59e503f08 -r e12243191095 client/package.json --- a/client/package.json Thu Mar 31 17:12:55 2016 +0200 +++ b/client/package.json Tue Apr 05 18:32:32 2016 +0200 @@ -1,6 +1,6 @@ { "name": "renkan", - "version": "0.12.16", + "version": "0.12.17", "description": "Renkan client application", "repository": { "type": "hg", @@ -8,22 +8,21 @@ }, "devDependencies": { "bower": "^1.5.2", - "grunt": "^0.4.5", + "grunt": "^1.0.0", "grunt-bower-task": "^0.4.0", - "grunt-cli": "^0.1.13", - "grunt-contrib-clean": "^0.5.0", - "grunt-contrib-concat": "^0.4.0", - "grunt-contrib-connect": "^0.7.1", - "grunt-contrib-copy": "^0.5.0", - "grunt-contrib-cssmin": "^0.9.0", - "grunt-contrib-jshint": "^0.10.0", - "grunt-contrib-jst": "^0.6.0", - "grunt-contrib-requirejs": "^0.4.4", - "grunt-contrib-uglify": "^0.4.0", - "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-concat": "^1.0.0", + "grunt-contrib-connect": "^1.0.1", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-cssmin": "^1.0.1", + "grunt-contrib-jshint": "^1.0.0", + "grunt-contrib-jst": "^1.0.0", + "grunt-contrib-requirejs": "^1.0.0", + "grunt-contrib-uglify": "^1.0.1", + "grunt-contrib-watch": "^1.0.0", "grunt-text-replace": "^0.4.0", - "grunt-umd": "^2.3.3", - "jshint-stylish": "^0.2.0" + "grunt-umd": "^2.3.5", + "jshint-stylish": "^2.1.0" }, "author": "IRI", "license": "CECILL-B"