|
2 | 2 | "name": "api-morph", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.2.1", |
5 | | - "packageManager": "pnpm@10.12.4", |
| 5 | + "packageManager": "pnpm@10.13.1", |
6 | 6 | "description": "A modern TypeScript-first OpenAPI document generator that analyzes your code and JSDoc comments to automatically generate comprehensive and accurate API documentation.", |
7 | 7 | "author": "Yingzhi Ji <[email protected]>", |
8 | 8 | "license": "MIT", |
|
82 | 82 | "dependencies": { |
83 | 83 | "@hono/node-server": "^1.15.0", |
84 | 84 | "@hono/zod-validator": "^0.7.0", |
85 | | - "@hyperjump/json-schema": "^1.16.0", |
| 85 | + "@hyperjump/json-schema": "^1.16.1", |
86 | 86 | "@types/koa-static": "^4.0.4", |
87 | 87 | "deepmerge": "^4.3.1", |
88 | 88 | "koa-static": "^5.0.0", |
89 | 89 | "micromatch": "^4.0.8", |
90 | 90 | "mime-types": "^3.0.1", |
91 | 91 | "radashi": "^12.6.0", |
92 | | - "supertest": "^7.1.1", |
93 | | - "swagger-ui-dist": "^5.25.3", |
| 92 | + "supertest": "^7.1.3", |
| 93 | + "swagger-ui-dist": "^5.26.2", |
94 | 94 | "ts-morph": "^26.0.0", |
95 | 95 | "typescript": "^5.8.3", |
96 | 96 | "yaml": "^2.8.0" |
97 | 97 | }, |
98 | 98 | "devDependencies": { |
99 | | - "@biomejs/biome": "^2.0.6", |
| 99 | + "@biomejs/biome": "^2.1.1", |
100 | 100 | "@oxc-node/core": "^0.0.29", |
101 | 101 | "@types/micromatch": "^4.0.9", |
102 | 102 | "@types/mime-types": "^3.0.1", |
103 | | - "@types/node": "^24.0.7", |
| 103 | + "@types/node": "^24.0.12", |
104 | 104 | "@types/supertest": "^6.0.3", |
105 | 105 | "@vitest/coverage-v8": "^3.2.4", |
106 | | - "lefthook": "^1.11.14", |
| 106 | + "lefthook": "^1.12.1", |
107 | 107 | "nanoid": "^5.1.5", |
108 | 108 | "npm-run-all2": "^8.0.4", |
109 | 109 | "tsdown": "^0.12.9", |
110 | | - "typedoc": "^0.28.6", |
| 110 | + "typedoc": "^0.28.7", |
111 | 111 | "typedoc-plugin-markdown": "^4.7.0", |
112 | 112 | "typedoc-vitepress-theme": "^1.1.2", |
113 | 113 | "vite-tsconfig-paths": "^5.1.4", |
|
123 | 123 | "express": "^5.0.0", |
124 | 124 | "hono": "^4.0.0", |
125 | 125 | "koa": "^3.0.0", |
126 | | - "zod": "^3.25.0" |
| 126 | + "zod": "^3.25.0 || ^4.0.0" |
127 | 127 | }, |
128 | 128 | "peerDependenciesMeta": { |
129 | 129 | "@koa/router": { |
|
0 commit comments