Skip to content

Commit

Permalink
build: Update karma to 3.1.4
Browse files Browse the repository at this point in the history
This fixes the bug where HeadlessChrome was always shown as
version 0.0.0 in the console output, which makes it rather
difficult to debug which Chrome version is installed.

Upstream karma-runner/karma#2762,
which updates the ua-parser library to a version that fixes
that bug.

Change-Id: I0b7fe7f8a90649592c4d31fb3055cdc9e8d34814
  • Loading branch information
Krinkle committed Feb 10, 2019
1 parent a9ebecb commit bce9385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"grunt-karma": "3.0.0",
"grunt-stylelint": "0.10.1",
"grunt-svgmin": "5.0.0",
"karma": "3.0.0",
"karma": "3.1.4",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-mocha-reporter": "2.2.5",
Expand Down

0 comments on commit bce9385

Please sign in to comment.