Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit df25c28

Browse files
committed
update deps
1 parent cc9ceff commit df25c28

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"commander": "^2.7.1",
2323
"connect": "^3.3.5",
2424
"debug": "^2.1.3",
25-
"fs-extra": "^0.18.0",
26-
"inquirer": "^0.8.2",
25+
"fs-extra": "^0.24.0",
26+
"inquirer": "^0.9.0",
2727
"js-yaml": "^3.3.0",
2828
"lodash": "^3.10.0",
2929
"mocha": "^2.2.1",
@@ -38,12 +38,12 @@
3838
"chai": "^3.0.0",
3939
"mock-stdin": "^0.3.0",
4040
"proxyquire": "^1.4.0",
41-
"should": "^5.2.0",
41+
"should": "^7.1.0",
4242
"sinon": "^1.15.4",
4343
"superagent": "^1.1.0",
44-
"supertest": "^0.15.0",
45-
"tmp": "^0.0.25",
46-
"z-schema": "^3.12.0"
44+
"supertest": "^1.1.0",
45+
"tmp": "^0.0.27",
46+
"z-schema": "^3.14.0"
4747
},
4848
"scripts": {
4949
"test": "mocha -u exports -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",

0 commit comments

Comments
 (0)