chore: upgrade dependencies (non-major) (#9148)

* chore: upgrade dependencies (non-major)

* Downgrade
This commit is contained in:
Joshua Chen 2023-07-16 23:44:17 +08:00 committed by GitHub
parent 16a366b5ec
commit ff227283d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 4055 additions and 3360 deletions

View file

@ -20,14 +20,13 @@
"@docusaurus/logger": "3.0.0-alpha.0",
"file-loader": "^6.2.0",
"lodash": "^4.17.21",
"sharp": "^0.31.3",
"tslib": "^2.5.0"
"sharp": "^0.32.3",
"tslib": "^2.6.0"
},
"engines": {
"node": ">=16.14"
},
"devDependencies": {
"@types/file-loader": "^5.0.1",
"@types/sharp": "^0.31.1"
"@types/file-loader": "^5.0.1"
}
}