gremo / nest-winston

A Nest module wrapper form winston logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for @nestjs/common 10.0.0 in Peer Dependencies

kenMarquez opened this issue · comments

commented

Hello there! Thank you for your contribution to this library.

I have opened this issue to inquire about the possibility of adding support for NestJS version 10.0.0. Currently, the library's peer dependency only supports up to version 9.0.0. Considering that NestJS has released a new major version, it would be great to have compatibility with the latest version.

Is there any plan or timeline to add support for NestJS 10.0.0? I believe many users would greatly benefit from this addition.

Thank you!

I'm currently getting around this peer dependency by adding an override to my package.json.

"overrides": {
  "nest-winston": {
    "@nestjs/common": "10.0.2"
  }
},
commented

Thanks dude! 🚀