Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump d3-interpolate version #197

Merged
merged 1 commit into from Nov 23, 2019
Merged

Bump d3-interpolate version #197

merged 1 commit into from Nov 23, 2019

Conversation

third774
Copy link
Contributor

@third774 third774 commented Nov 23, 2019

This package depends on d3-interpolate's piecewise function which was added in d3-interpolate@1.2.0.

Ran into this in a monorepo where we already had a version of d3-interpolate installed, but it was an earlier version that was missing the piecewise function. Declaring the version number simple as "1" had the same effect as it being set to "^1.0.0", so yarn didn't realize that a higher version was needed.

This package depends on d3-interpolate's `piecewise` function which was added in d3-interpolate@1.2.0.
https://github.com/d3/d3-scale/blob/master/src/diverging.js#L1
@mbostock
Copy link
Member

Good catch! Thank you for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants