fix(v2): Properly declare peerDependencies (#2806)

This commit is contained in:
Sam Zhou 2020-05-24 00:48:36 -04:00 committed by GitHub
parent 2e12269f94
commit 9001c49880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 6 deletions

View file

@ -17,8 +17,7 @@
"peerDependencies": {
"@docusaurus/core": "^2.0.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"webpack": "^4.41.2"
"react-dom": "^16.8.4"
},
"engines": {
"node": ">=10.9.0"