Skip to content

Commit

Permalink
fix: support nestjs 11
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik authored Jan 17, 2025
1 parent 9466279 commit 229ca4f
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 229ca4f

Please sign in to comment.