diff options
author | Arul <arul.nambi@amdocs.com> | 2018-01-15 11:04:25 -0500 |
---|---|---|
committer | Arul <arul.nambi@amdocs.com> | 2018-01-15 11:09:58 -0500 |
commit | a38f3d6bb17a478d08016e49d6c2a667ac483d4a (patch) | |
tree | e125fd7d7b194fd3a902e34deb86bc7b8bf7b50f /package.json | |
parent | 9c0205dc5bfdac8931a4d8797240a4787d6af2dc (diff) |
Introduction of external URLs
Introduce external URLs to get AAI UI to show a specific graph
Change-Id: Ibc10dab32540f2c8347df1be535e48b88308b9ec
Signed-off-by: Arul <arul.nambi@amdocs.com>
Issue-ID: AAI-626
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 94e4b03..e93be47 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "collapsible-sliding-panel": "1.0.0", "core-js": "^2.4.0", "crypto-js": "^3.1.9-1", - "d3": "^4.9.1", + "d3": "^4.12.0", "es6-promise": "^3.2.1", "filter-bar-utils": "1.0.0", "jquery": "^2.2.2", |