Skip to content

Commit

Permalink
fix: update dependency @angular/compiler to v17.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 15, 2024
1 parent 9793bc6 commit fc8905a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@angular/cli": "17.3.0",
"@angular/compiler": "17.1.0",
"@angular/compiler": "17.3.0",
"@commitlint/cli": "19.2.0",
"@commitlint/config-conventional": "19.1.0",
"@nx/devkit": "18.0.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
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.3.0":
version "17.3.0"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.3.0.tgz#204d930c372ef556a18ea62cc93de2fc13d6aac8"
integrity sha512-lZBD5mFq7SzFJydZwW2jvnQGmtcU1s3e548hl4MSZpRgt13m5UmBQKbyMOvVN2WxKvWKlmDlywsAJlMSXepYig==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit fc8905a

Please sign in to comment.