[ACA-4259] Task filter counter notifications (#6607)

* [ACA-4259] Task Filter Counter Notifications

* Improve Apollo connection for multiple apps

* Improve Notification Cloud Service

* Rebase branch

* Rebase branch

* Add peer dependencies

* Rebase

* Remove apollo-angular-link-http

* Fix linting

* Rebase branch

* Fix package lock

* Push package lock
This commit is contained in:
davidcanonieto
2021-02-16 14:27:38 +00:00
committed by GitHub
parent 7996f70b26
commit cf0c95b3d1
23 changed files with 688 additions and 57 deletions
+3
View File
@@ -84,10 +84,12 @@
"@angular/platform-browser": "^10.0.4",
"@angular/platform-browser-dynamic": "^10.0.4",
"@angular/router": "^10.0.4",
"@apollo/client": "^3.3.7",
"@mat-datetimepicker/core": "^5.1.1",
"@mat-datetimepicker/moment": "^5.1.1",
"@ngx-translate/core": "^13.0.0",
"adf-tslint-rules": "0.0.7",
"apollo-angular": "^2.2.0",
"chart.js": "2.9.4",
"classlist.js": "1.1.20150312",
"custom-event-polyfill": "^1.0.7",
@@ -101,6 +103,7 @@
"raphael": "2.3.0",
"rxjs": "^6.6.3",
"snyk": "^1.452.0",
"subscriptions-transport-ws": "^0.9.18",
"tslib": "^2.0.3",
"zone.js": "~0.10.2"
},