From 4945ba5ef997518f79186bf0997537e87126585a Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 1 Mar 2016 10:37:43 -0400 Subject: [PATCH] Upgrade angular-ui-bootstrap to v1.2.1 There are no breaking changes in the only widget we're using from this library, `uib-dropdown.` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e856b5f4..86b3fe6e 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "angular": "^1.4.6", - "angular-ui-bootstrap": "^0.14.2", + "angular-ui-bootstrap": "^1.2.1", "bluebird": "^3.0.5", "bootstrap-sass": "^3.3.5", "drivelist": "^2.0.7",