refactor(api): ♻️ Move from @hono/zod-openapi to hono-openapi

hono-openapi is easier to work with and generates better OpenAPI definitions
This commit is contained in:
Jesse Wierzbinski 2025-03-29 03:30:06 +01:00
parent 0576aff972
commit 58342e86e1
No known key found for this signature in database
240 changed files with 9494 additions and 9575 deletions

View file

@ -85,7 +85,6 @@
"@clerc/plugin-version": "^0.44.0",
"@hackmd/markdown-it-task-lists": "^2.1.4",
"@hono/prometheus": "^1.0.1",
"@hono/zod-openapi": "0.19.2",
"@hono/zod-validator": "^0.4.3",
"@inquirer/confirm": "^5.1.8",
"@logtape/file": "^0.9.0",
@ -104,6 +103,7 @@
"confbox": "^0.2.1",
"drizzle-orm": "^0.41.0",
"hono": "^4.7.5",
"hono-openapi": "^0.4.6",
"hono-rate-limiter": "^0.4.2",
"html-to-text": "^9.0.5",
"ioredis": "^5.6.0",
@ -133,11 +133,9 @@
"xss": "^1.0.15",
"youch": "^4.1.0-beta.6",
"zod": "^3.24.2",
"zod-openapi": "^4.2.3",
"zod-validation-error": "^3.4.0"
},
"overrides": {
"zod": "^3.24.1"
},
"patchedDependencies": {
"@bull-board/api@6.7.10": "patches/@bull-board%2Fapi@6.5.3.patch"
}