Skip to content

Commit

Permalink
Revert "fix(gatsby-plugin-mdx): Specify new minimum peerDep version f…
Browse files Browse the repository at this point in the history
…or MDX (#25798)"

This reverts commit ab5f80a.
  • Loading branch information
johno committed Jul 16, 2020
1 parent ab5f80a commit 734bbfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"directory": "packages/gatsby-plugin-mdx"
},
"peerDependencies": {
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9"
"@mdx-js/mdx": "^1.0.0",
"@mdx-js/react": "^1.0.0"
},
"dependencies": {
"@babel/core": "^7.10.3",
Expand Down

0 comments on commit 734bbfc

Please sign in to comment.