mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-26 14:37:52 +02:00
fix: updating peerDependency fields for yarn berry (#6498)
This commit is contained in:
parent
f5f598a921
commit
d45f96fc83
14 changed files with 32 additions and 9 deletions
|
@ -28,8 +28,10 @@
|
|||
"@docusaurus/types": "2.0.0-beta.15"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"react": "^16.8.4 || ^17.0.0",
|
||||
"react-dom": "^16.8.4 || ^17.0.0"
|
||||
"react-dom": "^16.8.4 || ^17.0.0",
|
||||
"webpack": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue