Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: adjust package.json peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Mar 8, 2021
1 parent 6ac13f2 commit f49aa8f
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 @@ -82,8 +82,8 @@
"typescript": "^4.1.5"
},
"peerDependencies": {
"@nestjs/common": "^7.6.13",
"@nestjs/core": "^7.6.13",
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/throttler": "^1.0.0",
"ioredis": "^4.22.0",
"reflect-metadata": "^0.1.13"
Expand Down

0 comments on commit f49aa8f

Please sign in to comment.