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 packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"@swc/core": "^1.15.43",
"@swc/helpers": "^0.5.23",
"clipanion": "^4.0.0-rc.4",
"hono": "^4.12.30",
"hono": "^4.12.32",
"intl-messageformat": "^11.2.12",
"openapi3-ts": "^4.6.0",
"zod": "^4.4.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"hono": "^4.12.30",
"hono": "^4.12.32",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"stratal": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/inertia-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@stratal/inertia": "workspace:*",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"hono": "^4.12.30",
"hono": "^4.12.32",
"react": "^19.2.7",
"stratal": "workspace:*",
"tsdown": "^0.22.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/inertia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"@types/react-dom": "^19.2.3",
"@vitest/runner": "~4.1.10",
"@vitest/snapshot": "~4.1.10",
"hono": "^4.12.30",
"hono": "^4.12.32",
"jsdom": "^29.1.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2734,7 +2734,7 @@ __metadata:
"@types/node": "npm:^26.1.1"
"@types/react": "npm:^19.2.17"
"@types/react-dom": "npm:^19.2.3"
hono: "npm:^4.12.30"
hono: "npm:^4.12.32"
react: "npm:^19.2.7"
react-dom: "npm:^19.2.7"
stratal: "workspace:*"
Expand Down Expand Up @@ -2811,7 +2811,7 @@ __metadata:
"@stratal/inertia": "workspace:*"
"@types/node": "npm:^26.1.1"
"@types/react": "npm:^19.2.17"
hono: "npm:^4.12.30"
hono: "npm:^4.12.32"
react: "npm:^19.2.7"
stratal: "workspace:*"
tsdown: "npm:^0.22.9"
Expand Down Expand Up @@ -2849,7 +2849,7 @@ __metadata:
"@types/react-dom": "npm:^19.2.3"
"@vitest/runner": "npm:~4.1.10"
"@vitest/snapshot": "npm:~4.1.10"
hono: "npm:^4.12.30"
hono: "npm:^4.12.32"
intl-messageformat: "npm:^11.2.12"
jsdom: "npm:^29.1.1"
react: "npm:^19.2.7"
Expand Down Expand Up @@ -5755,13 +5755,20 @@ __metadata:
languageName: node
linkType: hard

"hono@npm:^4.11.4, hono@npm:^4.12.30":
"hono@npm:^4.11.4":
version: 4.12.30
resolution: "hono@npm:4.12.30"
checksum: 10c0/3262ba275e44dc9515032e15aa6a88e8915bc65f5a4b9a1bc538f3ac2bdd19aa2235e6e2fdd6af3b0e5551c162856c3dccd4f353e721c43fe81e5f3268573dde
languageName: node
linkType: hard

"hono@npm:^4.12.32":
version: 4.12.32
resolution: "hono@npm:4.12.32"
checksum: 10c0/3bb2fc0b042af87202e0cb0e5f77ee5b578684d868e1e321ed3de53e02f1ef02fe700811fa0d2fc765636a217bae7633d552d55934175f3dec6307a1f63f4ecb
languageName: node
linkType: hard

"hookable@npm:^6.1.1":
version: 6.1.1
resolution: "hookable@npm:6.1.1"
Expand Down Expand Up @@ -8591,7 +8598,7 @@ __metadata:
"@vitest/runner": "npm:~4.1.10"
"@vitest/snapshot": "npm:~4.1.10"
clipanion: "npm:^4.0.0-rc.4"
hono: "npm:^4.12.30"
hono: "npm:^4.12.32"
intl-messageformat: "npm:^11.2.12"
jsonc-parser: "npm:^3.3.1"
openapi3-ts: "npm:^4.6.0"
Expand Down
Loading