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
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump d3-interpolate version
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
  • Loading branch information
third774 committed Nov 23, 2019
commit 85ccbdac1a3479ee3c66556708ce1c0b317e7ad8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"d3-array": "1.2.0 - 2",
"d3-format": "1",
"d3-interpolate": "1",
"d3-interpolate": "^1.2.0",
"d3-time": "1",
"d3-time-format": "2"
},
Expand Down