|
64 | 64 | "grunt-nodemon": "~0.2.0", |
65 | 65 | "grunt-angular-templates": "^0.5.4", |
66 | 66 | "grunt-dom-munger": "^3.4.0", |
67 | | - "grunt-protractor-runner": "^1.1.0", |
| 67 | + "grunt-protractor-runner": "^2.0.0", |
68 | 68 | "grunt-injector": "~0.5.4", |
69 | | - "grunt-karma": "~0.8.2", |
70 | | - "grunt-build-control": "~0.4.0", |
71 | | - "grunt-mocha-test": "~0.10.2",<% if(filters.sass) { %> |
| 69 | + "grunt-karma": "~0.12.0", |
| 70 | + "grunt-build-control": "~0.4.0",<% if(filters.sass) { %> |
72 | 71 | "grunt-contrib-sass": "^0.7.3",<% } %><% if(filters.stylus) { %> |
73 | 72 | "grunt-contrib-stylus": "latest",<% } %> |
74 | 73 | "jit-grunt": "^0.5.0", |
|
79 | 78 | "open": "~0.0.4", |
80 | 79 | "jshint-stylish": "~0.1.5", |
81 | 80 | "connect-livereload": "^0.5.3", |
82 | | - "grunt-mocha-test": "~0.10.2", |
83 | | - "grunt-mocha-istanbul": "^2.0.0", |
| 81 | + "mocha": "^2.2.5", |
| 82 | + "grunt-mocha-test": "~0.12.7", |
| 83 | + "grunt-mocha-istanbul": "^2.4.0", |
84 | 84 | "chai-as-promised": "^5.1.0", |
85 | 85 | "chai-things": "^0.2.0", |
86 | 86 | "sinon-chai": "^2.8.0",<% if (filters.mocha) { %> |
87 | | - "karma-mocha": "^0.1.9", |
| 87 | + "karma-mocha": "^0.2.0", |
88 | 88 | "karma-chai-plugins": "^0.6.0",<% } if (filters.jasmine) { %> |
89 | | - "karma-jasmine": "~0.1.5",<% } %> |
| 89 | + "jasmine-core": "^2.3.4", |
| 90 | + "karma-jasmine": "~0.3.0", |
| 91 | + "jasmine-spec-reporter": "^2.4.0",<% } %> |
90 | 92 | "karma-ng-scenario": "~0.1.0", |
91 | | - "karma-firefox-launcher": "~0.1.3", |
| 93 | + "karma-firefox-launcher": "~0.1.6", |
92 | 94 | "karma-script-launcher": "~0.1.0", |
93 | 95 | "karma-html2js-preprocessor": "~0.1.0", |
94 | | - "karma-ng-jade2js-preprocessor": "^0.1.2", |
95 | | - "karma-chrome-launcher": "~0.1.3", |
| 96 | + "karma-ng-jade2js-preprocessor": "^0.2.0", |
| 97 | + "karma-chrome-launcher": "~0.2.0", |
96 | 98 | "requirejs": "~2.1.11", |
97 | | - "karma-requirejs": "~0.2.1", |
98 | | - "karma-coffee-preprocessor": "~0.2.1", |
| 99 | + "karma-requirejs": "~0.2.2", |
| 100 | + "karma-coffee-preprocessor": "~0.3.0", |
99 | 101 | "karma-jade-preprocessor": "0.0.11", |
100 | | - "karma-phantomjs-launcher": "~0.1.4", |
101 | | - "karma": "~0.12.9", |
102 | | - "karma-ng-html2js-preprocessor": "~0.1.0", |
103 | | - "karma-spec-reporter": "0.0.13", |
| 102 | + "karma-phantomjs-launcher": "~0.2.0", |
| 103 | + "karma": "~0.13.3", |
| 104 | + "karma-ng-html2js-preprocessor": "~0.1.2", |
| 105 | + "karma-spec-reporter": "~0.0.20", |
104 | 106 | "proxyquire": "^1.0.1", |
105 | 107 | "supertest": "~0.11.0" |
106 | 108 | }, |
|
0 commit comments