chore: upgrade dependencies (#7993)

* chore: upgrade dependencies

* Fix lint

* Bump more

* Fix lint
This commit is contained in:
Joshua Chen 2022-09-08 01:31:53 -04:00 committed by GitHub
parent 38dd7cfa04
commit 275f509d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 1779 additions and 1788 deletions

View file

@ -20,7 +20,7 @@
"@docusaurus/logger": "^3.0.0-alpha.0",
"file-loader": "^6.2.0",
"lodash": "^4.17.21",
"sharp": "^0.30.7",
"sharp": "^0.31.0",
"tslib": "^2.4.0"
},
"engines": {
@ -28,6 +28,6 @@
},
"devDependencies": {
"@types/file-loader": "^5.0.1",
"@types/sharp": "^0.30.4"
"@types/sharp": "^0.30.5"
}
}