mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 10:48:05 +02:00
fix(types): declare history and react-loadable as dependencies (#7014)
* fix(types): declare history and react-loadable as dependencies * fix(types): downgrade history to 4.9.0 to match react-router * add @docusaurus/react-loadable such that it can be correctly resolved
This commit is contained in:
parent
1b974e8b1b
commit
72f005e852
1 changed files with 2 additions and 0 deletions
|
@ -16,7 +16,9 @@
|
||||||
"test": "tsc -p ."
|
"test": "tsc -p ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"react-loadable": "npm:@docusaurus/react-loadable@5.5.2",
|
||||||
"commander": "^5.1.0",
|
"commander": "^5.1.0",
|
||||||
|
"history": "^4.9.0",
|
||||||
"joi": "^17.6.0",
|
"joi": "^17.6.0",
|
||||||
"utility-types": "^3.10.0",
|
"utility-types": "^3.10.0",
|
||||||
"webpack": "^5.70.0",
|
"webpack": "^5.70.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue