Skip to content

Commit 2547a22

Browse files
committed
chore(package): bump karma deps, remove requirejs
1 parent 3391299 commit 2547a22

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Diff for: templates/app/_package.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -149,24 +149,22 @@
149149
"chai-as-promised": "^5.1.0",
150150
"chai-things": "^0.2.0",
151151
"karma": "~0.13.3",
152-
"karma-firefox-launcher": "~0.1.6",
153-
"karma-script-launcher": "~0.2.0",
154-
"karma-chrome-launcher": "~0.2.0",
155-
"karma-requirejs": "~0.2.2",
152+
"karma-firefox-launcher": "^1.0.0",
153+
"karma-script-launcher": "^1.0.0",
154+
"karma-chrome-launcher": "^1.0.1",
156155
"karma-jade-preprocessor": "0.0.11",
157156
"karma-phantomjs-launcher": "~1.0.0",<% if (filters.jade) { %>
158157
"karma-ng-jade2js-preprocessor": "^0.2.0",<% } %>
159-
"karma-ng-html2js-preprocessor": "~0.2.0",
158+
"karma-ng-html2js-preprocessor": "^1.0.0",
160159
"karma-spec-reporter": "~0.0.20",
161160
"sinon-chai": "^2.8.0",
162161
"mocha": "^2.2.5",<% if (filters.mocha) { %>
163-
"karma-mocha": "^0.2.0",
162+
"karma-mocha": "^1.0.1",
164163
"karma-chai-plugins": "~0.7.0",<% } if (filters.jasmine) { %>
165164
"jasmine-core": "^2.3.4",
166-
"karma-jasmine": "~0.3.0",
165+
"karma-jasmine": "^1.0.2",
167166
"jasmine-spec-reporter": "^2.4.0",<% } if(filters.babel) { %>
168167
"karma-babel-preprocessor": "^6.0.1",<% } %>
169-
"requirejs": "~2.2.0",
170168
"phantomjs-prebuilt": "^2.1.4",
171169
"proxyquire": "^1.0.1",
172170
"supertest": "^1.1.0"<% if(filters.ts) { %>,

0 commit comments

Comments
 (0)