diff --git a/NEWS b/NEWS index cb3b3f40c..9dcb314e8 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,8 @@ Enhancements - [web] now possible to show events/task for the current year - [web] show current ordering setting in lists - [web] remove invalid occurrences when modifying a recurrent event - - [web] updated Angular Material to version 1.1.9 + - [web] updated Angular to version 1.7.2 + - [web] updated Angular Material to version 1.1.10 - [web] allow mail flag addition/edition on mobile - [web] added Japanese (jp) translation - thanks to Ryo Yamamoto diff --git a/UI/WebServerResources/angular-material b/UI/WebServerResources/angular-material index db1a85da8..40c7853f7 160000 --- a/UI/WebServerResources/angular-material +++ b/UI/WebServerResources/angular-material @@ -1 +1 @@ -Subproject commit db1a85da8fc870440a84d782c0465c869d1d825c +Subproject commit 40c7853f738102ec1c68a8ce787fa90c04e9e2d8 diff --git a/UI/WebServerResources/bower.json b/UI/WebServerResources/bower.json index 854b3081e..ba40a5ac4 100644 --- a/UI/WebServerResources/bower.json +++ b/UI/WebServerResources/bower.json @@ -2,15 +2,15 @@ "name": "sogo-web", "private": true, "devDependencies": { - "angular": "1.6.x", - "angular-animate": "1.6.x", - "angular-aria": "1.6.x", - "angular-cookies": "1.6.x", - "angular-messages": "1.6.x", - "angular-sanitize": "1.6.x", + "angular": "1.7.x", + "angular-animate": "1.7.x", + "angular-aria": "1.7.x", + "angular-cookies": "1.7.x", + "angular-messages": "1.7.x", + "angular-sanitize": "1.7.x", "angular-ui-router": "1.0.15", "angular-file-upload": "latest", - "angular-material": "1.1.9", + "angular-material": "1.1.10", "file-saver.js": "latest", "lodash": "latest", "ng-sortable": "1.3.7",