Skip to content

Commit 98e62a3

Browse files
committed
chore(dependencies): update mocha dependencies
1 parent 037b498 commit 98e62a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: app/templates/_package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
"grunt-protractor-runner": "^1.1.0",
6868
"grunt-injector": "~0.5.4",
6969
"grunt-karma": "~0.8.2",
70-
"grunt-build-control": "~0.4.0",
71-
"grunt-mocha-test": "~0.10.2",<% if(filters.sass) { %>
70+
"grunt-build-control": "~0.4.0",<% if(filters.sass) { %>
7271
"grunt-contrib-sass": "^0.7.3",<% } %><% if(filters.stylus) { %>
7372
"grunt-contrib-stylus": "latest",<% } %>
7473
"jit-grunt": "^0.5.0",
@@ -78,12 +77,13 @@
7877
"open": "~0.0.4",
7978
"jshint-stylish": "~0.1.5",
8079
"connect-livereload": "^0.5.3",
81-
"grunt-mocha-test": "~0.10.2",
82-
"grunt-mocha-istanbul": "^2.0.0",
80+
"mocha": "^2.2.5",
81+
"grunt-mocha-test": "~0.12.7",
82+
"grunt-mocha-istanbul": "^2.4.0",
8383
"chai-as-promised": "^5.1.0",
8484
"chai-things": "^0.2.0",
8585
"sinon-chai": "^2.8.0",<% if (filters.mocha) { %>
86-
"karma-mocha": "^0.1.9",
86+
"karma-mocha": "^0.2.0",
8787
"karma-chai-plugins": "^0.6.0",<% } if (filters.jasmine) { %>
8888
"karma-jasmine": "~0.1.5",<% } %>
8989
"karma-ng-scenario": "~0.1.0",

0 commit comments

Comments
 (0)