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

Commit 6c828b5

Browse files
committed
Update deps.
1 parent f3a38e5 commit 6c828b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apidoc-core",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Core parser library to generate apidoc result following the apidoc-spec",
55
"author": "Peter Rottmann <rottmann@inveris.de>",
66
"license": "MIT",
@@ -30,20 +30,20 @@
3030
"node": ">= 0.10.0"
3131
},
3232
"dependencies": {
33-
"fs-extra": "^2.0.0",
33+
"fs-extra": "^3.0.1",
3434
"glob": "^7.1.1",
35-
"iconv-lite": "^0.4.15",
36-
"klaw-sync": "^1.0.2",
35+
"iconv-lite": "^0.4.17",
36+
"klaw-sync": "^2.1.0",
3737
"lodash": "~4.17.4",
3838
"semver": "~5.3.0"
3939
},
4040
"devDependencies": {
4141
"apidoc-example": "*",
4242
"jshint": "~2.9.4",
43-
"markdown-it": "^8.2.2",
44-
"mocha": "~3.2.0",
45-
"npm-check-updates": "^2.8.9",
46-
"should": "~11.1.2"
43+
"markdown-it": "^8.3.1",
44+
"mocha": "~3.4.1",
45+
"npm-check-updates": "^2.11.1",
46+
"should": "~11.2.1"
4747
},
4848
"jshintConfig": {
4949
"camelcase": true,

0 commit comments

Comments
 (0)