Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 6, 2023
1 parent 6238f72 commit 96c2017
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/node": "^20.0.0",
"@types/ungap__structured-clone": "^0.3.0",
"c8": "^8.0.0",
"hast-util-to-html": "^8.0.0",
"hast-util-to-html": "^9.0.0",
"hastscript": "^8.0.0",
"mdast-util-from-markdown": "^2.0.0",
"prettier": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,6 @@ test('integration', async function (t) {
assert.deepEqual(hast2, expected)

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

0 comments on commit 96c2017

Please sign in to comment.