mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 20:17:50 +02:00
chore(v2): fix mismatch peer dependency in MDX loader (#3753)
This commit is contained in:
parent
bb64f68acd
commit
cb55a2ba4b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue