Skip to content

Commit 3869446

Browse files
committed
build: Update all karma related packages
1 parent 252d946 commit 3869446

File tree

3 files changed

+609
-365
lines changed

3 files changed

+609
-365
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151
"chai": "^4.1.2",
5252
"codecov": "^3.6.5",
5353
"jest": "^24.7.1",
54-
"karma-browserstack-launcher": "^1.5.1",
55-
"karma-firefox-launcher": "^1.1.0",
5654
"lerna": "3.13.4",
5755
"mocha": "^6.1.4",
5856
"npm-run-all": "^4.1.2",

packages/browser/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@
3131
"eslint": "7.6.0",
3232
"jest": "^24.7.1",
3333
"jsdom": "^15.0.0",
34-
"karma": "^4.1.0",
34+
"karma": "^6.0.0",
35+
"karma-browserstack-launcher": "^1.6.0",
3536
"karma-chai": "^0.1.0",
36-
"karma-chrome-launcher": "^2.2.0",
37-
"karma-mocha": "^1.3.0",
37+
"karma-chrome-launcher": "^3.1.0",
38+
"karma-firefox-launcher": "^2.1.0",
39+
"karma-mocha": "^2.0.1",
3840
"karma-mocha-reporter": "^2.2.5",
39-
"karma-rollup-preprocessor": "^7.0.0",
41+
"karma-rollup-preprocessor": "^7.0.5",
4042
"karma-sinon": "^1.0.5",
41-
"karma-typescript": "^4.0.0",
42-
"karma-typescript-es6-transform": "^4.0.0",
43+
"karma-typescript": "^5.2.0",
44+
"karma-typescript-es6-transform": "^5.2.0",
4345
"node-fetch": "^2.6.0",
4446
"npm-run-all": "^4.1.2",
4547
"prettier": "1.19.0",

0 commit comments

Comments
 (0)