brtnshrdr / angular2-hotkeys

Keyboard shortcuts for Angular 2 apps
MIT License
203 stars 95 forks source link

Update versions #96

Closed kayvanbree closed 6 years ago

kayvanbree commented 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:

"@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"
wittlock commented 6 years ago

Duplicate of #94