Skip to content

Commit d058b44

Browse files
committed
Fix dev dependencies
1 parent e648c8b commit d058b44

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"oauth": "0.9.15"
2323
},
2424
"devDependencies": {
25-
"mocha": "~2.2.4",
26-
"nock": "~2.0.1",
27-
"proxyquire": "^1.3.1",
28-
"rewire": "~2.3.3",
29-
"should": "~6.0.1",
30-
"should-promised": "~0.2.1",
31-
"simple-mock": "~0.3.0",
32-
"sinon": "~1.14.1",
33-
"istanbul": "~0.3.13",
34-
"codeclimate-test-reporter": "0.0.4"
25+
"mocha": "~4.1.0",
26+
"nock": "~9.1.5",
27+
"proxyquire": "^1.8.0",
28+
"rewire": "~3.0.2",
29+
"should": "~13.2.0",
30+
"should-promised": "~0.3.1",
31+
"simple-mock": "~0.8.0",
32+
"sinon": "~4.1.3",
33+
"istanbul": "~0.4.5",
34+
"codeclimate-test-reporter": "0.5.0"
3535
},
3636
"engines": {
3737
"node": ">= 0.10.0"

0 commit comments

Comments
 (0)