Skip to content

Commit

Permalink
fix: update dependency @angular/compiler to v17.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent c0d8a6e commit 240cf72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@angular/cli": "17.1.0",
"@angular/compiler": "17.1.0",
"@angular/compiler": "17.2.2",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@nx/devkit": "17.2.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -96,10 +96,10 @@
symbol-observable "4.0.0"
yargs "17.7.2"

"@angular/compiler@17.1.0":
version "17.1.0"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.1.0.tgz#51057f798dbce4427cd3ba628d00f8f4f30dfadb"
integrity sha512-gF4i/WtPSiSvT4YNasTNnckOxdxuSNwi0EsncrtewwveBcCatjqaXNssUCiF5TgxlC2sKTmsPcMqDJrfX2LMpw==
"@angular/compiler@17.2.2":
version "17.2.2"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.2.2.tgz#691104aa52e1ff464c49a5da611023f664635009"
integrity sha512-loRr4+9/JkSDszExZiS+iuhjXj7wvLF4gJeqlbp2PbPl4eUoGKYq0RVZ3a7IkIXxB5sgoYB5MjKsbdm/uaMK1A==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 240cf72

Please sign in to comment.