Skip to content

Commit

Permalink
chore(): fix incorrect rxjs peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jun 14, 2022
1 parent c6ac3f4 commit 6ee3abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0",
"mongoose": "^6.0.2",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.0.0 || ^7.0.0"
"rxjs": "^7.0.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 6ee3abe

Please sign in to comment.