Skip to content

Commit 96c2017

Browse files
committed
Update dev-dependencies
1 parent 6238f72 commit 96c2017

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/node": "^20.0.0",
5151
"@types/ungap__structured-clone": "^0.3.0",
5252
"c8": "^8.0.0",
53-
"hast-util-to-html": "^8.0.0",
53+
"hast-util-to-html": "^9.0.0",
5454
"hastscript": "^8.0.0",
5555
"mdast-util-from-markdown": "^2.0.0",
5656
"prettier": "^3.0.0",

test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,6 @@ test('integration', async function (t) {
10091009
assert.deepEqual(hast2, expected)
10101010

10111011
assert.equal(
1012-
// @ts-expect-error: to do: remove when `to-html` is released.
10131012
toHtml(hast2),
10141013
[
10151014
'<p><i>Some title</i></p>',

0 commit comments

Comments
 (0)