feat: Angular 17 Support
This commit is contained in:
parent
4286bd33c9
commit
e77e67b554
4 changed files with 3698 additions and 16563 deletions
20199
package-lock.json
generated
20199
package-lock.json
generated
File diff suppressed because it is too large
Load diff
32
package.json
32
package.json
|
|
@ -13,24 +13,24 @@
|
|||
"cypress:run": "cypress run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "16.0.0",
|
||||
"@angular/common": "16.0.0",
|
||||
"@angular/compiler": "16.0.0",
|
||||
"@angular/core": "16.0.0",
|
||||
"@angular/forms": "16.0.0",
|
||||
"@angular/platform-browser": "16.0.0",
|
||||
"@angular/platform-browser-dynamic": "16.0.0",
|
||||
"@angular/router": "16.0.0",
|
||||
"@angular/animations": "17.0.2",
|
||||
"@angular/common": "17.0.2",
|
||||
"@angular/compiler": "17.0.2",
|
||||
"@angular/core": "17.0.2",
|
||||
"@angular/forms": "17.0.2",
|
||||
"@angular/platform-browser": "17.0.2",
|
||||
"@angular/platform-browser-dynamic": "17.0.2",
|
||||
"@angular/router": "17.0.2",
|
||||
"rxjs": "~7.5.2",
|
||||
"tslib": "^2.3.1",
|
||||
"zone.js": "~0.13.0"
|
||||
"zone.js": "0.14.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "16.2.9",
|
||||
"@angular-eslint/eslint-plugin": "15.1.0",
|
||||
"@angular-eslint/eslint-plugin-template": "15.1.0",
|
||||
"@angular/cli": "16.0.0",
|
||||
"@angular/compiler-cli": "16.0.0",
|
||||
"@angular-devkit/build-angular": "17.0.0",
|
||||
"@angular-eslint/eslint-plugin": "17.0.1",
|
||||
"@angular-eslint/eslint-plugin-template": "17.0.1",
|
||||
"@angular/cli": "17.0.0",
|
||||
"@angular/compiler-cli": "17.0.2",
|
||||
"@cypress/schematic": "^1.6.0",
|
||||
"@types/jasmine": "~3.10.3",
|
||||
"@types/node": "^16.18.24",
|
||||
|
|
@ -48,9 +48,9 @@
|
|||
"karma-coverage": "~2.1.1",
|
||||
"karma-jasmine": "~4.0.1",
|
||||
"karma-jasmine-html-reporter": "^1.7.0",
|
||||
"ng-packagr": "16.0.0",
|
||||
"ng-packagr": "17.0.0",
|
||||
"prettier": "^2.7.1",
|
||||
"ts-node": "~10.4.0",
|
||||
"typescript": "5.0.4"
|
||||
"typescript": "5.2.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@meddv/ngx-pinch-zoom",
|
||||
"version": "16.0.0",
|
||||
"version": "17.0.0",
|
||||
"description": "Pinch zoom component for Angular 16.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"homepage": "http://www.meddv.de",
|
||||
"keywords": [
|
||||
"Angular",
|
||||
"Angular 16",
|
||||
"Angular 17",
|
||||
"ngx",
|
||||
"Pinch zoom",
|
||||
"Image zoom",
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
"url": "https://github.com/medDV-GmbH/ngx-pinch-zoom/issues"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^16.0.0",
|
||||
"@angular/core": "^16.0.0"
|
||||
"@angular/common": "^17.0.0",
|
||||
"@angular/core": "^17.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.0.0"
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
/***************************************************************************************************
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue