Skip to content

Commit d23c73c

Browse files
committed
Update dependencies.
1 parent eb186e8 commit d23c73c

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
@@ -33,19 +33,19 @@
3333
"node": ">= 0.10.0"
3434
},
3535
"dependencies": {
36-
"glob": "^7.0.3",
37-
"iconv-lite": "^0.4.13",
38-
"lodash": "~4.11.1",
39-
"semver": "~5.1.0",
40-
"wrench": "~1.5.9"
36+
"fs-extra": "^1.0.0",
37+
"glob": "^7.1.1",
38+
"iconv-lite": "^0.4.15",
39+
"lodash": "~4.17.4",
40+
"semver": "~5.3.0"
4141
},
4242
"devDependencies": {
4343
"apidoc-example": "*",
44-
"jshint": "~2.9.2",
45-
"markdown-it": "^6.0.1",
46-
"mocha": "~2.4.5",
47-
"npm-check-updates": "^2.6.3",
48-
"should": "~8.3.1"
44+
"jshint": "~2.9.4",
45+
"markdown-it": "^8.2.2",
46+
"mocha": "~3.2.0",
47+
"npm-check-updates": "^2.8.9",
48+
"should": "~11.1.2"
4949
},
5050
"jshintConfig": {
5151
"camelcase": true,

0 commit comments

Comments
 (0)