mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 23:08:54 +02:00
chore: remove some unused dependencies from package.json (#6440)
This commit is contained in:
parent
a4a386a45b
commit
456ffbd330
12 changed files with 44 additions and 83 deletions
|
@ -28,12 +28,9 @@
|
|||
"@docusaurus/utils": "2.0.0-beta.14",
|
||||
"@docusaurus/utils-validation": "2.0.0-beta.14",
|
||||
"combine-promises": "^1.1.0",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"fs-extra": "^10.0.0",
|
||||
"globby": "^11.0.2",
|
||||
"import-fresh": "^3.2.2",
|
||||
"js-yaml": "^4.0.0",
|
||||
"loader-utils": "^2.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
"remark-admonitions": "^1.2.1",
|
||||
"shelljs": "^0.8.4",
|
||||
|
@ -47,6 +44,7 @@
|
|||
"@types/js-yaml": "^4.0.0",
|
||||
"@types/picomatch": "^2.2.1",
|
||||
"commander": "^5.1.0",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"picomatch": "^2.1.1",
|
||||
"utility-types": "^3.10.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue