Skip to content

Commit

Permalink
chore(v2): fix mismatch peer dependency in MDX loader
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Nov 14, 2020
1 parent 25fc35a commit 307178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-mdx-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"unist-util-remove-position": "^2.0.1"
},
"peerDependencies": {
"react": "^16.13.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"webpack": "^4.0.0 || ^5.0.0"
},
Expand Down

0 comments on commit 307178d

Please sign in to comment.