Closed kayvanbree closed 6 years ago
angular2-hotkeys still requires very old versions of @angular and rxjs packages. Dependencies should be updated so peer dependencies will match the current state (v6/v7) of Angular again:
angular2-hotkeys
@angular
rxjs
"@angular/common": "4.2.5", "@angular/compiler": "4.2.5", "@angular/compiler-cli": "4.2.5", "@angular/core": "4.2.5", "@types/core-js": "0.9.41", "codelyzer": "~3.0.1", "rxjs": "^5.5.0", "tslint": "^3.15.1", "typescript": "~2.3.3", "zone.js": "^0.8.4"
Duplicate of #94
angular2-hotkeys
still requires very old versions of@angular
andrxjs
packages. Dependencies should be updated so peer dependencies will match the current state (v6/v7) of Angular again: