Skip to content
This repository was archived by the owner on Aug 25, 2018. It is now read-only.

Commit bacdf3f

Browse files
committed
📦 Update npm package dependencies
1 parent 0e8d6f0 commit bacdf3f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,33 @@
2828
"firebase": "2.0.x"
2929
},
3030
"devDependencies": {
31-
"chai": "~3.5.0",
31+
"chai": "~4.1.2",
3232
"chai-backbone": "~0.9.4",
33-
"coveralls": "^2.11.15",
33+
"coveralls": "^3.0.0",
3434
"grunt": "~1.0.1",
3535
"grunt-cli": "1.2.0",
3636
"grunt-contrib-concat": "^1.0.1",
3737
"grunt-contrib-connect": "^1.0.2",
3838
"grunt-contrib-copy": "~1.0.0",
39-
"grunt-contrib-jshint": "~1.0.0",
40-
"grunt-contrib-uglify": "~2.0.0",
39+
"grunt-contrib-jshint": "~1.1.0",
40+
"grunt-contrib-uglify": "~3.1.0",
4141
"grunt-contrib-watch": "~1.0.0",
4242
"grunt-karma": "^2.0.0",
4343
"grunt-notify": "~0.4.5",
4444
"istanbul": "^0.4.5",
45-
"karma": "~1.3.0",
45+
"karma": "~1.7.1",
4646
"karma-chai": "0.1.0",
47-
"karma-chrome-launcher": "^2.0.0",
47+
"karma-chrome-launcher": "^2.2.0",
4848
"karma-coverage": "^1.1.1",
4949
"karma-failed-reporter": "0.0.3",
5050
"karma-mocha": "~1.3.0",
51-
"karma-phantomjs-launcher": "~1.0.2",
51+
"karma-phantomjs-launcher": "~1.0.4",
5252
"karma-requirejs": "~1.1.0",
5353
"karma-sinon": "~1.0.5",
54-
"karma-spec-reporter": "0.0.26",
55-
"mocha": "~3.1.2",
56-
"requirejs": "~2.3.2",
57-
"sinon" : "~1.17.6"
54+
"karma-spec-reporter": "0.0.31",
55+
"mocha": "~4.0.1",
56+
"requirejs": "~2.3.5",
57+
"sinon": "~4.1.2"
5858
},
5959
"scripts": {
6060
"test": "grunt test",

0 commit comments

Comments
 (0)