Skip to content

Commit 7babd03

Browse files
committed
update mocha and chai to latest
1 parent 229125f commit 7babd03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"chai": "^1.10.0",
14+
"chai": "^3.4.1",
1515
"jspm": "^0.16.15",
1616
"karma-chai": "^0.1.0",
17-
"karma-chrome-launcher": "^0.1.7",
17+
"karma-chrome-launcher": "^0.2.2",
1818
"karma-jspm": "^2.0.2",
19-
"karma-mocha": "^0.1.10",
20-
"karma-mocha-reporter": "^0.2.2",
21-
"karma-sauce-launcher": "^0.2.10",
19+
"karma-mocha": "^0.2.1",
20+
"karma-mocha-reporter": "^1.1.3",
21+
"karma-sauce-launcher": "^0.3.0",
2222
"mocha": "^2.1.0"
2323
},
2424
"jspm": {

0 commit comments

Comments
 (0)