Skip to content

Commit

Permalink
chore: update angular compiler cli version to avoid peer dependency e…
Browse files Browse the repository at this point in the history
…rrors on installation (#19039)
  • Loading branch information
RadhepS authored Jul 9, 2024
1 parent 5e24a5f commit 6ddc426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"@angular-eslint/template-parser": "17.2.1",
"@angular-eslint/utils": "^17.1.0",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "17.0.5",
"@angular/compiler-cli": "^17.0.5",
"@angular/language-service": "17.0.5",
"@babel/runtime": "^7.18.9",
"@ngrx/store-devtools": "^17.0.1",
Expand Down Expand Up @@ -232,4 +232,4 @@
"webpack": "~5.91.0",
"webpack-cli": "^5.0.0"
}
}
}

0 comments on commit 6ddc426

Please sign in to comment.