Skip to content

Commit 6fd78ed

Browse files
feat: upgrade typed-api-spec to support express@5 and @types/express@5 (#166)
* feat: upgrade typed-api-spec to support express@5 and @types/express@5 * chore: trigger actions * chore: update optional peer deps to express v5 for typed-api-spec migration * v0.6.0
1 parent 23e90e8 commit 6fd78ed

File tree

3 files changed

+728
-280
lines changed

3 files changed

+728
-280
lines changed

examples/misc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"ex:withValidation": "tsx simple/withValidation.ts"
1818
},
1919
"dependencies": {
20-
"@types/express": "^4",
20+
"@types/express": "^5",
2121
"cors": "^2.8.5",
22-
"express": "^4",
22+
"express": "^5",
2323
"fastify-type-provider-zod": "^2.1.0",
2424
"valibot": "1.0.0-beta.11",
2525
"zod": "^3.23.0"

0 commit comments

Comments
 (0)