Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated package to use angular 16. #172

Merged
merged 2 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# angular2-hotkeys
Angular 13 and Ivy Compatible. Older versions might work but isn't officially tested.
Angular 16 and Ivy Compatible. Older versions might work but isn't officially tested.

## Versions compatibility
v2.4.0 - Angular 11 (most likely lower Angular versions)
Expand All @@ -8,6 +8,8 @@ v13.*.* - Angular 13 (most likely Angular 12)

v15.*.* - Angular 15

v16.*.* - Angular 16

## Installation

To install this library, run:
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-hotkeys",
"version": "15.0.0",
"version": "16.0.0",
"scripts": {
"build": "ng build angular2-hotkeys",
"build:release": "ng build angular2-hotkeys --configuration production",
Expand Down Expand Up @@ -36,22 +36,22 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@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",
"@angular-devkit/build-angular": "^16.2.0",
"@angular-devkit/core": "^16.2.0",
"@angular/animations": "^16.2.0",
"@angular/cli": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/language-service": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@types/jasmine": "~3.10.3",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^17.0.14",
"@types/node": "^18.11.9 ",
"@types/mousetrap": "^1.6.9",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.0.0",
Expand All @@ -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": "^15.2.2",
"ng-packagr": "^16.2.0",
"protractor": "~7.0.0",
"rxjs": "~7.5.2",
"ts-node": "~10.4.0",
"tslint": "~6.1.0",
"typescript": "~4.8.4",
"zone.js": "~0.11.4"
"typescript": "~5.1.6",
"zone.js": "~0.13.1"
}
}