Skip to content

Commit

Permalink
feat: feat: angular upgrade v12 to v13 for common angular #1427
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Dec 9, 2021
1 parent bab8db4 commit 7135045
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/common-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"access": "public"
},
"dependencies": {
"@angular/animations": "^12.2.10",
"@angular/cdk": "^12.2.10",
"@angular/common": "^12.2.10",
"@angular/compiler": "^12.2.10",
"@angular/core": "^12.2.10",
"@angular/forms": "^12.2.10",
"@angular/language-service": "^12.2.10",
"@angular/platform-browser": "^12.2.10",
"@angular/platform-browser-dynamic": "^12.2.10",
"@angular/router": "^12.2.10",
"@angular/service-worker": "^12.2.10",
"@angular/animations": "^13.0.3",
"@angular/cdk": "^13.1.0",
"@angular/common": "^13.0.3",
"@angular/compiler": "^13.0.3",
"@angular/core": "^13.0.3",
"@angular/forms": "^13.0.3",
"@angular/language-service": "^13.0.3",
"@angular/platform-browser": "^13.0.3",
"@angular/platform-browser-dynamic": "^13.0.3",
"@angular/router": "^13.0.3",
"@angular/service-worker": "^13.0.3",
"@ever-platform/common": "^0.4.3",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
Expand Down

0 comments on commit 7135045

Please sign in to comment.