mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix(v2): add missing peer dep (#4424)
This commit is contained in:
parent
ae1547c5c8
commit
9a33802970
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
"workbox-window": "^6.1.1"
|
"workbox-window": "^6.1.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
"@babel/core": "^7.0.0",
|
||||||
"react": "^16.8.4 || ^17.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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue