Skip to content

Commit 9c73808

Browse files
committed
updating devDependencies
1 parent aade9b8 commit 9c73808

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,17 @@
2828
"test": "grunt test"
2929
},
3030
"devDependencies": {
31-
"grunt-simple-mocha": "~0.4.0",
32-
"chai": "1.4.2",
33-
"mocha": "1.8.1",
34-
"grunt-mocha": "0.2.1",
35-
"grunt-contrib-jshint": "~0.7.2",
36-
"grunt-contrib-watch": "~0.2.0",
37-
"grunt": "~0.4.1",
38-
"sinon-chai": "~2.3.1",
39-
"sinon": "~1.6.0"
31+
"grunt-simple-mocha": "~0.4",
32+
"chai": "1.9.1",
33+
"mocha": "1.18.2",
34+
"grunt-mocha": "0.4.10",
35+
"grunt-contrib-jshint": "~0.10",
36+
"grunt-contrib-watch": "~0.6",
37+
"grunt": "~0.4",
38+
"sinon-chai": "~2.5",
39+
"sinon": "~1.9",
40+
"grunt-cli": "~0.1.13"
41+
4042
},
4143
"keywords": [
4244
"oop",

0 commit comments

Comments
 (0)