diff options
| author | seth <[email protected]> | 2024-07-31 17:03:15 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-31 17:03:15 -0400 |
| commit | c676c82b55dbcf052987878ba39d40a5c325e16a (patch) | |
| tree | d54e1b3a2461cd17c57c0e7ff3cd208e4a99f26b /pnpm-lock.yaml | |
| parent | d43240003212e9a5b92b936d9a0b90adfb41bdcb (diff) | |
add swagger ui
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c8b82ab..4776f33 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,6 +8,9 @@ importers: .: dependencies: + '@hono/swagger-ui': + specifier: ^0.4.0 + version: 0.4.0([email protected]) '@hono/zod-openapi': specifier: ^0.15.1 version: 0.15.1([email protected])([email protected]) @@ -559,6 +562,11 @@ packages: resolution: {integrity: sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==} engines: {node: '>=14'} + '@hono/[email protected]': + resolution: {integrity: sha512-8lF+dexzgV2HRM1R/gf49E5djroq4jVMYMSwLkSF9pT0I6sYhuqirFDCRFrBtbbLCBsKzw6f2MF5rS+WY3d7Nw==} + peerDependencies: + hono: '*' + '@hono/[email protected]': resolution: {integrity: sha512-2Un3D5xD1j4tIvUwzQ/XkB6xwrEA0Ne23TRjB8UVw0PgUWzsB3xiB8Hl/y2ZEMfcIfrA15/ga4P6Bkct8uYaLg==} engines: {node: '>=16.0.0'} @@ -1682,6 +1690,10 @@ snapshots: '@fastify/[email protected]': {} + '@hono/[email protected]([email protected])': + dependencies: + hono: 4.5.3 + dependencies: '@asteasolutions/zod-to-openapi': 7.1.1([email protected]) |
