tools: update dependencies for markdown linting

PR-URL: https://github.com/nodejs/node/pull/33412
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
Rich Trott
2020-05-14 19:59:41 -07:00
parent bea0ee8033
commit b3ca8869a6
3 changed files with 6408 additions and 3761 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -11,10 +11,10 @@
},
"dependencies": {
"markdown-extensions": "^1.1.1",
"remark": "^11.0.2",
"remark-lint": "^6.0.5",
"remark": "^12.0.0",
"remark-lint": "^7.0.0",
"remark-preset-lint-node": "^1.15.0",
"unified-args": "^7.1.0"
"unified-args": "^8.0.0"
},
"main": "dist/index.js",
"scripts": {