mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
fix(v2): add missing 'react' and 'webpack' peer dependencies (#3675)
* fix(v2): add missing 'react' peer dependencies * fix(v2): add missing 'webpack' peer dependency
This commit is contained in:
parent
9ff24d7da3
commit
1bba6b163d
4 changed files with 17 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-alpha.66"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.4",
|
||||
"react-dom": "^16.8.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.15.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue