Skip to content

Commit 4e41f90

Browse files
authored
Upgrade old Karma libs (#294)
1 parent a58c580 commit 4e41f90

File tree

4 files changed

+2159
-670
lines changed

4 files changed

+2159
-670
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = function(grunt) {
7575
},
7676
sauce: {
7777
singleRun: true,
78-
browsers: ['sl_chrome', 'sl_firefox', 'sl_safari', 'sl_ie_11']
78+
browsers: ['sl_chrome', 'sl_firefox', 'sl_ie_11']
7979
}
8080
},
8181

karma.conf.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ module.exports = function(config) {
1010
base: 'SauceLabs',
1111
browserName: 'firefox'
1212
},
13-
sl_safari: {
14-
base: 'SauceLabs',
15-
browserName: 'safari',
16-
version: '8'
17-
},
1813
sl_ie_11: {
1914
base: 'SauceLabs',
2015
browserName: 'internet explorer',

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
"grunt-mocha-test": "^0.13.3",
7070
"grunt-webpack": "^3.1.3",
7171
"istanbul": "github:kpdecker/istanbul",
72-
"karma": "^3.1.4",
73-
"karma-chrome-launcher": "^2.2.0",
74-
"karma-mocha": "^1.3.0",
72+
"karma": "^5.1.1",
73+
"karma-chrome-launcher": "^3.1.0",
74+
"karma-mocha": "^2.0.1",
7575
"karma-mocha-reporter": "^2.0.0",
76-
"karma-sauce-launcher": "^2.0.2",
76+
"karma-sauce-launcher": "^4.1.5",
7777
"karma-sourcemap-loader": "^0.3.6",
78-
"karma-webpack": "^3.0.5",
78+
"karma-webpack": "^4.0.2",
7979
"mocha": "^5.2.0",
8080
"rollup": "^1.0.2",
8181
"rollup-plugin-babel": "^4.2.0",

0 commit comments

Comments
 (0)