From: Galen Charlton Date: Wed, 20 Apr 2016 15:03:06 +0000 (-0400) Subject: LP#1554714: specify resolution to make angular-animate happy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c70a1988ed2be80559d1f79b420d60180afeb4f5;p=evergreen%2Fmasslnc.git LP#1554714: specify resolution to make angular-animate happy Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/ui/default/staff/bower.json b/Open-ILS/web/js/ui/default/staff/bower.json index 46444af06d..a03180f392 100644 --- a/Open-ILS/web/js/ui/default/staff/bower.json +++ b/Open-ILS/web/js/ui/default/staff/bower.json @@ -30,5 +30,8 @@ "ngtoast": "~2.0.0", "angular-tree-control": "~0.2.23", "angular-animate": "~1.5.3" + }, + "resolutions": { + "angular": "1.5.5" } }