Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 28, 2023
1 parent 04741f1 commit 19a1860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"c8": "^8.0.0",
"mdast-comment-marker": "^3.0.0",
"prettier": "^3.0.0",
"remark": "^14.0.0",
"remark": "^15.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"remark-toc": "^8.0.0",
"remark-toc": "^9.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"unified": "^11.0.0",
Expand Down
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ test('messageControl', async function (t) {

await t.test('should ignore gaps', async function () {
remark()
// @ts-expect-error: to do: remove when `remark-toc` is released.
.use(remarkToc)
.use(
/** @type {import('unified').Plugin<[], Root>} */
Expand Down

0 comments on commit 19a1860

Please sign in to comment.