nestjs / serve-static

Serve static websites (SPA's) using Nest framework (node.js) 🥦
https://nestjs.com/
MIT License
465 stars 60 forks source link

chore(deps): support express 5 as peer dependency #1522

Open orgads opened 1 week ago

orgads commented 1 week ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

express peer dependency is limited to v4, while v5 is already released.

What is the new behavior?

Support also v5.

Does this PR introduce a breaking change?

kamilmysliwiec commented 1 day ago

Blocked until this https://github.com/nestjs/nest/pull/14238#issuecomment-2505794634 is merged