diff --git a/angular.json b/angular.json index d518ea3..9519a38 100644 --- a/angular.json +++ b/angular.json @@ -46,6 +46,5 @@ } } } - }, - "defaultProject": "angular2-hotkeys" + } } diff --git a/package.json b/package.json index 83fb90e..de3bdf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-hotkeys", - "version": "13.4.0", + "version": "15.0.0", "scripts": { "build": "ng build angular2-hotkeys", "build:release": "ng build angular2-hotkeys --configuration production", @@ -32,27 +32,27 @@ "url": "git@github.com:brtnshrdr/angular2-hotkeys.git/issues" }, "dependencies": { - "@types/mousetrap": "^1.6.9", "mousetrap": "^1.6.5", "tslib": "^2.3.1" }, "devDependencies": { - "@angular-devkit/build-angular": "~13.2.2", - "@angular-devkit/core": "^13.2.2", - "@angular/animations": "~13.2.1", - "@angular/cli": "~13.2.2", - "@angular/common": "~13.2.1", - "@angular/compiler": "~13.2.1", - "@angular/compiler-cli": "~13.2.1", - "@angular/core": "~13.2.1", - "@angular/forms": "~13.2.1", - "@angular/language-service": "~13.2.1", - "@angular/platform-browser": "~13.2.1", - "@angular/platform-browser-dynamic": "~13.2.1", - "@angular/router": "~13.2.1", + "@angular-devkit/build-angular": "^15.2.7", + "@angular-devkit/core": "^15.2.7", + "@angular/animations": "^15.2.8", + "@angular/cli": "^15.2.7", + "@angular/common": "^15.2.8", + "@angular/compiler": "^15.2.8", + "@angular/compiler-cli": "^15.2.8", + "@angular/core": "^15.2.8", + "@angular/forms": "^15.2.8", + "@angular/language-service": "^15.2.8", + "@angular/platform-browser": "^15.2.8", + "@angular/platform-browser-dynamic": "^15.2.8", + "@angular/router": "^15.2.8", "@types/jasmine": "~3.10.3", "@types/jasminewd2": "~2.0.10", "@types/node": "^17.0.14", + "@types/mousetrap": "^1.6.9", "codelyzer": "^6.0.2", "jasmine-core": "~4.0.0", "jasmine-spec-reporter": "~7.0.0", @@ -61,12 +61,12 @@ "karma-coverage-istanbul-reporter": "~3.0.3", "karma-jasmine": "~4.0.1", "karma-jasmine-html-reporter": "^1.7.0", - "ng-packagr": "^13.2.1", + "ng-packagr": "^15.2.2", "protractor": "~7.0.0", "rxjs": "~7.5.2", "ts-node": "~10.4.0", "tslint": "~6.1.0", - "typescript": "~4.5.5", + "typescript": "~4.8.4", "zone.js": "~0.11.4" } } diff --git a/src/lib/hotkeys-cheatsheet/hotkeys-cheatsheet.component.html b/src/lib/hotkeys-cheatsheet/hotkeys-cheatsheet.component.html index a199ec5..21cece3 100644 --- a/src/lib/hotkeys-cheatsheet/hotkeys-cheatsheet.component.html +++ b/src/lib/hotkeys-cheatsheet/hotkeys-cheatsheet.component.html @@ -1,4 +1,4 @@ -