Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node-lint-md-cli-rollup/package.json')
-rw-r--r--tools/node-lint-md-cli-rollup/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json
index e55115fa1f6..7776ad0d5dc 100644
--- a/tools/node-lint-md-cli-rollup/package.json
+++ b/tools/node-lint-md-cli-rollup/package.json
@@ -3,19 +3,19 @@
"description": "remark packaged for Node.js Markdown linting",
"version": "2.0.2",
"devDependencies": {
- "@rollup/plugin-commonjs": "^11.0.1",
- "@rollup/plugin-json": "^4.0.1",
- "@rollup/plugin-node-resolve": "^7.0.0",
- "rollup": "^2.32.1",
+ "@rollup/plugin-commonjs": "^17.0.0",
+ "@rollup/plugin-json": "^4.1.0",
+ "@rollup/plugin-node-resolve": "^11.0.1",
+ "rollup": "^2.36.1",
"shx": "^0.3.3"
},
"dependencies": {
"markdown-extensions": "^1.1.1",
"remark": "^13.0.0",
"remark-gfm": "^1.0.0",
- "remark-lint": "^7.0.0",
+ "remark-lint": "^8.0.0",
"remark-preset-lint-node": "^2.0.0",
- "unified-args": "^8.0.0"
+ "unified-args": "^8.1.0"
},
"main": "dist/index.js",
"scripts": {