Skip to content

Commit

Permalink
Merge pull request #2436 from qmonmert/angular1405
Browse files Browse the repository at this point in the history
Upgrade Angular 14.0.5
  • Loading branch information
pascalgrimaud authored Jul 7, 2022
2 parents 45e510b + 7d63fb5 commit 7e75633
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/resources/generator/dependencies/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"@angular/animations": "14.0.4",
"@angular/animations": "14.0.5",
"@angular/cdk": "14.0.4",
"@angular/common": "14.0.4",
"@angular/compiler": "14.0.4",
"@angular/core": "14.0.4",
"@angular/forms": "14.0.4",
"@angular/common": "14.0.5",
"@angular/compiler": "14.0.5",
"@angular/core": "14.0.5",
"@angular/forms": "14.0.5",
"@angular/material": "14.0.4",
"@angular/platform-browser": "14.0.4",
"@angular/platform-browser-dynamic": "14.0.4",
"@angular/router": "14.0.4",
"@angular/platform-browser": "14.0.5",
"@angular/platform-browser-dynamic": "14.0.5",
"@angular/router": "14.0.5",
"keycloak-js": "18.0.1",
"ngx-webstorage": "10.0.1",
"rxjs": "7.5.5",
Expand All @@ -19,8 +19,8 @@
"devDependencies": {
"@angular-builders/jest": "14.0.0",
"@angular-devkit/build-angular": "14.0.5",
"@angular/cli": "14.0.4",
"@angular/compiler-cli": "14.0.4",
"@angular/cli": "14.0.5",
"@angular/compiler-cli": "14.0.5",
"@types/jest": "28.1.4",
"@types/node": "18.0.3",
"jest": "28.1.2",
Expand Down

0 comments on commit 7e75633

Please sign in to comment.