X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=package.json;h=8c57d6e8b9690969d32704f3854ad4015efc26dc;hp=6c3830f20dbd871822c4ad04a8763a15a105b1af;hb=5f252c02e210ff497031bbe204d010136dd8bb46;hpb=35d524a11477227e3dced57769580b913d5dd548 diff --git a/package.json b/package.json index 6c3830f2..8c57d6e8 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,12 @@ "description": "Thymeleaf-Layout and static content for http://juplo.de", "version": "0.0.1", "devDependencies": { - "grunt": "^1.0.4", - "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" } }