fix(zod-openapi): fix `@hono/zod-validator` version

pull/750/head
Yusuke Wada 2024-09-26 12:16:14 +09:00
parent ede18e98ab
commit fb64367811
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.1.0",
"@hono/zod-validator": "0.3.0"
"@hono/zod-validator": "0.2.2"
},
"engines": {
"node": ">=16.0.0"
}
}
}