From 987cdc680293ed6b28b64c4cae1b2095f764f87b Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Mon, 18 Dec 2017 16:21:29 -0500 Subject: [PATCH] Bump versions of angular-codemirror, jquery-ui, and moment --- 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 7847708eaa..9e9604f1a2 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -94,7 +94,7 @@ "@uirouter/angularjs": "^1.0.7", "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#v1.1.1", + "angular-codemirror": "git+https://git@github.com/ansible/angular-codemirror#v1.1.2", "angular-cookies": "~1.6.6", "angular-drag-and-drop-lists": "git+https://git@github.com/ansible/angular-drag-and-drop-lists#v1.4.1", "angular-duration-format": "^1.0.1", @@ -112,12 +112,12 @@ "d3": "~3.3.13", "javascript-detect-element-resize": "^0.5.3", "jquery": "~2.2.4", - "jquery-ui": "~1.10.5", + "jquery-ui": "^1.12.1", "js-yaml": "^3.2.7", "legacy-loader": "0.0.2", "lodash": "~3.8.0", "lr-infinite-scroll": "git+https://git@github.com/lorenzofox3/lrInfiniteScroll", - "moment": "~2.10.0", + "moment": "^2.19.4", "ng-toast": "git+https://git@github.com/ansible/ngToast#v2.1.1", "nvd3": "git+https://git@github.com/ansible/nvd3#awx", "reconnectingwebsocket": "^1.0.0",