Skip to content

Commit d8a62d2

Browse files
authoredFeb 27, 2023
Add missing type dependencies
Reviewed-by: Remco Haszing <remcohaszing@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com> Closes GH-2256.
1 parent b117f74 commit d8a62d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎packages/mdx/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
4646
"index.js"
4747
],
4848
"dependencies": {
49+
"@types/estree": "^1.0.0",
4950
"@types/estree-jsx": "^1.0.0",
51+
"@types/hast": "^2.0.0",
5052
"@types/mdx": "^2.0.0",
5153
"estree-util-build-jsx": "^2.0.0",
5254
"estree-util-is-identifier-name": "^2.0.0",
@@ -58,6 +60,7 @@
5860
"remark-mdx": "^2.0.0",
5961
"remark-parse": "^10.0.0",
6062
"remark-rehype": "^10.0.0",
63+
"source-map": "^0.7.0",
6164
"unified": "^10.0.0",
6265
"unist-util-position-from-estree": "^1.0.0",
6366
"unist-util-stringify-position": "^3.0.0",
@@ -77,7 +80,6 @@
7780
"remark-frontmatter": "^4.0.0",
7881
"remark-gfm": "^3.0.0",
7982
"remark-math": "^5.0.0",
80-
"source-map": "^0.7.0",
8183
"source-map-support": "^0.5.0",
8284
"unist-util-remove-position": "^4.0.0"
8385
},

1 commit comments

Comments
 (1)

vercel[bot] commented on Feb 27, 2023

@vercel[bot]

Successfully deployed to the following URLs:

mdx – ./

mdx-git-main-mdx.vercel.app
mdx-mdx.vercel.app
mdxjs.com
v2.mdxjs.com

Please sign in to comment.