Skip to content

Commit

Permalink
Update d3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
masayuki0812 committed Oct 20, 2015
1 parent cc8dae3 commit 5170fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"Gruntfile.*"
],
"dependencies": {
"d3": "<=3.5.0"
"d3": "~3.5.0"
}
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.4.11-rc4",
"keywords": [],
"dependencies": {
"mbostock/d3": "v3.5.0"
"mbostock/d3": "v3.5.6"
},
"development": {},
"license": "MIT",
Expand Down

3 comments on commit 5170fed

@ChuckPierce
Copy link

Choose a reason for hiding this comment

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

is this pushed to NPM yet? I've been downloading the latest and it still is saying <=3.5.0 in the package.json

@aendra-rininsland
Copy link
Member

Choose a reason for hiding this comment

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

@ChuckPierce If you look at the commit bar above, you can see it's only in master at the moment. It'll be in either 0.4.11-RC5 or 0.4.11, whichever comes out first (and once it is, you'll see it referenced where master is above). For now, just do npm install c3#master.

@terinjokes
Copy link

Choose a reason for hiding this comment

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

@Aendrew it's been 49 days since this was merged in, and we're still waiting for it. Any chance you'll be able to get this in a tagged release anytime soon?

Please sign in to comment.