mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
tools: update lint-md-dependencies
- @rollup/plugin-commonjs@28.0.1 - @rollup/plugin-node-resolve@15.3.0 - remark-preset-lint-node@5.1.2 - rollup@4.24.0 PR-URL: https://github.com/nodejs/node/pull/55470 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
parent
a3693d2c49
commit
90b5a2e308
File diff suppressed because one or more lines are too long
833
tools/lint-md/package-lock.json
generated
833
tools/lint-md/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,16 +7,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-preset-lint-node": "^5.1.0",
|
||||
"remark-preset-lint-node": "^5.1.2",
|
||||
"remark-stringify": "^11.0.0",
|
||||
"to-vfile": "^8.0.0",
|
||||
"unified": "^11.0.5",
|
||||
"vfile-reporter": "^8.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^26.0.1",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"rollup": "^4.22.4",
|
||||
"@rollup/plugin-commonjs": "^28.0.1",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
"rollup": "^4.24.0",
|
||||
"rollup-plugin-cleanup": "^3.2.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user