Skip to content

Commit 7f40349

Browse files
devoto13johnjbarton
authored andcommitted
Cleanup dependencies (#3309)
* chore: remove unused devDependencies * chore: update some devDependencies
1 parent 7828bea commit 7f40349

File tree

3 files changed

+1683
-1886
lines changed

3 files changed

+1683
-1886
lines changed

package.json

+13-28
Original file line numberDiff line numberDiff line change
@@ -411,27 +411,24 @@
411411
"useragent": "2.3.0"
412412
},
413413
"devDependencies": {
414-
"LiveScript": "^1.3.0",
415-
"browserify": "^14.5.0",
416-
"chai": "^4.1.2",
414+
"browserify": "^16.2.3",
415+
"chai": "^4.2.0",
417416
"chai-as-promised": "^7.1.1",
418417
"chai-subset": "^1.2.2",
419-
"coffeescript": "^1.12.7",
420418
"cucumber": "^3.1.0",
421419
"eslint": "^4.11.0",
422420
"eslint-config-standard": "^10.2.1",
423421
"eslint-plugin-import": "^2.2.0",
424422
"eslint-plugin-node": "^5.2.1",
425423
"eslint-plugin-promise": "^3.4.2",
426-
"eslint-plugin-react": "^7.0.1",
427424
"eslint-plugin-standard": "^3.0.1",
428-
"grunt": "^1.0.0",
425+
"grunt": "^1.0.4",
429426
"grunt-auto-release": "^0.0.7",
430427
"grunt-browserify": "^5.0.0",
431428
"grunt-bump": "^0.8.0",
432429
"grunt-check-clean": "^0.1.2",
433430
"grunt-cli": "^1.1.0",
434-
"grunt-contrib-watch": "^1.0.0",
431+
"grunt-contrib-watch": "^1.1.0",
435432
"grunt-conventional-changelog": "^6.0.1",
436433
"grunt-conventional-github-releaser": "^1.0.0",
437434
"grunt-cucumberjs": "^2.0.2",
@@ -440,41 +437,29 @@
440437
"grunt-npm": "0.0.2",
441438
"http2": "^3.3.6",
442439
"husky": "^0.14.3",
443-
"jasmine-core": "^2.3.4",
444-
"karma-browserify": "^5.0.1",
440+
"jasmine-core": "^3.4.0",
441+
"karma-browserify": "^6.0.0",
445442
"karma-browserstack-launcher": "^1.0.0",
446443
"karma-chai": "^0.1.0",
447444
"karma-chrome-launcher": "^2.2.0",
448-
"karma-coffee-preprocessor": "*",
449-
"karma-commonjs": "*",
450-
"karma-coverage": "*",
451445
"karma-firefox-launcher": "*",
452-
"karma-growl-reporter": "*",
453-
"karma-html2js-preprocessor": "*",
454-
"karma-jasmine": "^1.0.2",
446+
"karma-jasmine": "^2.0.1",
455447
"karma-junit-reporter": "*",
456-
"karma-live-preprocessor": "*",
457448
"karma-mocha": "^1.0.1",
458449
"karma-mocha-reporter": "^2.0.0",
459-
"karma-ng-scenario": "*",
460-
"karma-qunit": "*",
461-
"karma-requirejs": "*",
462-
"karma-sauce-launcher": "*",
463450
"karma-script-launcher": "^1.0.0",
464-
"load-grunt-tasks": "^3.1.0",
451+
"load-grunt-tasks": "^4.0.0",
465452
"mkdirp": "^0.5.0",
466-
"mocha": "^4.0.1",
453+
"mocha": "^6.1.4",
467454
"mocks": "^0.0.15",
468-
"proxyquire": "^1.7.11",
455+
"proxyquire": "^2.1.0",
469456
"puppeteer": "^1.9.0",
470-
"qunitjs": "^2.1.1",
471-
"requirejs": "^2.1.20",
472-
"sinon": "^6.1.5",
457+
"sinon": "^7.3.2",
473458
"sinon-chai": "^3.0.0",
474-
"supertest": "^3.0.0",
459+
"supertest": "^4.0.2",
475460
"timer-shim": "^0.3.0",
476461
"validate-commit-msg": "^2.11.1",
477-
"which": "^1.1.1"
462+
"which": "^1.3.1"
478463
},
479464
"main": "./lib/index",
480465
"bin": {

test/e2e/reconnecting.feature

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Feature: Passing Options
1212
'karma-jasmine',
1313
'karma-chrome-launcher'
1414
];
15+
client = {
16+
jasmine: {
17+
random: false
18+
}
19+
};
1520
"""
1621
When I start Karma
1722
Then it passes with:

0 commit comments

Comments
 (0)