scottie1984 / swagger-ui-express

Adds middleware to your express app to serve the Swagger UI bound to your Swagger document. This acts as living documentation for your API hosted from within your app.
MIT License
1.42k stars 225 forks source link

Allow express 5-beta. Fixes #341 #342

Closed aldenquimby closed 1 year ago

aldenquimby commented 1 year ago

Fixes #341

My team has been using swagger-ui-express with express 5 for multiple years with no issues.

After upgrading to npm 9, we started seeing peerDependency failures. This PR fixes them.

aldenquimby commented 1 year ago

@scottie1984 I didn't see a CONTRIBUTING.md and this is my first PR - please let me know if there's anything you'd like to see on the documentation or testing front!