From fabdab78ef6635bf0686ef5fa15873e1032adb1f Mon Sep 17 00:00:00 2001 From: Ben Thomasson Date: Wed, 4 Oct 2017 11:43:29 -0400 Subject: [PATCH] Upgrade AngularJS to 1.6.6 --- awx/ui/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui/package.json b/awx/ui/package.json index 971f206e15..4525ecea47 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -92,7 +92,7 @@ }, "dependencies": { "@uirouter/angularjs": "^1.0.7", - "angular": "~1.4.14", + "angular": "~1.6.6", "angular-breadcrumb": "git+https://git@github.com/ansible/angular-breadcrumb#0.4.1", "angular-codemirror": "git+https://git@github.com/ansible/angular-codemirror#1.0.4", "angular-cookies": "~1.4.14", @@ -110,7 +110,7 @@ "bootstrap-datepicker": "^1.7.1", "codemirror": "^5.17.0", "components-font-awesome": "^4.6.1", - "d3": "~3.3.13", + "d3": "~3.5.4", "javascript-detect-element-resize": "^0.5.3", "jquery": "~2.2.4", "jquery-ui": "~1.10.5", @@ -120,7 +120,7 @@ "lr-infinite-scroll": "git+https://git@github.com/lorenzofox3/lrInfiniteScroll", "moment": "~2.10.0", "ng-toast": "git+https://git@github.com/ansible/ngToast#2.0.1", - "nvd3": "git+https://git@github.com/ansible/nvd3#1.7.1", + "nvd3": "git+https://git@github.com/benthomasson/nvd3#1.7.1", "reconnectingwebsocket": "^1.0.0", "rrule": "git+https://git@github.com/jkbrzt/rrule#4ff63b2f8524fd6d5ba6e80db770953b5cd08a0c", "select2": "^4.0.2",