Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4c21355

Browse files
committed
chore: strict deps Karma and plugins
So that we have a better control when updating Karma.
1 parent 6f6cb5c commit 4c21355

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@
2020
"q-io": "~1.10.6",
2121
"qq": "~0.3.5",
2222
"shelljs": "~0.2.6",
23-
"karma": "0.11.11",
24-
"karma-jasmine": "~0.1.0",
25-
"karma-chrome-launcher": "~0.1.0",
26-
"karma-firefox-launcher": "~0.1.0",
27-
"karma-ng-scenario": "~0.1.0",
28-
"karma-junit-reporter": "~0.2.1",
29-
"karma-sauce-launcher": "~0.2.0",
30-
"karma-script-launcher": "~0.1.0",
23+
"karma": "0.11.12",
24+
"karma-jasmine": "0.1.5",
25+
"karma-chrome-launcher": "0.1.2",
26+
"karma-firefox-launcher": "0.1.3",
27+
"karma-ng-scenario": "0.1.0",
28+
"karma-junit-reporter": "0.2.1",
29+
"karma-sauce-launcher": "0.2.0",
30+
"karma-script-launcher": "0.1.0",
31+
"karma-browserstack-launcher": "0.0.7",
3132
"yaml-js": "~0.0.8",
3233
"marked": "0.2.9",
3334
"rewire": "1.1.3",
@@ -39,7 +40,6 @@
3940
"grunt-shell": "~0.4.0",
4041
"semver": "~2.1.0",
4142
"lodash": "~2.1.0",
42-
"karma-browserstack-launcher": "git://github.com/karma-runner/karma-browserstack-launcher.git#master",
4343
"browserstacktunnel-wrapper": "~1.1.1"
4444
},
4545
"licenses": [

0 commit comments

Comments
 (0)