kpfromer / nestjs-typegoose

Typegoose with NestJS
https://kpfromer.github.io/nestjs-typegoose/
MIT License
291 stars 71 forks source link

Update "@typegoose/typegoose" package #358

Closed sawa-ko closed 3 years ago

sawa-ko commented 4 years ago

Please update the Typegoose package as you are using an old one and also that the npm console shows the warning that it is out of date and it would be good practice to update it to its latest version to use its latest features and applied fixes.

Warning message that appears on the console:

warning " > nestjs-typegoose@7.1.36" has incorrect peer dependency "@typegoose/typegoose@^6.2.1".

The latest version of Typegoose is version 7.3.5 and the package uses version 6.2.1, it is out of date. IF you would be kind enough to update the package it would be of great help, please.