Skip to content

Commit ad1b4f8

Browse files
committed
chore: update deps
1 parent d505e27 commit ad1b4f8

File tree

2 files changed

+145
-140
lines changed

2 files changed

+145
-140
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "api-morph",
33
"type": "module",
44
"version": "0.2.1",
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].4",
66
"description": "A modern TypeScript-first OpenAPI document generator that analyzes your code and JSDoc comments to automatically generate comprehensive and accurate API documentation.",
77
"author": "Yingzhi Ji <[email protected]>",
88
"license": "MIT",
@@ -69,8 +69,8 @@
6969
"@hyperjump/json-schema": "^1.16.0",
7070
"deepmerge": "^4.3.1",
7171
"mime-types": "^3.0.1",
72-
"radashi": "^12.5.1",
73-
"swagger-ui-dist": "^5.25.2",
72+
"radashi": "^12.6.0",
73+
"swagger-ui-dist": "^5.25.3",
7474
"ts-morph": "^26.0.0",
7575
"typescript": "^5.8.3",
7676
"yaml": "^2.8.0",
@@ -80,13 +80,13 @@
8080
"@biomejs/biome": "^2.0.5",
8181
"@oxc-node/core": "^0.0.29",
8282
"@types/mime-types": "^3.0.1",
83-
"@types/node": "^24.0.3",
83+
"@types/node": "^24.0.4",
8484
"@vitest/coverage-v8": "^3.2.4",
8585
"lefthook": "^1.11.14",
8686
"nanoid": "^5.1.5",
8787
"npm-run-all2": "^8.0.4",
88-
"tsdown": "^0.12.8",
89-
"typedoc": "^0.28.5",
88+
"tsdown": "^0.12.9",
89+
"typedoc": "^0.28.6",
9090
"typedoc-plugin-markdown": "^4.7.0",
9191
"typedoc-vitepress-theme": "^1.1.2",
9292
"vite-tsconfig-paths": "^5.1.4",

0 commit comments

Comments
 (0)