From 99cefea360435b1f1d3497127253ae504069fc69 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 15 Mar 2020 18:14:39 -0700 Subject: [PATCH] Upgraded grunt-contrib-qunit to use puppeteer. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a3bed9a335..cb1361a0ac0 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "eslint": "^6.8.0", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", - "grunt-contrib-qunit": "^1.2.0" + "grunt-contrib-qunit": "^3.1.0" } }