Skip to content

Commit

Permalink
fix(project): upgraded angular and material
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Oct 15, 2022
1 parent 20dd15d commit 7b34e5d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -20,18 +20,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.4",
"@angular/cdk": "^14.0.4",
"@angular/common": "^14.0.4",
"@angular/compiler": "^14.0.4",
"@angular/core": "^14.0.4",
"@angular/animations": "^14.2.6",
"@angular/cdk": "^14.2.5",
"@angular/common": "^14.2.6",
"@angular/compiler": "^14.2.6",
"@angular/core": "^14.2.6",
"@angular/flex-layout": "^12.0.0-beta.34",
"@angular/forms": "^14.0.4",
"@angular/material": "^14.0.4",
"@angular/platform-browser": "^14.0.4",
"@angular/platform-browser-dynamic": "^14.0.4",
"@angular/platform-server": "^14.0.4",
"@angular/router": "^14.0.4",
"@angular/forms": "^14.2.6",
"@angular/material": "^14.2.5",
"@angular/platform-browser": "^14.2.6",
"@angular/platform-browser-dynamic": "^14.2.6",
"@angular/platform-server": "^14.2.6",
"@angular/router": "^14.2.6",
"@nguniversal/express-engine": "^14.0.2",
"express": "^4.15.2",
"ngx-markdown": "^11.1.3",
Expand All @@ -40,9 +40,9 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.4",
"@angular/cli": "^14.0.4",
"@angular/compiler-cli": "^14.0.4",
"@angular-devkit/build-angular": "^14.2.6",
"@angular/cli": "^14.2.6",
"@angular/compiler-cli": "^14.2.6",
"@compodoc/compodoc": "^1.1.11",
"@nguniversal/builders": "^14.0.2",
"@release-it/conventional-changelog": "^2.0.1",
Expand Down

0 comments on commit 7b34e5d

Please sign in to comment.