Skip to content
Open
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.34",
"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.34",
"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.34",
"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.34",
"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.34"
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.34"
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.34"
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.34":
version: 4.12.34
resolution: "hono@npm:4.12.34"
checksum: 10c0/9d184cb95bc630622d3a8885706feb8e98170556650ce139f09e54c96b9429b3194a296ad4fb0791e7b642a21a03acbf592cb0d19d906ab5e8b78a13337d61bc
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.34"
intl-messageformat: "npm:^11.2.12"
jsonc-parser: "npm:^3.3.1"
openapi3-ts: "npm:^4.6.0"
Expand Down
Loading