mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
fix(v2): Properly declare peerDependencies (#2806)
This commit is contained in:
parent
2e12269f94
commit
9001c49880
5 changed files with 10 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue