Skip to content

Commit 74ca2fb

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

File tree

3 files changed

+612
-368
lines changed

3 files changed

+612
-368
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: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@
1919
"@sentry/core": "5.30.0",
2020
"@sentry/types": "5.30.0",
2121
"@sentry/utils": "5.30.0",
22+
"karma": "^6.0.0",
23+
"karma-browserstack-launcher": "^1.6.0",
24+
"karma-chai": "^0.1.0",
25+
"karma-chrome-launcher": "^3.1.0",
26+
"karma-firefox-launcher": "^2.1.0",
27+
"karma-mocha": "^2.0.1",
28+
"karma-mocha-reporter": "^2.2.5",
29+
"karma-rollup-preprocessor": "^7.0.5",
30+
"karma-sinon": "^1.0.5",
31+
"karma-typescript": "^5.2.0",
32+
"karma-typescript-es6-transform": "^5.2.0",
2233
"tslib": "^1.9.3"
2334
},
2435
"devDependencies": {
@@ -31,15 +42,6 @@
3142
"eslint": "7.6.0",
3243
"jest": "^24.7.1",
3344
"jsdom": "^15.0.0",
34-
"karma": "^4.1.0",
35-
"karma-chai": "^0.1.0",
36-
"karma-chrome-launcher": "^2.2.0",
37-
"karma-mocha": "^1.3.0",
38-
"karma-mocha-reporter": "^2.2.5",
39-
"karma-rollup-preprocessor": "^7.0.0",
40-
"karma-sinon": "^1.0.5",
41-
"karma-typescript": "^4.0.0",
42-
"karma-typescript-es6-transform": "^4.0.0",
4345
"node-fetch": "^2.6.0",
4446
"npm-run-all": "^4.1.2",
4547
"prettier": "1.19.0",

0 commit comments

Comments
 (0)