Skip to content

Commit

Permalink
fix(project): upgraded angular to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Dec 4, 2021
1 parent e954cc6 commit d308b85
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -21,13 +21,13 @@
"private": true,
"dependencies": {
"@angular/animations": "^13.0.3",
"@angular/cdk": "^12.0.4",
"@angular/cdk": "^13.0.3",
"@angular/common": "^13.0.3",
"@angular/compiler": "^13.0.3",
"@angular/core": "^13.0.3",
"@angular/flex-layout": "^12.0.0-beta.34",
"@angular/forms": "^13.0.3",
"@angular/material": "^12.0.4",
"@angular/material": "^13.0.3",
"@angular/platform-browser": "^13.0.3",
"@angular/platform-browser-dynamic": "^13.0.3",
"@angular/platform-server": "^13.0.3",
Expand Down

0 comments on commit d308b85

Please sign in to comment.