Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(express): support Express v5 (#13064)
* [express] Add express@5 to peerDependencies `express@5` is out, and is mostly compatible with `express@4` (see [the migration guide](https://expressjs.com/en/guide/migrating-5.html)). At least for React Router usage the differences should be immaterial. This would allow users to integrate React Router into their existing `express@5` apps, or use `express@5` as a hosting server, without having to fiddle with `--legacy-peer-deps` or similar. * contributors.yml
- Loading branch information