Skip to content

Commit

Permalink
chore: support the latest version of mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Mar 17, 2023
1 parent b0697da commit 4ab97f8
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 @@ -51,7 +51,7 @@
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"mongoose": "^6.0.2",
"mongoose": "^6.0.2 || ^7.0.0",
"reflect-metadata": "^0.1.12",
"rxjs": "^7.0.0"
},
Expand Down

0 comments on commit 4ab97f8

Please sign in to comment.