chore: remove some unused dependencies from package.json (#6440)

This commit is contained in:
Joshua Chen 2022-01-22 19:47:35 +08:00 committed by GitHub
parent a4a386a45b
commit 456ffbd330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 44 additions and 83 deletions

View file

@ -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"
},