Skip to content

Commit

Permalink
Testing compatibility with express 5 and express-zod-api 20.14 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Sep 25, 2024
1 parent 7f17484 commit 2a14952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "module",
"dependencies": {
"zod-sockets": "link:../..",
"express": "^4.18.2",
"express-zod-api": "^20.0.0-beta.1",
"express": "^5.0.0",
"express-zod-api": "^20.14.0",
"http-errors": "^2.0.0"
}
}

0 comments on commit 2a14952

Please sign in to comment.