Addepar / ember-charts

https://opensource.addepar.com/ember-charts/
Other
784 stars 131 forks source link

Make d3 an npm dependency, bump version #241

Closed mixonic closed 5 years ago

mixonic commented 5 years ago

Swap d3 from a bower dependency to an NPM dependency ("automatically" via ember-auto-import).

Also bump the version consumers will depend on out of the box: https://github.com/d3/d3/compare/v3.5.3...v3.5.17

It is plausible that the version of d3 this depends on should float more, but this is the most recent release of 3.5.x and another doesn't seem likely.