mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-18 00:57:51 +02:00
chore: upgrade dependencies (#6660)
* chore: upgrade dependencies * fix types
This commit is contained in:
parent
472840dbd8
commit
0c7e592d34
30 changed files with 1881 additions and 1535 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue