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:
Kristoffer K 2021-12-13 02:47:07 +01:00 committed by GitHub
parent 5fb64041c0
commit b48c6defae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View file

@ -23,6 +23,10 @@
"joi": "^17.4.2",
"tslib": "^2.3.1"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"engines": {
"node": ">=14"
}