From: James D. Forrester Date: Thu, 17 Mar 2016 19:45:21 +0000 (+0000) Subject: build: Bump npm development dependencies to latest X-Git-Tag: 1.31.0-rc.0~7559 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=f883f83762b4585ef296e63c3f31e19044a9c368;p=lhc%2Fweb%2Fwiklou.git build: Bump npm development dependencies to latest grunt-contrib-copy 0.8.2 → 1.0.0 grunt-contrib-watch 0.6.1 → 1.0.0 karma 0.13.19 → 0.13.22 Change-Id: Idc5c1ac97580e91d9c958c55cdfdda681330c254 --- diff --git a/package.json b/package.json index 8dcb72dd20..9ea6c7b292 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-banana-checker": "0.4.0", - "grunt-contrib-copy": "0.8.2", + "grunt-contrib-copy": "1.0.0", "grunt-contrib-jshint": "1.0.0", - "grunt-contrib-watch": "0.6.1", + "grunt-contrib-watch": "1.0.0", "grunt-jscs": "2.8.0", "grunt-jsonlint": "1.0.7", "grunt-karma": "0.12.2", - "karma": "0.13.19", + "karma": "0.13.22", "karma-chrome-launcher": "0.2.2", "karma-firefox-launcher": "0.1.7", "karma-qunit": "0.1.9",