Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@hono/eslint-config": "workspace:*",
"@ryoppippi/unplugin-typia": "^2.6.5",
"@tsconfig/strictest": "^2.0.8",
"@types/bun": "^1.0.0",
"@types/bun": "^1.3.6",
"@types/node": "^25.0.3",
"@types/ws": "^8.18.0",
"@vitest/coverage-istanbul": "^4.1.0-beta.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bun-compress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"hono": ">=4.0.0"
},
"devDependencies": {
"@types/bun": "^1.2.12",
"@types/bun": "^1.3.6",
"@types/node": "^25.0.3",
"hono": "^4.11.5",
"tsdown": "^0.15.9",
Expand Down
42 changes: 11 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hono/bun-compress@workspace:packages/bun-compress"
dependencies:
"@types/bun": "npm:^1.2.12"
"@types/bun": "npm:^1.3.6"
"@types/node": "npm:^25.0.3"
hono: "npm:^4.11.5"
tsdown: "npm:^0.15.9"
Expand Down Expand Up @@ -4758,21 +4758,12 @@ __metadata:
languageName: node
linkType: hard

"@types/bun@npm:^1.0.0":
version: 1.3.1
resolution: "@types/bun@npm:1.3.1"
dependencies:
bun-types: "npm:1.3.1"
checksum: 10c0/048a992fd2b7d87cbeaac3511f224b8b8744bd6fe83a35bd85eff11d16bebe715e8da5e4410f813c686464450049de53fa7d82fe798987f15f68ac7e87dc9aa0
languageName: node
linkType: hard

"@types/bun@npm:^1.2.12":
version: 1.2.12
resolution: "@types/bun@npm:1.2.12"
"@types/bun@npm:^1.3.6":
version: 1.3.6
resolution: "@types/bun@npm:1.3.6"
dependencies:
bun-types: "npm:1.2.12"
checksum: 10c0/168578a09e9408792c44363957b45d6f574b684a87cfb1ec350131a868e5001b6ce5006a1503846ff1afb7cd827911c5538ec27ba24cbc287e5f200b748ebe30
bun-types: "npm:1.3.6"
checksum: 10c0/9a4af2b899b252ba1e09ab99941bd5fa483fbeec5ac2610589dd0741fa54362527bf25ac6749cb9eb974399ede5edb5b592f0e104179be98bd123cfad5b68687
languageName: node
linkType: hard

Expand Down Expand Up @@ -6031,23 +6022,12 @@ __metadata:
languageName: node
linkType: hard

"bun-types@npm:1.2.12":
version: 1.2.12
resolution: "bun-types@npm:1.2.12"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/9e6f421f82164f39ada25f202969f267609e477286817395420cf2b0f4d9e98d2243ec5e73f564a4448941d6706a53329e2fbdbdac7e2e6a32f6882ec63eddae
languageName: node
linkType: hard

"bun-types@npm:1.3.1":
version: 1.3.1
resolution: "bun-types@npm:1.3.1"
"bun-types@npm:1.3.6":
version: 1.3.6
resolution: "bun-types@npm:1.3.6"
dependencies:
"@types/node": "npm:*"
peerDependencies:
"@types/react": ^19
checksum: 10c0/4429af038fe2807466a0bb30dc2515ddd197d0869237b9b29b8b8ce6d40cca26f21d2afa1ee583f9eb28b94480c08a16d3a4f0e13b3bf3aa3a3807c47df24b6f
checksum: 10c0/9eef556e07f95f28a85fa5b12c2ae7a63ee55ca856785d6b678ef07c699e2c19c19f07179158df34bd7ce671c67af2a23493fa22fbd56a9848547052b664179a
languageName: node
linkType: hard

Expand Down Expand Up @@ -9567,7 +9547,7 @@ __metadata:
"@hono/eslint-config": "workspace:*"
"@ryoppippi/unplugin-typia": "npm:^2.6.5"
"@tsconfig/strictest": "npm:^2.0.8"
"@types/bun": "npm:^1.0.0"
"@types/bun": "npm:^1.3.6"
"@types/node": "npm:^25.0.3"
"@types/ws": "npm:^8.18.0"
"@vitest/coverage-istanbul": "npm:^4.1.0-beta.1"
Expand Down
Loading