From 7a4b7c25ddbe8b327d178db3687bc32c7086b97a Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Mon, 7 Dec 2015 13:00:57 +0100 Subject: [PATCH] Can't use higher versions of angular-dynamic-locale See: https://github.com/lgalfaso/angular-dynamic-locale/issues/82 --- src/Umbraco.Web.UI.Client/bower.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/bower.json b/src/Umbraco.Web.UI.Client/bower.json index 45abd9972a..4c57235c69 100644 --- a/src/Umbraco.Web.UI.Client/bower.json +++ b/src/Umbraco.Web.UI.Client/bower.json @@ -15,7 +15,6 @@ "test", "tests" ], - "dependencies": { "typeahead.js": "~0.10.5", "underscore": "~1.7.0", @@ -23,7 +22,7 @@ "bootstrap-social": "~4.8.0", "jquery": "2.0.3", "jquery-ui": "1.11.4", - "angular-dynamic-locale": "~0.1.27", + "angular-dynamic-locale": "0.1.28", "ng-file-upload": "~7.3.8", "tinymce": "~4.1.10", "codemirror": "~5.3.0"