From d8a62d20c59ab6979ad44ab19828d095e2a1e5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Mon, 27 Feb 2023 15:22:09 +0100 Subject: [PATCH] Add missing type dependencies Reviewed-by: Remco Haszing Reviewed-by: Titus Wormer Closes GH-2256. --- packages/mdx/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/mdx/package.json b/packages/mdx/package.json index 3176eaa65..9030e9427 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -46,7 +46,9 @@ "index.js" ], "dependencies": { + "@types/estree": "^1.0.0", "@types/estree-jsx": "^1.0.0", + "@types/hast": "^2.0.0", "@types/mdx": "^2.0.0", "estree-util-build-jsx": "^2.0.0", "estree-util-is-identifier-name": "^2.0.0", @@ -58,6 +60,7 @@ "remark-mdx": "^2.0.0", "remark-parse": "^10.0.0", "remark-rehype": "^10.0.0", + "source-map": "^0.7.0", "unified": "^10.0.0", "unist-util-position-from-estree": "^1.0.0", "unist-util-stringify-position": "^3.0.0", @@ -77,7 +80,6 @@ "remark-frontmatter": "^4.0.0", "remark-gfm": "^3.0.0", "remark-math": "^5.0.0", - "source-map": "^0.7.0", "source-map-support": "^0.5.0", "unist-util-remove-position": "^4.0.0" },