From d93e11af253611738107cbab451efe3de349b87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 6 Nov 2023 14:05:40 +0100 Subject: [PATCH] Build: Update grunt-contrib-qunit This also switches us to the new Chrome Headless mode. Ref https://developer.chrome.com/articles/new-headless/ Ref https://pptr.dev/#default-runtime-settings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4cc3ab46b..6b70ce986c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "grunt-compare-size": "0.4.2", "grunt-contrib-concat": "2.1.0", "grunt-contrib-csslint": "2.0.0", - "grunt-contrib-qunit": "7.0.0", + "grunt-contrib-qunit": "8.0.1", "grunt-contrib-requirejs": "1.0.0", "grunt-contrib-uglify": "5.2.2", "grunt-eslint": "24.0.1",