Skip to content

Commit ab5f80a

Browse files
authored
fix(gatsby-plugin-mdx): Specify new minimum peerDep version for MDX (#25798)
We recently began using a new API in MDX with #25437 which doesn't exist for all versions below 1.5.9. This updates the peer dep for MDX to ensure that the new minimum version is specified. Fixes #25691
1 parent c82569f commit ab5f80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/gatsby-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"directory": "packages/gatsby-plugin-mdx"
1515
},
1616
"peerDependencies": {
17-
"@mdx-js/mdx": "^1.0.0",
18-
"@mdx-js/react": "^1.0.0"
17+
"@mdx-js/mdx": "^1.5.9",
18+
"@mdx-js/react": "^1.5.9"
1919
},
2020
"dependencies": {
2121
"@babel/core": "^7.10.3",

0 commit comments

Comments
 (0)