tools: update doc to new version

PR-URL: https://github.com/nodejs/node/pull/51192
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Node.js GitHub Bot 2024-11-16 21:59:01 +00:00
parent be34b5e7fc
commit b1ee186a62
2 changed files with 530 additions and 2817 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,17 +7,17 @@
"node": ">=14.8.0"
},
"devDependencies": {
"highlight.js": "^11.9.0",
"highlight.js": "^11.10.0",
"js-yaml": "^4.1.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"rehype-stringify": "^10.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"to-vfile": "^8.0.0",
"unified": "^11.0.4",
"unified": "^11.0.5",
"unist-util-select": "^5.1.0",
"unist-util-visit": "^5.0.0"
},