mirror of
https://github.com/laosb/ghos3.git
synced 2025-04-30 15:41:08 +00:00
deps: Bump dependencies.
This commit is contained in:
parent
859bb9b118
commit
30b53487c6
2 changed files with 1076 additions and 1066 deletions
2132
package-lock.json
generated
2132
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ghos3",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"description": "S3 Storage adapter for Ghost.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -11,15 +11,15 @@
|
|||
"author": "Shibo Lyu <github@of.sb>",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.272.0",
|
||||
"@aws-sdk/client-s3": "^3.413.0",
|
||||
"ghost-storage-base": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/ghost-storage-base": "^0.0.1",
|
||||
"esbuild": "^0.17.8",
|
||||
"esbuild": "^0.19.3",
|
||||
"prettier": "^2.8.4",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "^4.9.5"
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue