Skip to content

Commit

Permalink
Merge pull request #217 from alexanderroidl/chore/align-npm-dev-peer-…
Browse files Browse the repository at this point in the history
…dependencies

chore: Aligned NPM dev and peer dependency versions
  • Loading branch information
GrapeoffJS authored Jul 11, 2024
2 parents b3c3dca + 0f1da76 commit 4c40c26
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 4c40c26

Please sign in to comment.