Skip to content

Commit

Permalink
Updated to Angular 13.
Browse files Browse the repository at this point in the history
Updated to ngx-panzoom 13.
  • Loading branch information
TimUnderhay committed Nov 8, 2021
1 parent 1305696 commit 08ea129
Show file tree
Hide file tree
Showing 6 changed files with 1,317 additions and 2,556 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
!.vscode/extensions.json

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
12 changes: 0 additions & 12 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,6 @@
"browserTarget": "ngx-panzoom-demo:build"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"deploy": {
"builder": "angular-cli-ghpages:deploy",
"options": {}
Expand Down
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-panzoom-demo",
"version": "12.0.0",
"version": "13.0.0",
"author": "Tim Underhay",
"license": "MIT",
"homepage": "https://github.com/kensingtontech/ngx-panzoom-demo",
Expand All @@ -18,26 +18,27 @@
},
"private": false,
"dependencies": {
"@angular/common": "^12.2.9",
"@angular/compiler": "^12.2.9",
"@angular/core": "^12.2.9",
"@angular/platform-browser": "^12.2.9",
"@angular/platform-browser-dynamic": "^12.2.9",
"@angular/router": "12.2.9",
"@angular-eslint/schematics": "1.2.0",
"@angular/common": "^13.0.0",
"@angular/compiler": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/platform-browser": "^13.0.0",
"@angular/platform-browser-dynamic": "^13.0.0",
"@angular/router": "13.0.0",
"core-js": "^3.1.3",
"font-awesome": "^4.7.0",
"ngx-panzoom": "^12.0.0",
"primeng": "^12.2.0",
"rxjs": "6.6.7",
"screenfull": "^5.0.2",
"ngx-panzoom": "^13.0.0",
"primeng": "^12.2.2",
"rxjs": "7.4",
"screenfull": "^6",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.8",
"@angular/cli": "~12.2.8",
"@angular/compiler-cli": "^12.2.9",
"@angular/language-service": "^12.2.9",
"@angular-devkit/build-angular": "~13.0.1",
"@angular/cli": "~13.0.1",
"@angular/compiler-cli": "^13.0.0",
"@angular/language-service": "^13.0.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -53,6 +54,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.2.0",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
"typescript": "~4.4.4"
}
}
Loading

0 comments on commit 08ea129

Please sign in to comment.