Skip to content

Commit 5471750

Browse files
committed
Fix the package versions
1 parent 623465a commit 5471750

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
with:
6363
run_install: |
6464
- recursive: true
65-
args: [--no-frozen-lockfile]
6665
6766
- name: Build
6867
run : pnpm build

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@hono/mcp": "^0.2.0",
6464
"@modelcontextprotocol/sdk": "^1.23.0",
6565
"hono": "^4.10.6",
66-
"zod": "^4.1.13"
66+
"zod": "^3.25 || ^4.0"
6767
},
6868
"peerDependencies": {
6969
"@aws-lambda-powertools/logger": "^2.29.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)