Wykks / ngx-mapbox-gl

Angular binding of mapbox-gl-js
https://wykks.github.io/ngx-mapbox-gl
MIT License
344 stars 139 forks source link

Non-existent RxJS peer dependency #383

Open mzhelyaskov opened 1 year ago

mzhelyaskov commented 1 year ago

Hi, version 8.0.1 has "rxjs": "^7.4.6" peer dependency. RxJS version 7.4.6 doesn't exist. This creates a problem with the installation. Could you change it to "rxjs": "^7.4.0"?

raysuelzer commented 1 year ago

They shouldn't really even be on that version, AFAIK angular is still in 6.x. Sort of shocked it worked for so long