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)" (#25800)

This reverts commit ab5f80a.

Co-authored-by: John Otander <johnotander@gmail.com>
  • Loading branch information
LB and johno committed Jul 16, 2020
1 parent ab5f80a commit e7a9846
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 e7a9846

Please sign in to comment.