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 2a1dc54 commit e0db4ca
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -34,18 +34,18 @@
},
"dependencies": {
"@angular-material-extensions/pages": "^4.0.0",
"@angular/animations": "^14.0.2",
"@angular/cdk": "^14.0.2",
"@angular/common": "^14.0.2",
"@angular/compiler": "^14.0.2",
"@angular/core": "^14.0.2",
"@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": "^13.0.0-beta.36",
"@angular/forms": "^14.0.2",
"@angular/material": "^14.0.2",
"@angular/platform-browser": "^14.0.2",
"@angular/platform-browser-dynamic": "^14.0.2",
"@angular/platform-server": "^14.0.2",
"@angular/router": "^14.0.2",
"@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.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
Expand All @@ -58,11 +58,11 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.2",
"@angular-devkit/build-angular": "^14.2.6",
"@angular-devkit/build-ng-packagr": "^0.1000.8",
"@angular/cli": "^14.0.2",
"@angular/compiler-cli": "^14.0.2",
"@angular/language-service": "^14.0.2",
"@angular/cli": "^14.2.6",
"@angular/compiler-cli": "^14.2.6",
"@angular/language-service": "^14.2.6",
"@nguniversal/builders": "^14.0.1",
"@release-it/conventional-changelog": "^3.3.0",
"@schematics/angular": "^11.2.10",
Expand All @@ -88,4 +88,4 @@
"typescript": "^4.7.4",
"webpack-bundle-analyzer": "^3.9.0"
}
}
}

0 comments on commit e0db4ca

Please sign in to comment.