From c23722a76dbeb9746e22579e355c6753d20cc53d Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 9 Feb 2021 13:11:39 -0800 Subject: [PATCH] test: Fix recognition of Xbox One in Karma This updates the UA parser to one that recognizes Xbox devices including Xbox One. Corresponds to PR faisalman/ua-parser-js#479 Change-Id: I5e92e78b06c981df1659f73264b6fabfc5eb56ac --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d19bb9f625..fb4d1346f2 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "stylelint": "^13.8.0", "stylelint-config-standard": "^20.0.0", "tippy.js": "^4.3.1", + "ua-parser-js": "github:joeyparrish/ua-parser-js#9d154cc", "which": "^1.3.1" }, "main": "dist/shaka-player.compiled.js",