angelnikolov / ts-cacheable

Observable/Promise Cache Decorator
https://npmjs.com/package/ts-cacheable
ISC License
340 stars 42 forks source link

Update rxjs peer dependency #6

Closed trevor-hackett closed 6 years ago

trevor-hackett commented 6 years ago

When trying to update my packages via ng update @angular/core I get the following error:

Package "ngx-cacheable" has an incompatible peer dependency to "rxjs" (requires "6.2.0", would install "6.2.2")

Can you update package.json to use any version of rxjs 6?

Something like:

"peerDependencies": {
  "rxjs": "^6.2.0"
},
angelnikolov commented 6 years ago

Sure thing, I will update that over the weekend. Thanks for reporting!