chore(v2): fix mismatch peer dependency in MDX loader (#3753)

This commit is contained in:
Alexey Pyltsyn 2020-11-16 14:36:24 +03:00 committed by GitHub
parent bb64f68acd
commit cb55a2ba4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
},