Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
fix: update angular to ~12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 8, 2021
1 parent 89aa598 commit e0c4a61
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 123 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"yarn": ">=1.20.0"
},
"dependencies": {
"@angular/animations": "~12.0.0",
"@angular/animations": "~12.2.0",
"@angular/cdk": "^12.0.0",
"@angular/common": "~12.0.0",
"@angular/compiler": "~12.0.0",
"@angular/core": "~12.0.0",
"@angular/forms": "~12.0.0",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/forms": "~12.2.0",
"@angular/material": "^12.0.0",
"@angular/platform-browser": "~12.0.0",
"@angular/platform-browser-dynamic": "~12.0.0",
"@angular/router": "~12.0.0",
"@angular/service-worker": "~12.0.0",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@angular/service-worker": "~12.2.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"prettier": "^2.3.0",
Expand All @@ -44,8 +44,8 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.0.0",
"@angular/cli": "~12.0.0",
"@angular/compiler-cli": "~12.0.0",
"@angular/cli": "~12.2.0",
"@angular/compiler-cli": "~12.2.0",
"@types/jasmine": "~3.7.4",
"@types/jasminewd2": "~2.0.9",
"@types/node": "^14.14.22",
Expand Down
Loading

0 comments on commit e0c4a61

Please sign in to comment.