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 0c5fc2c commit a2f6383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit a2f6383

Please sign in to comment.