Skip to content

Commit

Permalink
chore(v2): fix mismatch peer dependency in MDX loader (#3753)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Nov 16, 2020
1 parent bb64f68 commit cb55a2b
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 cb55a2b

Please sign in to comment.