From: Timo Tijhof Date: Mon, 23 Apr 2018 15:32:50 +0000 (+0100) Subject: build: Switch QUnit package from deprecated 'qunitjs' to 'qunit' X-Git-Tag: 1.31.0-rc.0~13^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=0d1138637afa7a2239822771a7cec77eb73d0ddb;p=lhc%2Fweb%2Fwiklou.git build: Switch QUnit package from deprecated 'qunitjs' to 'qunit' This should fix the deprecation warning from npm in CI logs. Change-Id: I5d02dd8d6a86123d7935db51b8d0b5d88218869f --- 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",