mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: update all dependencies of markdown linter
PR-URL: https://github.com/nodejs/node/pull/40035 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
90c0a5c61c
commit
dce7511062
7558
tools/lint-md.mjs
7558
tools/lint-md.mjs
File diff suppressed because it is too large
Load Diff
2418
tools/node-lint-md-cli-rollup/package-lock.json
generated
2418
tools/node-lint-md-cli-rollup/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -6,15 +6,15 @@
|
||||
"@rollup/plugin-commonjs": "^20.0.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||
"rollup": "^2.52.7",
|
||||
"rollup": "^2.56.3",
|
||||
"shx": "^0.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-extensions": "^1.1.1",
|
||||
"remark": "^14.0.0",
|
||||
"remark": "^14.0.1",
|
||||
"remark-gfm": "^2.0.0",
|
||||
"remark-preset-lint-node": "^3.0.0",
|
||||
"unified-args": "^9.0.0"
|
||||
"remark-preset-lint-node": "^3.0.1",
|
||||
"unified-args": "^9.0.2"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user