From 2d7e5b7905f34424a9ff3e10ae44307b6b778240 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 25 Jul 2018 10:50:42 -0700 Subject: [PATCH] Bumping uirouter version and locking it to make ui tests pass on shippable There was a breaking change in uirouter 1.0.19 so going to lock it at 1.0.18. There was an issue with hard-source-webpack-plugin that was effecting the UI dev watcher that I'm including in this change. --- 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 24a42aa207..3975d9c5d5 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -57,7 +57,7 @@ "grunt-concurrent": "^2.3.0", "grunt-contrib-jshint": "^1.0.0", "grunt-newer": "^1.2.0", - "hard-source-webpack-plugin": "^0.4.9", + "hard-source-webpack-plugin": "^0.5.8", "html-loader": "^0.5.1", "html-webpack-harddisk-plugin": "^0.1.0", "html-webpack-plugin": "^2.30.1", @@ -94,7 +94,7 @@ "webpack-merge": "^4.1.0" }, "dependencies": { - "@uirouter/angularjs": "^1.0.7", + "@uirouter/angularjs": "1.0.18", "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.2",