imgix / js-core

A JavaScript client library for generating image URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
122 stars 20 forks source link

Relax js-base64 constraint to `^3.6` #306

Closed holm closed 2 years ago

holm commented 2 years ago

js-base64 had a bug where mocha was added as a dependency, rather than a dev-dependency, see https://github.com/dankogai/js-base64/issues/149.

This was fixed in 3.7.1, but cannot be used with this package, since it dependency is set to ~3.6.0. I think it would be better to relax to ^3.6.0, so minor updates can be included.

frederickfogerty commented 2 years ago

Hi @holm 👋 I've merged #305, which should fix this issue!

holm commented 2 years ago

Awesome, thank you for the quick response