mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 05:27:00 +02:00
fix: declare missing dependencies (#6097)
* fix(utils-validation): add missing peer dependencies `react` and `react-dom` * fix(theme-classic): add missing peer dependency `@docusaurus/core` * ci: disable PnP fallbacks * ci: link to the docs * Update package.json Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
parent
5fb64041c0
commit
b48c6defae
3 changed files with 9 additions and 1 deletions
|
@ -23,6 +23,10 @@
|
|||
"joi": "^17.4.2",
|
||||
"tslib": "^2.3.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue