Skip to content

Commit

Permalink
fix: update dependency @angular/compiler to v18.0.3 (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent fa0217b commit 72e2d8d
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": "18.0.0",
"@angular/compiler": "18.0.2",
"@angular/compiler": "18.0.3",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@nx/devkit": "19.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
symbol-observable "4.0.0"
yargs "17.7.2"

"@angular/compiler@18.0.2":
version "18.0.2"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-18.0.2.tgz#a71dff6ed00e9ad6c09052be2b62586befb703d1"
integrity sha512-9PKi++yKq3SvsTteZAhAJsiueEWzl64SpIBwooWRaSav6Jfl9Y2+b46SXTdAIuNdcGNW7ZeDZbPK3RPtxsROrA==
"@angular/compiler@18.0.3":
version "18.0.3"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-18.0.3.tgz#814653d412e1dd6948f97f24d6506b3bd0f9af47"
integrity sha512-wrXxgBsZX4yTrj/oZ8PDGmvhqj9S2TZfcuivaUitprNC2uBWTVb1UcOS45Qw9YlLB0sYa2AmBudICDqYpb8lfw==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 72e2d8d

Please sign in to comment.