ssut / nestjs-sqs

A project to make SQS easier to use within NestJS, with decorator-based handling and seamless NestJS-way integration.
MIT License
214 stars 53 forks source link

Update dependencies to allow nestjs v8 #17

Closed vladshoob closed 3 years ago

vladshoob commented 3 years ago

Could not resolve dependency: npm ERR! peer @nestjs/common@"^6.10.11 || ^7.0.0" from @ssut/nestjs-sqs@1.0.0

ssut commented 3 years ago

https://github.com/ssut/nestjs-sqs/issues/16#issuecomment-929828105

vladshoob commented 3 years ago

@ssut, thanks for commenting and maintaining this package.

Unfortunately peerDependencies still blocking update.

  "peerDependencies": {
    "@nestjs/common": "^6.10.11 || ^7.0.0",
    "@nestjs/core": "^6.10.11 || ^7.0.0"
  }