Skip to content

Commit 1b3d6ed

Browse files
committed
Updated packages.
1 parent c36f0ab commit 1b3d6ed

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,22 @@
1111
},
1212
"license": "MIT",
1313
"dependencies": {
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",
14+
"chalk": "2.4.2",
15+
"doxdox-parser-dox": "~2.0.0",
16+
"doxdox-plugin-bootstrap": "~2.0.0",
17+
"doxdox-plugin-handlebars": "~2.0.0",
18+
"doxdox-plugin-markdown": "~2.0.0",
19+
"globby": "9.0.0",
2020
"parse-cmd-args": "2.0.0",
21-
"update-notifier": "2.3.0"
21+
"update-notifier": "2.5.0"
2222
},
2323
"devDependencies": {
24-
"@neogeek/eslint-config-standards": "^2.0.0",
25-
"codecov": "^3.0.0",
26-
"eslint": "^4.17.0",
27-
"istanbul": "^0.4.5",
28-
"mocha": "^5.0.0"
24+
"@neogeek/eslint-config-standards": "4.1.0",
25+
"babel-eslint": "10.0.1",
26+
"codecov": "3.2.0",
27+
"eslint": "5.14.1",
28+
"istanbul": "0.4.5",
29+
"mocha": "6.0.2"
2930
},
3031
"scripts": {
3132
"test": "npm run lint && mocha test/specs/",

0 commit comments

Comments
 (0)