build: Bump various devDependencies to latest
authorJames D. Forrester <jforrester@wikimedia.org>
Thu, 24 Sep 2015 15:28:53 +0000 (16:28 +0100)
committerJames D. Forrester <jforrester@wikimedia.org>
Fri, 25 Sep 2015 09:47:06 +0000 (10:47 +0100)
* grunt-contrib-copy: 0.8.0 -> 0.8.1
* grunt-karma: 0.11.0 -> 0.12.1
* karma: 0.12.36 -> 0.13.10
* karma-chrome-launcher: 0.1.12 -> 0.2.0
* karma-qunit: 0.1.4 -> 0.1.5

All already used in other repos.

Change-Id: If1548e9708aa9c8c97c9d2de14ffb4e8ada933fd

package.json

index c00dbed..9b2fd4c 100644 (file)
     "grunt": "0.4.5",
     "grunt-cli": "0.1.13",
     "grunt-banana-checker": "0.3.0",
-    "grunt-contrib-copy": "0.8.0",
+    "grunt-contrib-copy": "0.8.1",
     "grunt-contrib-jshint": "0.11.3",
     "grunt-contrib-watch": "0.6.1",
     "grunt-jscs": "2.1.0",
     "grunt-jsonlint": "1.0.4",
-    "grunt-karma": "0.11.0",
-    "karma": "0.12.36",
-    "karma-chrome-launcher": "0.1.12",
+    "grunt-karma": "0.12.1",
+    "karma": "0.13.10",
+    "karma-chrome-launcher": "0.2.0",
     "karma-firefox-launcher": "0.1.6",
-    "karma-qunit": "0.1.4",
+    "karma-qunit": "0.1.5",
     "qunitjs": "1.18.0"
   }
 }