Skip to content
Open
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 apps/cloudflare-one-casb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@repo/mcp-common": "workspace:*",
"agents": "0.2.19",
"cloudflare": "4.2.0",
"hono": "4.7.6",
"hono": "4.10.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Upgrading hono to 4.10.3 without also updating related packages like @cloudflare/workers-oauth-provider (currently 0.0.13) and @hono/zod-validator (currently 0.4.3) may introduce incompatibilities. Pre-1.0.0 packages, such as @cloudflare/workers-oauth-provider, are particularly sensitive to breaking changes in their dependencies, even in minor version bumps of the core framework. To prevent potential runtime errors, it is advisable to also update these related dependencies to versions that are compatible with [email protected].

"zod": "3.24.2"
},
"devDependencies": {
Expand Down
Loading