Skip to content

Commit

Permalink
chore: aligned npm dev and peer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderroidl committed Jul 1, 2024
1 parent b3c3dca commit 0f1da76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"typescript": "^5.4.5"
},
"peerDependencies": {
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10",
"@typegoose/typegoose": "^11.7.1",
"mongoose": "^8.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.6 || <9.0.0"
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@typegoose/typegoose": "^12.5.0",
"mongoose": "^8.4.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
}
}

0 comments on commit 0f1da76

Please sign in to comment.