chore: upgrade dependencies (#6660)

* chore: upgrade dependencies

* fix types
This commit is contained in:
Joshua Chen 2022-02-12 15:29:40 +08:00 committed by GitHub
parent 472840dbd8
commit 0c7e592d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 1881 additions and 1535 deletions

View file

@ -30,9 +30,9 @@
"@docusaurus/utils-validation": "2.0.0-beta.15",
"combine-promises": "^1.1.0",
"fs-extra": "^10.0.0",
"import-fresh": "^3.2.2",
"js-yaml": "^4.0.0",
"lodash": "^4.17.20",
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"remark-admonitions": "^1.2.1",
"tslib": "^2.3.1",
"utility-types": "^3.10.0",
@ -41,12 +41,12 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.15",
"@docusaurus/types": "2.0.0-beta.15",
"@types/js-yaml": "^4.0.0",
"@types/picomatch": "^2.2.1",
"@types/js-yaml": "^4.0.5",
"@types/picomatch": "^2.3.0",
"commander": "^5.1.0",
"escape-string-regexp": "^4.0.0",
"picomatch": "^2.1.1",
"shelljs": "^0.8.4",
"picomatch": "^2.3.1",
"shelljs": "^0.8.5",
"utility-types": "^3.10.0"
},
"peerDependencies": {