Skip to content

Commit

Permalink
Replace D3 v3 definition with D3 v4 (bundle)
Browse files Browse the repository at this point in the history
* Replaces the legacy D3 v3 definitions in `d3` with a definition file representing the D3 version 4 standard bundle
* Add `package.json` file with legacy dependency to @types/d3 version >=3.5.36 <4.0.0
  • Loading branch information
tomwanzek committed Oct 24, 2016
1 parent 47feec0 commit cae6e5e
Show file tree
Hide file tree
Showing 17 changed files with 6,186 additions and 6,103 deletions.
5 changes: 5 additions & 0 deletions c3/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"@types/d3": ">=3.5.36 <4.0.0"
}
}
5 changes: 5 additions & 0 deletions cal-heatmap/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"@types/d3": ">=3.5.36 <4.0.0"
}
}
5 changes: 5 additions & 0 deletions d3-tip/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"@types/d3": ">=3.5.36 <4.0.0"
}
}
5 changes: 5 additions & 0 deletions d3.cloud.layout/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"@types/d3": ">=3.5.36 <4.0.0"
}
}
Loading

0 comments on commit cae6e5e

Please sign in to comment.