mirror of https://github.com/nodejs/node.git
tools: update doc tool dependencies
PR-URL: https://github.com/nodejs/node/pull/36407 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>pull/36451/head
parent
e31a99f01b
commit
8dbeac6c04
File diff suppressed because it is too large
Load Diff
|
@ -7,18 +7,18 @@
|
|||
"node": ">=12.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"highlight.js": "10.1.2",
|
||||
"highlight.js": "10.4.1",
|
||||
"js-yaml": "3.14.0",
|
||||
"rehype-raw": "4.0.2",
|
||||
"rehype-raw": "5.0.0",
|
||||
"rehype-stringify": "8.0.0",
|
||||
"remark-gfm": "^1.0.0",
|
||||
"remark-html": "12.0.0",
|
||||
"remark-html": "13.0.1",
|
||||
"remark-parse": "^9.0.0",
|
||||
"remark-rehype": "7.0.0",
|
||||
"remark-rehype": "8.0.0",
|
||||
"to-vfile": "6.1.0",
|
||||
"unified": "9.2.0",
|
||||
"unist-util-find": "^1.0.2",
|
||||
"unist-util-select": "3.0.1",
|
||||
"unist-util-select": "3.0.3",
|
||||
"unist-util-visit": "2.0.3"
|
||||
},
|
||||
"bin": {
|
||||
|
|
Loading…
Reference in New Issue