Closed
Description
Currently, the dependency is on mapbox-gl^0.18.0
; unfortunately, there are some problematic transitive dependencies of this version, resulting in a UNMET PEER DEPENDENCY browserify@>= 5
problem (which causes npm shrinkwrap
to fail) as well as a deprecation warning from mapbox-gl-js-supported
which has been renamed to mapbox-gl-supported
.
Would it be possible to update the mapbox-gl version?