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

Update dependencies + bye bye 'old d3 quirk' #195

Merged
merged 11 commits into from Jan 21, 2016
Merged

Update dependencies + bye bye 'old d3 quirk' #195

merged 11 commits into from Jan 21, 2016

Conversation

etpinard
Copy link
Contributor

@alexcjohnson @mdtusz @cldougl

I updated all out dependencies to their latest versions (using npm outdated).

Everything went smoothly, except for d3 where in its v3.5.7 fixed the old d3 quirk requiring the xmlns namespaces to be input twice in .attr().

Issue: d3/d3#1935
Fix: d3/d3@a6f66e9

I took the opportunity to add a file under src/constants exporting all the xmlns urls.

@etpinard etpinard changed the title Update dev dependencies + bye bye 'old d3 quirk' Update dependencies + bye bye 'old d3 quirk' Jan 19, 2016
exports.svgAttrs = {
xmlns: exports.svg,
'xmlns:xlink': exports.xlink
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@mdtusz
Copy link
Contributor

mdtusz commented Jan 19, 2016

Can't see anything wrong with this. Nice to clean up some of those long strings too.

💃

@cldougl
Copy link
Member

cldougl commented Jan 20, 2016

👍 looks good

etpinard added a commit that referenced this pull request Jan 21, 2016
Update dependencies + bye bye 'old d3 quirk'
@etpinard etpinard merged commit 54bfe7a into master Jan 21, 2016
@etpinard etpinard deleted the dep-update branch January 21, 2016 22:06
@buremba buremba mentioned this pull request Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants