findingtheconcept / kindagoose

Typegoose integration with NestJS!
https://grapeoffjs.github.io/kindagoose/#/
GNU General Public License v3.0
27 stars 2 forks source link

chore: Aligned NPM dev and peer dependency versions #217

Closed alexanderroidl closed 4 months ago

alexanderroidl commented 5 months ago

At the moment the NPM package versions in package.json do not align for

devDependencies

https://github.com/GrapeoffJS/kindagoose/blob/b3c3dca74c004bfead12b86c8d96da0f801b90c0/package.json#L49

and peerDependencies:

https://github.com/GrapeoffJS/kindagoose/blob/b3c3dca74c004bfead12b86c8d96da0f801b90c0/package.json#L72

This concerns @nestjs/common, @nestjs/core, @typegoose/typegoose, mongoose, reflect-metadata and rxjs.

While the version for @typegoose/typegoose was supposed to be updated specifically by https://github.com/GrapeoffJS/kindagoose/issues/216, it only led to devDependencies being updated.