Skip to content

Commit

Permalink
chore(): update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 7, 2021
1 parent 918ab91 commit 6b41c54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"typescript": "4.3.5"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/common": "^7.0.0 || ^8.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0"
"rxjs": "^6.0.0 || ^7.2.0"
},
"lint-staged": {
"*.ts": [
Expand All @@ -75,4 +75,4 @@
"type": "git",
"url": "https://github.com/nestjs/config"
}
}
}

0 comments on commit 6b41c54

Please sign in to comment.