Skip to content

Commit

Permalink
fix(zod-openapi): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Jun 8, 2024
1 parent 31054cb commit c0abacd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/zod-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.0.0",
"@hono/zod-validator": "0.2.2"
"@hono/zod-validator": "^0.2.2"
},
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-openapi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import type {
StatusCode,
SuccessStatusCode,
} from 'hono/utils/http-status'
import type { Prettify, RemoveBlankRecord } from 'hono/utils/types'
import type { Simplify, RemoveBlankRecord } from 'hono/utils/types'
import { mergePath } from 'hono/utils/url'
import type { AnyZodObject, ZodSchema, ZodError } from 'zod'
import { z, ZodType } from 'zod'
Expand Down

0 comments on commit c0abacd

Please sign in to comment.