Skip to content

Commit 086bcfc

Browse files
committed
Updated packages.
1 parent 1737287 commit 086bcfc

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
@@ -11,21 +11,21 @@
1111
},
1212
"license": "MIT",
1313
"dependencies": {
14-
"chalk": "2.3.0",
15-
"doxdox-parser-dox": "~1.1.2",
16-
"doxdox-plugin-bootstrap": "~1.1.7",
17-
"doxdox-plugin-handlebars": "~1.1.5",
18-
"doxdox-plugin-markdown": "~1.1.3",
19-
"globby": "6.1.0",
14+
"chalk": "2.3.1",
15+
"doxdox-parser-dox": "~1.1.3",
16+
"doxdox-plugin-bootstrap": "~1.1.8",
17+
"doxdox-plugin-handlebars": "~1.1.6",
18+
"doxdox-plugin-markdown": "~1.1.4",
19+
"globby": "8.0.1",
2020
"parse-cmd-args": "2.0.0",
2121
"update-notifier": "2.3.0"
2222
},
2323
"devDependencies": {
2424
"@neogeek/eslint-config-standards": "^2.0.0",
2525
"codecov": "^3.0.0",
26-
"eslint": "^4.2.0",
26+
"eslint": "^4.17.0",
2727
"istanbul": "^0.4.5",
28-
"mocha": "^4.0.1"
28+
"mocha": "^5.0.0"
2929
},
3030
"scripts": {
3131
"test": "npm run lint && mocha test/specs/",

0 commit comments

Comments
 (0)