From 5170fed8173108009715bc9b9fedc2fb01e14a01 Mon Sep 17 00:00:00 2001 From: Masayuki Tanaka Date: Tue, 20 Oct 2015 23:12:44 +0900 Subject: [PATCH] Update d3 dependency --- bower.json | 2 +- component.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 14d7529..e10d076 100644 --- a/bower.json +++ b/bower.json @@ -26,6 +26,6 @@ "Gruntfile.*" ], "dependencies": { - "d3": "<=3.5.0" + "d3": "~3.5.0" } } diff --git a/component.json b/component.json index 9b5bef6..c9792a6 100644 --- a/component.json +++ b/component.json @@ -5,7 +5,7 @@ "version": "0.4.11-rc4", "keywords": [], "dependencies": { - "mbostock/d3": "v3.5.0" + "mbostock/d3": "v3.5.6" }, "development": {}, "license": "MIT",