From 4cd9556f7b5592a36cb0971132c48697bd4b92a7 Mon Sep 17 00:00:00 2001 From: gconsidine Date: Mon, 13 Nov 2017 17:06:45 -0500 Subject: [PATCH] Revert versions of D3 used by awx and ansible/nvd3 --- awx/ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/package.json b/awx/ui/package.json index edc2875ac0..4ff90cc57f 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -109,7 +109,7 @@ "bootstrap-datepicker": "^1.7.1", "codemirror": "^5.17.0", "components-font-awesome": "^4.6.1", - "d3": "~3.5.4", + "d3": "~3.3.13", "javascript-detect-element-resize": "^0.5.3", "jquery": "~2.2.4", "jquery-ui": "~1.10.5", @@ -119,7 +119,7 @@ "lr-infinite-scroll": "git+https://git@github.com/lorenzofox3/lrInfiniteScroll", "moment": "~2.10.0", "ng-toast": "git+https://git@github.com/ansible/ngToast#v2.1.0", - "nvd3": "git+https://git@github.com/ansible/nvd3#1.7.1", + "nvd3": "git+https://git@github.com/ansible/nvd3#awx", "reconnectingwebsocket": "^1.0.0", "rrule": "git+https://git@github.com/jkbrzt/rrule#4ff63b2f8524fd6d5ba6e80db770953b5cd08a0c", "select2": "^4.0.2",