connectrpc / examples-es

Examples for using Connect with various TypeScript web frameworks and tooling.
https://connectrpc.com/
Apache License 2.0
122 stars 23 forks source link

Update to Express v5 #2131

Closed timostamm closed 2 weeks ago

timostamm commented 3 weeks ago

This updates the example to use Express 5.0.0. There do not appear to be any issues.

This uses a local tarball of the package with updated peer dependency constraints from https://github.com/connectrpc/connect-es/pull/1297. Once this package is released, we can update the dependencies and merge this PR.