Skip to content

Commit

Permalink
fix: update dependency @angular/compiler to v17.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 20, 2024
1 parent 529e035 commit 24678b0
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.3.0",
"@angular/compiler": "17.3.1",
"@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.3.0":
version "17.3.0"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.3.0.tgz#204d930c372ef556a18ea62cc93de2fc13d6aac8"
integrity sha512-lZBD5mFq7SzFJydZwW2jvnQGmtcU1s3e548hl4MSZpRgt13m5UmBQKbyMOvVN2WxKvWKlmDlywsAJlMSXepYig==
"@angular/compiler@17.3.1":
version "17.3.1"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-17.3.1.tgz#82c6507afc798593ab4d0415c062862684fad981"
integrity sha512-8qqlWPGZEyD2FY5losOW3Aocro+lFysPDzsf0LHgQUM6Ub1b+pq4jUOjH6w0vzaxG3TfxkgzOQ9aNdWtSV67Rg==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 24678b0

Please sign in to comment.