build: Switch QUnit package from deprecated 'qunitjs' to 'qunit'
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 23 Apr 2018 15:32:50 +0000 (16:32 +0100)
committerKrinkle <krinklemail@gmail.com>
Mon, 23 Apr 2018 16:42:50 +0000 (16:42 +0000)
This should fix the deprecation warning from npm in CI logs.

Change-Id: I5d02dd8d6a86123d7935db51b8d0b5d88218869f

package.json

index a282d69..03fd7a8 100644 (file)
     "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",