From 0d1138637afa7a2239822771a7cec77eb73d0ddb Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 23 Apr 2018 16:32:50 +0100 Subject: [PATCH] build: Switch QUnit package from deprecated 'qunitjs' to 'qunit' This should fix the deprecation warning from npm in CI logs. Change-Id: I5d02dd8d6a86123d7935db51b8d0b5d88218869f --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a282d6931b..03fd7a86b0 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ "karma-chrome-launcher": "2.2.0", "karma-firefox-launcher": "1.0.1", "karma-mocha-reporter": "2.2.5", - "karma-qunit": "1.2.1", + "karma-qunit": "2.0.1", "mwbot": "1.0.10", "postcss-less": "1.1.5", - "qunitjs": "2.4.1", + "qunit": "2.5.0", "stylelint": "9.2.0", "stylelint-config-wikimedia": "0.4.3", "wdio-junit-reporter": "0.2.0", -- 2.20.1