Skip to content

Commit 4f8b385

Browse files
committed
Update dev-dependencies
1 parent e60dc90 commit 4f8b385

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

doc/learn/create-a-retext-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ If you haven’t already, check out the other articles in the
336336

337337
[is]: https://github.com/syntax-tree/unist-util-is
338338

339-
[message]: https://github.com/vfile/vfile#vfilemessagereason-position-origin
339+
[message]: https://github.com/vfile/vfile#vfilemessagereason-options
340340

341341
[learn]: /learn/
342342

doc/learn/create-an-editor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,19 +456,19 @@ If you haven’t already, check out the other articles in the
456456

457457
[esbuild]: https://esbuild.github.io
458458

459-
[gary-propost]: http://www.garyprovost.com
459+
[gary-propost]: https://www.garyprovost.com/
460460

461461
[github-parse-english]: https://github.com/wooorm/parse-english
462462

463-
[github-sindresorhus-xo]: https://github.com/sindresorhus/xo
463+
[github-sindresorhus-xo]: https://github.com/xojs/xo
464464

465465
[github-unist-util-visit]: https://github.com/syntax-tree/unist-util-visit
466466

467-
[gregoryciotti-tweet]: https://twitter.com/gregoryciotti/status/639837682844090369
467+
[gregoryciotti-tweet]: https://x.com/gregoryciotti/status/639837682844090369
468468

469469
[prettier]: https://prettier.io
470470

471-
[react]: https://reactjs.org
471+
[react]: https://react.dev/
472472

473473
[unified-support]: https://github.com/unifiedjs/.github/blob/main/support.md
474474

doc/learn/remove-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,4 @@ Yields:
260260

261261
[splice]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice
262262

263-
[visit-parents]: https://github.com/syntax-tree/unist-util-visit-parents#visittree-test-visitor-reverse
263+
[visit-parents]: https://github.com/syntax-tree/unist-util-visit-parents#visitparentstree-test-visitor-reverse

doc/learn/syntax-trees-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ To import the types in [JSDoc TypeScript][ts-jsdoc], use:
360360

361361
[nlcst]: https://github.com/syntax-tree/nlcst
362362

363-
[xast]: https://github.com/syntax-tree/xast#readme
363+
[xast]: https://github.com/syntax-tree/xast
364364

365365
[ts-unist]: https://www.npmjs.com/package/@types/unist
366366

doc/learn/using-unified.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ If you haven’t already, check out the other articles in the
429429

430430
[npm]: https://www.npmjs.com
431431

432-
[node]: https://nodejs.org
432+
[node]: https://nodejs.org/en
433433

434434
[slug]: https://github.com/rehypejs/rehype-slug
435435

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devlop": "^1.0.0",
2626
"dictionary-en": "^4.0.0",
2727
"dotenv": "^16.0.0",
28-
"esbuild": "^0.23.0",
28+
"esbuild": "^0.24.0",
2929
"flexsearch": "^0.7.0",
3030
"glob": "^11.0.0",
3131
"hast-util-find-and-replace": "^5.0.0",
@@ -38,7 +38,7 @@
3838
"hast-util-to-dom": "^4.0.0",
3939
"hast-util-to-html": "^9.0.0",
4040
"hastscript": "^9.0.0",
41-
"hosted-git-info": "^7.0.0",
41+
"hosted-git-info": "^8.0.0",
4242
"html-url-attributes": "^3.0.0",
4343
"humanize-url": "^3.0.0",
4444
"javascript-time-ago": "^2.0.0",
@@ -74,7 +74,7 @@
7474
"remark-gfm": "^4.0.0",
7575
"remark-github": "^12.0.0",
7676
"remark-lint-first-heading-level": "^4.0.0",
77-
"remark-lint-no-dead-urls": "^1.0.0",
77+
"remark-lint-no-dead-urls": "^2.0.0",
7878
"remark-lint-no-html": "^4.0.0",
7979
"remark-parse": "^11.0.0",
8080
"remark-preset-wooorm": "^10.0.0",

0 commit comments

Comments
 (0)