Skip to content

Commit 30a2eeb

Browse files
committed
chore(dependencies): update karma dependencies
1 parent 2aebc24 commit 30a2eeb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

app/templates/_package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"grunt-dom-munger": "^3.4.0",
6767
"grunt-protractor-runner": "^2.0.0",
6868
"grunt-injector": "~0.5.4",
69-
"grunt-karma": "~0.8.2",
69+
"grunt-karma": "~0.12.0",
7070
"grunt-build-control": "~0.4.0",<% if(filters.sass) { %>
7171
"grunt-contrib-sass": "^0.7.3",<% } %><% if(filters.stylus) { %>
7272
"grunt-contrib-stylus": "latest",<% } %>
@@ -89,19 +89,19 @@
8989
"karma-jasmine": "~0.3.0",
9090
"jasmine-spec-reporter": "^2.4.0",<% } %>
9191
"karma-ng-scenario": "~0.1.0",
92-
"karma-firefox-launcher": "~0.1.3",
92+
"karma-firefox-launcher": "~0.1.6",
9393
"karma-script-launcher": "~0.1.0",
9494
"karma-html2js-preprocessor": "~0.1.0",
95-
"karma-ng-jade2js-preprocessor": "^0.1.2",
96-
"karma-chrome-launcher": "~0.1.3",
95+
"karma-ng-jade2js-preprocessor": "^0.2.0",
96+
"karma-chrome-launcher": "~0.2.0",
9797
"requirejs": "~2.1.11",
98-
"karma-requirejs": "~0.2.1",
99-
"karma-coffee-preprocessor": "~0.2.1",
98+
"karma-requirejs": "~0.2.2",
99+
"karma-coffee-preprocessor": "~0.3.0",
100100
"karma-jade-preprocessor": "0.0.11",
101-
"karma-phantomjs-launcher": "~0.1.4",
102-
"karma": "~0.12.9",
103-
"karma-ng-html2js-preprocessor": "~0.1.0",
104-
"karma-spec-reporter": "0.0.13",
101+
"karma-phantomjs-launcher": "~0.2.0",
102+
"karma": "~0.13.3",
103+
"karma-ng-html2js-preprocessor": "~0.1.2",
104+
"karma-spec-reporter": "~0.0.20",
105105
"proxyquire": "^1.0.1",
106106
"supertest": "~0.11.0"
107107
},

0 commit comments

Comments
 (0)