From 6a75d6e473f5524be0539bc031e6823432d0a275 Mon Sep 17 00:00:00 2001 From: Michael Holloway Date: Tue, 21 May 2019 17:26:41 -0400 Subject: [PATCH] npm: bump grunt-karma to 3.0.2 `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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2556d5fe6f..3fdd057595 100644 --- a/package.json +++ b/package.json @@ -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", -- 2.20.1