moribvndvs / ng2-idle

Responding to idle users in Angular (not AngularJS) applications.
https://moribvndvs.github.io/ng2-idle
Apache License 2.0
322 stars 129 forks source link

@ng-idle/keepalive@10.0.0 requires @ng-idle/core^11.0.0 #156

Closed rstittda closed 2 years ago

rstittda commented 3 years ago

Describe the bug When adding @ng-idle/core@10.0.0 and @ng-idle/keepalive@10.0.0 I am getting an npm warning that @ng-idle/keepalive requires @ng-idle/core version ^11.0.0

To Reproduce

npm install @ng-idle/core@10.0.0 @ng-idle/keepalive@10.0.0

this results in:

image

Expected behavior I would expect two libraries that are built from the same repo to depend on themselves.

Please tell us about your environment

Additional context I have looked into the node module for @ng-idle/keepalive@10.0.0 and sure enough I found the issue: image

Workaround Use the force option with npm

un1c0rnr1d3r commented 2 years ago

This should be fixed in the 11.x releases which are fully backward compatible with the 9.x and 10.x releases.