Skip to content

Commit

Permalink
Merge pull request #45 from sor4chi/feat/update-hono-deps
Browse files Browse the repository at this point in the history
chore(dep): update hono to v4.3.2
  • Loading branch information
sor4chi authored May 9, 2024
2 parents 678ee2e + 6803b49 commit 059ce79
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 32 deletions.
14 changes: 14 additions & 0 deletions .changeset/violet-hats-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@hono-storage/node-disk-example": patch
"@hono-storage/s3-workers-example": patch
"@hono-storage/node-disk": patch
"@hono-storage/r2-node-example": patch
"@hono-storage/s3-node-example": patch
"@hono-storage/s3-sign-example": patch
"@hono-storage/memory-example": patch
"@hono-storage/memory": patch
"@hono-storage/core": patch
"@hono-storage/s3": patch
---

update Hono's version to v4.3.2
2 changes: 1 addition & 1 deletion examples/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@hono/node-server": "^1.1.0",
"@hono-storage/memory": "workspace:*",
"hono": "^3.8.1"
"hono": "^4.3.2"
},
"devDependencies": {
"tsx": "^3.12.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs-disk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@hono/node-server": "^1.1.0",
"@hono-storage/node-disk": "workspace:*",
"hono": "^3.8.1"
"hono": "^4.3.2"
},
"devDependencies": {
"tsx": "^3.12.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/r2-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@hono-storage/s3": "workspace:*",
"@hono/node-server": "^1.1.0",
"dotenv": "^16.3.1",
"hono": "^3.8.1"
"hono": "^4.3.2"
},
"devDependencies": {
"tsx": "^3.12.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/s3-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@hono-storage/s3": "workspace:*",
"@hono/node-server": "^1.1.0",
"dotenv": "^16.3.1",
"hono": "^3.8.1"
"hono": "^4.3.2"
},
"devDependencies": {
"tsx": "^3.12.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/s3-sign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@hono-storage/s3": "workspace:*",
"@hono/node-server": "^1.1.0",
"dotenv": "^16.3.1",
"hono": "^3.8.1"
"hono": "^4.3.2"
},
"devDependencies": {
"tsx": "^3.12.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/s3-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.428.0",
"@hono-storage/s3": "workspace:*",
"hono": "^3.8.1"
"hono": "^4.3.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230914.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"license": "MIT",
"dependencies": {
"@web-std/file": "^3.0.3",
"hono": "^3.8.1"
"hono": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "MIT",
"dependencies": {
"@hono-storage/core": "workspace:*",
"hono": "^3.8.1"
"hono": "^4.3.2"
},
"devDependencies": {
"vitest": "^0.34.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-disk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@hono-storage/core": "workspace:*",
"@web-std/file": "^3.0.3",
"hono": "^3.8.1"
"hono": "^4.3.2"
},
"devDependencies": {
"@hono/node-server": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@aws-sdk/client-s3": "^3.428.0",
"@aws-sdk/s3-request-presigner": "3.428.0",
"@hono-storage/core": "workspace:*",
"hono": "^3.8.1"
"hono": "^4.3.2"
},
"devDependencies": {
"@smithy/types": "^2.4.0",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 059ce79

Please sign in to comment.