Skip to content

Commit 95c2c5f

Browse files
authored
Merge pull request #493 from crohasang/fix/nestjs-express5-peer-deps
fix(nestjs): allow Express 5 peer dependency for NestJS 11
2 parents 9ccd595 + 6395769 commit 95c2c5f

File tree

3 files changed

+14
-21
lines changed

3 files changed

+14
-21
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Version 1.10.0
88

99
To be released.
1010

11+
### @fedify/nestjs
12+
13+
- Allowed Express 5 in the `express` peer dependency range to support NestJS 11.
14+
[[#492], [#493] by Cho Hasang]
15+
16+
17+
[#492]: https://github.com/fedify-dev/fedify/issues/492
18+
[#493]: https://github.com/fedify-dev/fedify/pull/493
19+
1120

1221
Version 1.9.1
1322
-------------

packages/nestjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"peerDependencies": {
5050
"@fedify/fedify": "workspace:^",
5151
"@nestjs/common": "catalog:",
52-
"express": "catalog:"
52+
"express": "^4.0.0 || ^5.0.0"
5353
},
5454
"devDependencies": {
5555
"@types/express": "catalog:",

pnpm-lock.yaml

Lines changed: 4 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)