Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
fix(packages): fix peerdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhayes committed Jul 23, 2022
1 parent aed2fc1 commit 64bb89f
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 @@ -74,8 +74,8 @@
"y18n": ">=5.0.8"
},
"peerDependencies": {
"@nestjs/common": "^6.10.11 || ^7.0.0",
"@nestjs/core": "^6.10.11 || ^7.0.0",
"@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0 || ^9.0.0",
"bullmq": "^1.86.7"
}
}

0 comments on commit 64bb89f

Please sign in to comment.