updated dependencies to angular 14 and version bump

This commit is contained in:
Tobias 2022-08-01 16:37:33 +02:00
parent 859f719c42
commit df1a3b7431
3 changed files with 27259 additions and 25928 deletions

View file

@ -1,6 +1,7 @@
# Pinch zoom for Angular
<img src="https://badgen.net/bundlephobia/min/ngx-pinch-zoom" />
<img src="https://badgen.net/badge/Version/14.0.2/green" />
The module provides opportunities for image zooming in, zooming out and positioning with use of gestures on a touch screen.
@ -19,7 +20,7 @@ npm i ngx-pinch-zoom
Import module:
```ts
import { PinchZoomModule } from 'ngx-pinch-zoom';
import { PinchZoomModule } from '@meddv/ngx-pinch-zoom';
@NgModule({
imports: [ PinchZoomModule ]

53078
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,55 +1,55 @@
{
"name": "ngx-pinch-zoom",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"dependencies": {
"@angular/animations": "~13.3.4",
"@angular/common": "~13.3.4",
"@angular/compiler": "~13.3.4",
"@angular/core": "~13.3.4",
"@angular/forms": "~13.3.4",
"@angular/platform-browser": "~13.3.4",
"@angular/platform-browser-dynamic": "~13.3.4",
"@angular/router": "~13.3.4",
"prettier": "^2.5.1",
"rxjs": "~7.5.2",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.3",
"@angular-eslint/eslint-plugin": "^13.2.1",
"@angular-eslint/eslint-plugin-template": "^13.2.1",
"@angular/cli": "~13.3.3",
"@angular/compiler-cli": "~13.3.4",
"@cypress/schematic": "^1.6.0",
"@types/jasmine": "~3.10.3",
"@types/node": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"cypress": "latest",
"eslint": "^8.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.7.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "~4.0.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.15",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.1",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^13.2.1",
"ts-node": "~10.4.0",
"typescript": "~4.5.5"
}
"name": "ngx-pinch-zoom",
"version": "14.0.7",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"dependencies": {
"@angular/animations": "14.0.7",
"@angular/common": "14.0.7",
"@angular/compiler": "14.0.7",
"@angular/core": "14.0.7",
"@angular/forms": "14.0.7",
"@angular/platform-browser": "14.0.7",
"@angular/platform-browser-dynamic": "14.0.7",
"@angular/router": "14.0.7",
"prettier": "^2.5.1",
"rxjs": "~7.5.2",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.7",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular/cli": "14.0.7",
"@angular/compiler-cli": "14.0.7",
"@cypress/schematic": "^1.6.0",
"@types/jasmine": "~3.10.3",
"@types/node": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"cypress": "latest",
"eslint": "^8.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.7.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jasmine-core": "~4.0.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.15",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.1",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "14.0.2",
"ts-node": "~10.4.0",
"typescript": "4.7.4"
}
}