Skip to content

Commit

Permalink
fix: allow nestjs v11 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha920 authored Jan 20, 2025
1 parent febbd3b commit b51fd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"peerDependencies": {
"@bull-board/api": "^6.7.0",
"@bull-board/express": "^6.7.0",
"@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",
"reflect-metadata": "^0.1.13 || ^0.2.0",
"rxjs": "^7.8.1"
},
Expand Down

0 comments on commit b51fd8b

Please sign in to comment.