npm: bump grunt-karma to 3.0.2
authorMichael Holloway <mholloway@wikimedia.org>
Tue, 21 May 2019 21:26:41 +0000 (17:26 -0400)
committerMichael Holloway <mholloway@wikimedia.org>
Tue, 21 May 2019 21:28:48 +0000 (17:28 -0400)
`npm install` currently fails due to an unsatisfied peer dependency.
See full output here:

https://phabricator.wikimedia.org/P8552

Bumping the required grunt-karma version to the latest (3.0.2) fixes
this.

Change-Id: I5b7f2deba2d766b809a964f53cb22f47f0617bd6

package.json

index 2556d5f..3fdd057 100644 (file)
@@ -17,7 +17,7 @@
     "grunt-contrib-copy": "1.0.0",
     "grunt-contrib-watch": "1.1.0",
     "grunt-eslint": "21.0.0",
-    "grunt-karma": "3.0.0",
+    "grunt-karma": "3.0.2",
     "grunt-stylelint": "0.10.1",
     "grunt-svgmin": "5.0.0",
     "jpeg-js": "0.3.5",