mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(types): declare missing peerDependencies
This commit is contained in:
parent
1a3488344b
commit
e32ff04d93
|
|
@ -23,5 +23,9 @@
|
|||
"utility-types": "^3.10.0",
|
||||
"webpack": "^5.72.0",
|
||||
"webpack-merge": "^5.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.4 || ^17.0.0",
|
||||
"react-dom": "^16.8.4 || ^17.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue