Skip to content

Commit a34177c

Browse files
committedOct 19, 2023
remark-mdx: add support for es2024, adjacent JSX and expressions
1 parent d6bb70c commit a34177c

File tree

2 files changed

+347
-361
lines changed

2 files changed

+347
-361
lines changed
 

Diff for: ‎package-lock.json

+346-360
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎packages/remark-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
"dependencies": {
4343
"mdast-util-mdx": "^3.0.0",
44-
"micromark-extension-mdxjs": "^2.0.0"
44+
"micromark-extension-mdxjs": "^3.0.0"
4545
},
4646
"devDependencies": {},
4747
"scripts": {

1 commit comments

Comments
 (1)

vercel[bot] commented on Oct 19, 2023

@vercel[bot]

Successfully deployed to the following URLs:

mdx – ./

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

Please sign in to comment.