Skip to content

Commit

Permalink
upgrade mdast util from hast, include import for raw type
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Feb 8, 2023
1 parent 10bfd8b commit 746afe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mdx/lib/plugin/rehype-remove-raw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @typedef {import('hast').Root} Root
* @typedef {import('mdast-util-to-hast').Raw} DoNotRemoveUsedToAddRawToNodeType
* @typedef {import('mdast-util-to-hast')} DoNotRemoveUsedToAddRawToNodeType
*/

import {visit} from 'unist-util-visit'
Expand Down

0 comments on commit 746afe3

Please sign in to comment.