Skip to content

Commit

Permalink
feat(angular): update core to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
kKen94 committed Aug 7, 2021
1 parent ac2d3c2 commit 8c68edd
Show file tree
Hide file tree
Showing 2 changed files with 1,344 additions and 2,530 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~11.1.0",
"@angular/animations": "~12.2.0",
"@angular/cdk": "~11.1.0",
"@angular/common": "~11.1.0",
"@angular/compiler": "~11.1.0",
"@angular/core": "~11.1.0",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "~11.1.0",
"@angular/forms": "~12.2.0",
"@angular/material": "^11.1.0",
"@angular/platform-browser": "~11.1.0",
"@angular/platform-browser-dynamic": "~11.1.0",
"@angular/router": "~11.1.0",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"copyfiles": "^2.4.1",
"ngx-color": "^7.2.0",
"rxjs": "~6.6.3",
"tslib": "^2.1.0",
"zone.js": "~0.10.3"
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.1",
"@angular/cli": "~11.1.1",
"@angular/compiler-cli": "~11.1.0",
"@angular/language-service": "~11.1.0",
"@angular-devkit/build-angular": "~12.2.0",
"@angular/cli": "~12.2.0",
"@angular/compiler-cli": "~12.2.0",
"@angular/language-service": "~12.2.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/prompt": "^13.1.0",
Expand All @@ -81,10 +81,10 @@
"ts-node": "^9.1.1",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "4.0.5"
"typescript": "4.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/kKen94/ngx-progress.git"
}
}
}
Loading

0 comments on commit 8c68edd

Please sign in to comment.