reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
299 stars 118 forks source link

RXJS 6 #39

Closed bastienmoulia closed 5 years ago

bastienmoulia commented 5 years ago

Describe the bug Got an incompatible peer dependencies error for rxjs when i try to upgrade to the last version of angular (6.1.7) with ng update --all.

Package "ngx-drag-drop" has an incompatible peer dependency to "rxjs" (requires "^5.1.0", would install "6.3.2").

reppners commented 5 years ago

Thx for reporting. I'll look into it.

reppners commented 5 years ago

Released v1.0.4 which drops all peerDependencies but Angular and also allows Angular v6 as peerDependency. Let me know if this fixes the problem :) v2 is currently in rc but should not have this problem because I did this for v2 a while ago.

reppners commented 5 years ago

I assume its fixed. Let me know if its not and I'll reopen 👍

bastienmoulia commented 5 years ago

It works!