Niurmiguel / nestjs-service-bus

NestJs custom transport for Azure Service Bus.
MIT License
20 stars 7 forks source link

Upgrade dependencies for NestJs v10 #114

Closed ccamba closed 1 year ago

ccamba commented 1 year ago

Is there an existing issue that is already proposing this?

Is your feature request related to a problem? Please describe it

force npm install

Describe the solution you'd like

Change dependencies to: "@nestjs/common": "^10.0.3", "@nestjs/core": "^10.0.3", "@nestjs/microservices": "^10.0.3", "@nestjs/platform-express": "^10.0.3",

Teachability, documentation, adoption, migration strategy

https://docs.nestjs.com/migration-guide#nodejs

What is the motivation / use case for changing the behavior?

Keep the library updated with the latest version of NestJs

ccamba commented 1 year ago

Hi, thanks!, can changes the peer dependencies too ?

warning " > @niur/nestjs-service-bus@1.0.1" has incorrect peer dependency "@nestjs/common@^9.3.7". warning " > @niur/nestjs-service-bus@1.0.1" has incorrect peer dependency "@nestjs/core@^9.3.7". warning " > @niur/nestjs-service-bus@1.0.1" has incorrect peer dependency "@nestjs/microservices@^9.3.7".