Skip to content

Commit

Permalink
fix(create-gatsby): Use MDX v1 (#34710) (#34718)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
gatsbybot and LekoArts committed Feb 4, 2022
1 parent 7c2f404 commit 8b7b0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-gatsby/src/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"gatsby-plugin-mdx": {
"message": "Add Markdown and MDX support",
"plugins": ["gatsby-source-filesystem:pages"],
"dependencies": ["@mdx-js/react", "@mdx-js/mdx"],
"dependencies": ["@mdx-js/react@v1", "@mdx-js/mdx@v1"],
"options": {
"gatsby-source-filesystem:pages": {
"name": "pages",
Expand Down

0 comments on commit 8b7b0e1

Please sign in to comment.