From a2f6383834c343db37d599b7489d0303f444c9a5 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 28 Sep 2023 10:18:05 +0200 Subject: [PATCH] Update dev-dependencies --- package.json | 4 ++-- test.js | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ae37266..d1d7609 100644 --- a/package.json +++ b/package.json @@ -40,9 +40,9 @@ "prettier": "^3.0.0", "rehype-stringify": "^10.0.0", "remark-cli": "^11.0.0", - "remark-parse": "^10.0.0", + "remark-parse": "^11.0.0", "remark-preset-wooorm": "^9.0.0", - "remark-rehype": "^10.0.0", + "remark-rehype": "^11.0.0", "type-coverage": "^2.0.0", "typescript": "^5.0.0", "unified": "^11.0.0", diff --git a/test.js b/test.js index fd0eedc..9bd548a 100644 --- a/test.js +++ b/test.js @@ -20,9 +20,7 @@ test('rehypeRaw', async function (t) { await t.test('should work', async function () { const file = await unified() - // @ts-expect-error: to do: remove when remark is released. .use(remarkParse) - // @ts-expect-error: to do: remove when remark-rehype is released. .use(remarkRehype, {allowDangerousHtml: true}) .use(rehypeRaw) .use(function () {