feat: Angular 17 Support

This commit is contained in:
Björn Schmidt 2023-11-15 18:53:05 +01:00
parent 4286bd33c9
commit e77e67b554
4 changed files with 3698 additions and 16563 deletions

20219
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,24 +13,24 @@
"cypress:run": "cypress run" "cypress:run": "cypress run"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "16.0.0", "@angular/animations": "17.0.2",
"@angular/common": "16.0.0", "@angular/common": "17.0.2",
"@angular/compiler": "16.0.0", "@angular/compiler": "17.0.2",
"@angular/core": "16.0.0", "@angular/core": "17.0.2",
"@angular/forms": "16.0.0", "@angular/forms": "17.0.2",
"@angular/platform-browser": "16.0.0", "@angular/platform-browser": "17.0.2",
"@angular/platform-browser-dynamic": "16.0.0", "@angular/platform-browser-dynamic": "17.0.2",
"@angular/router": "16.0.0", "@angular/router": "17.0.2",
"rxjs": "~7.5.2", "rxjs": "~7.5.2",
"tslib": "^2.3.1", "tslib": "^2.3.1",
"zone.js": "~0.13.0" "zone.js": "0.14.2"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "16.2.9", "@angular-devkit/build-angular": "17.0.0",
"@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular/cli": "16.0.0", "@angular/cli": "17.0.0",
"@angular/compiler-cli": "16.0.0", "@angular/compiler-cli": "17.0.2",
"@cypress/schematic": "^1.6.0", "@cypress/schematic": "^1.6.0",
"@types/jasmine": "~3.10.3", "@types/jasmine": "~3.10.3",
"@types/node": "^16.18.24", "@types/node": "^16.18.24",
@ -48,9 +48,9 @@
"karma-coverage": "~2.1.1", "karma-coverage": "~2.1.1",
"karma-jasmine": "~4.0.1", "karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0", "karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "16.0.0", "ng-packagr": "17.0.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"ts-node": "~10.4.0", "ts-node": "~10.4.0",
"typescript": "5.0.4" "typescript": "5.2.2"
} }
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@meddv/ngx-pinch-zoom", "name": "@meddv/ngx-pinch-zoom",
"version": "16.0.0", "version": "17.0.0",
"description": "Pinch zoom component for Angular 16.", "description": "Pinch zoom component for Angular 16.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -25,7 +25,7 @@
"homepage": "http://www.meddv.de", "homepage": "http://www.meddv.de",
"keywords": [ "keywords": [
"Angular", "Angular",
"Angular 16", "Angular 17",
"ngx", "ngx",
"Pinch zoom", "Pinch zoom",
"Image zoom", "Image zoom",
@ -36,8 +36,8 @@
"url": "https://github.com/medDV-GmbH/ngx-pinch-zoom/issues" "url": "https://github.com/medDV-GmbH/ngx-pinch-zoom/issues"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^16.0.0", "@angular/common": "^17.0.0",
"@angular/core": "^16.0.0" "@angular/core": "^17.0.0"
}, },
"dependencies": { "dependencies": {
"tslib": "^2.0.0" "tslib": "^2.0.0"

View file

@ -57,7 +57,7 @@
/*************************************************************************************************** /***************************************************************************************************
* Zone JS is required by default for Angular itself. * Zone JS is required by default for Angular itself.
*/ */
import 'zone.js/dist/zone'; // Included with Angular CLI. import 'zone.js'; // Included with Angular CLI.
/*************************************************************************************************** /***************************************************************************************************
* APPLICATION IMPORTS * APPLICATION IMPORTS