@d3fc/d3fc-brush
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@d3fc/d3fc-brush", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Adapts the D3 brush, making it easier to create data-driven brushed charts.", | ||
@@ -23,6 +23,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@d3fc/d3fc-chart": "^2.0.2", | ||
"@d3fc/d3fc-extent": "^3.0.0", | ||
"@d3fc/d3fc-random-data": "^3.0.0", | ||
"@d3fc/d3fc-scripts": "^2.0.0", | ||
"@d3fc/d3fc-chart": "^2.0.3", | ||
"@d3fc/d3fc-extent": "^3.0.1", | ||
"@d3fc/d3fc-random-data": "^3.0.1", | ||
"@d3fc/d3fc-scripts": "^2.0.1", | ||
"babel-polyfill": "^6.13.0", | ||
@@ -32,4 +32,4 @@ "d3": "^4.2.5" | ||
"dependencies": { | ||
"@d3fc/d3fc-data-join": "^5.0.0", | ||
"@d3fc/d3fc-rebind": "^5.0.0", | ||
"@d3fc/d3fc-data-join": "^5.0.1", | ||
"@d3fc/d3fc-rebind": "^5.0.1", | ||
"d3-brush": "^1.0.3", | ||
@@ -36,0 +36,0 @@ "d3-dispatch": "^1.0.2", |
85716
18
Updated@d3fc/d3fc-data-join@^5.0.1
Updated@d3fc/d3fc-rebind@^5.0.1