Skip to content

Commit 4e86283

Browse files
committed
fix: pin @bazel/karma karma dep to ~4.1.0 as 4.2.0 breaks stack traces in karma output
This fix is transitional as karma and the karma plugins required by @bazel/karma should be peerDependencies. This regression with karma 4.2.0 didn't have coverage as the yarn.lock file of /e2e/karma_stack_trace was not being updated and it was pulling in an old version of karma.
1 parent 46525f5 commit 4e86283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/karma/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"jasmine-core": "2.8.0",
25-
"karma": "^4.0.0",
25+
"karma": "~4.1.0",
2626
"karma-chrome-launcher": "2.2.0",
2727
"karma-firefox-launcher": "1.1.0",
2828
"karma-jasmine": "2.0.1",

0 commit comments

Comments
 (0)