summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup/package.json
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2018-11-13 16:04:45 +0900
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-11-16 04:20:13 +0100
commiteeed6d9858010ce9efafc41bc1df3a97766d6a59 (patch)
tree0b910c6c1f8015b2bbdc8aef74c513e1d0043176 /tools/node-lint-md-cli-rollup/package.json
parentef3691a18bfaffb355ce27e40c2ee193c48ff9ee (diff)
downloadandroid-node-v8-eeed6d9858010ce9efafc41bc1df3a97766d6a59.tar.gz
android-node-v8-eeed6d9858010ce9efafc41bc1df3a97766d6a59.tar.bz2
android-node-v8-eeed6d9858010ce9efafc41bc1df3a97766d6a59.zip
tools: update remark version to v10 from v8
Including the below two updates: + https://github.com/remarkjs/remark/releases/tag/9.0.0 + https://github.com/remarkjs/remark/releases/tag/10.0.0 PR-URL: https://github.com/nodejs/node/pull/24333 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Diffstat (limited to 'tools/node-lint-md-cli-rollup/package.json')
-rw-r--r--tools/node-lint-md-cli-rollup/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json
index b3d491717d..128ba8b0d2 100644
--- a/tools/node-lint-md-cli-rollup/package.json
+++ b/tools/node-lint-md-cli-rollup/package.json
@@ -10,7 +10,7 @@
},
"dependencies": {
"markdown-extensions": "^1.1.0",
- "remark": "^8.0.0",
+ "remark": "^10.0.0",
"remark-lint": "^6.0.2",
"remark-preset-lint-node": "^1.1.0",
"unified-args": "^6.0.0",