diff --git a/package.json b/package.json index 710856f..8cfc85e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "@types/unist": "^3.0.0", "ccount": "^2.0.0", "comma-separated-tokens": "^2.0.0", - "hast-util-raw": "^9.0.0", "hast-util-whitespace": "^3.0.0", "html-void-elements": "^3.0.0", "mdast-util-to-hast": "^13.0.0", diff --git a/test/raw.js b/test/raw.js index 3ad8b94..77c1d0d 100644 --- a/test/raw.js +++ b/test/raw.js @@ -1,5 +1,5 @@ /** - * @typedef {import('hast-util-raw')} DoNotTouchThisRegistersRawInTheTree + * @typedef {import('mdast-util-to-hast')} DoNotTouchThisRegistersRawInTheTree */ import assert from 'node:assert/strict'