X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=package.json;h=8c57d6e8b9690969d32704f3854ad4015efc26dc;hb=f553e92e6f452fa0f297745f77276e6b4ddcda4c;hp=54e58ea9bbfc0c369d9bf0a5ed42bcb9086c16da;hpb=3c6c6c0735bcccedf34fe5411d86777c3511f31a;p=website diff --git a/package.json b/package.json index 54e58ea9..8c57d6e8 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,12 @@ "description": "Thymeleaf-Layout and static content for http://juplo.de", "version": "0.0.1", "devDependencies": { - "grunt-contrib-less": "~1.0.1", - "grunt-contrib-cssmin": "~0.13.0", - "grunt-newer": "~1.1.1", - "grunt-contrib-watch": "~0.6.1", - "grunt-contrib-clean": "~0.6.0", - "http-server": "~0.8.0" + "grunt": "^1.3.0", + "grunt-contrib-clean": "^1.1.0", + "grunt-contrib-cssmin": "^3.0.0", + "grunt-contrib-less": "^2.0.0", + "grunt-contrib-watch": "^1.1.0", + "grunt-newer": "^1.1.1", + "http-server": "^0.12.3" } }