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:
sulu5890 2022-03-25 23:28:49 -07:00 committed by GitHub
parent 1b974e8b1b
commit 72f005e852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,9 @@
"test": "tsc -p ."
},
"dependencies": {
"react-loadable": "npm:@docusaurus/react-loadable@5.5.2",
"commander": "^5.1.0",
"history": "^4.9.0",
"joi": "^17.6.0",
"utility-types": "^3.10.0",
"webpack": "^5.70.0",