Skip to content

Commit ecaec18

Browse files
devversionjelbourn
authored andcommitted
build: update to latest karma version (#14563)
* Updates to the latest Karma version that includes karma-runner/karma@cc2eff2 and should be able to properly restart disconnected browsers. This was a long-term Karma bug and affected CI flakiness significantly.
1 parent 06085e0 commit ecaec18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"http-rewrite-middleware": "^0.1.6",
106106
"inquirer": "^6.2.0",
107107
"jasmine-core": "^3.3.0",
108-
"karma": "^3.1.3",
108+
"karma": "^3.1.4",
109109
"karma-browserstack-launcher": "^1.3.0",
110110
"karma-chrome-launcher": "^2.2.0",
111111
"karma-firefox-launcher": "^1.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6379,10 +6379,10 @@ [email protected], karma-sourcemap-loader@^0.3.7:
63796379
dependencies:
63806380
graceful-fs "^4.1.2"
63816381

6382-
karma@^3.1.3:
6383-
version "3.1.3"
6384-
resolved "https://registry.yarnpkg.com/karma/-/karma-3.1.3.tgz#6e251648e3aff900927bc1126dbcbcb92d3edd61"
6385-
integrity sha512-JU4FYUtFEGsLZd6ZJzLrivcPj0TkteBiIRDcXWFsltPMGgZMDtby/MIzNOzgyZv/9dahs9vHpSxerC/ZfeX9Qw==
6382+
karma@^3.1.4:
6383+
version "3.1.4"
6384+
resolved "https://registry.yarnpkg.com/karma/-/karma-3.1.4.tgz#3890ca9722b10d1d14b726e1335931455788499e"
6385+
integrity sha512-31Vo8Qr5glN+dZEVIpnPCxEGleqE0EY6CtC2X9TagRV3rRQ3SNrvfhddICkJgUK3AgqpeKSZau03QumTGhGoSw==
63866386
dependencies:
63876387
bluebird "^3.3.0"
63886388
body-parser "^1.16.1"

0 commit comments

Comments
 (0)