Skip to content

Commit

Permalink
Merge pull request #518 from roderik/patch-1
Browse files Browse the repository at this point in the history
fix: support nestjs 11
  • Loading branch information
pragmaticivan authored Jan 17, 2025
2 parents 9466279 + 229ca4f commit 5a49545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"typescript": "5.6.3"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0"
"@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0 || ^11.0.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 5a49545

Please sign in to comment.