From 948837648dcf7301c7d666a09f12bafa40b3e85b 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 591c223fee..84d7f1ff87 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "stylelint": "github:theodab/stylelint#941a097114756bf2bd8a4d4dff1f659bcc520eb4", "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",