(js) Update ng to v1.7.2 and md to v1.1.10

pull/229/merge
Francis Lachapelle 2018-06-28 15:49:23 -04:00
parent e494dbc57c
commit f0636d17fe
3 changed files with 10 additions and 9 deletions

3
NEWS
View File

@ -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

@ -1 +1 @@
Subproject commit db1a85da8fc870440a84d782c0465c869d1d825c
Subproject commit 40c7853f738102ec1c68a8ce787fa90c04e9e2d8

View File

@ -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",