Skip to content

Commit

Permalink
fix: update dependency @angular/compiler to v15.0.2 (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 7, 2022
1 parent 0476d18 commit 061601f
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 @@ -54,7 +54,7 @@
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"@angular/cli": "15.0.2",
"@angular/compiler": "15.0.1",
"@angular/compiler": "15.0.2",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@nrwl/devkit": "15.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
symbol-observable "4.0.0"
yargs "17.6.2"

"@angular/compiler@15.0.1":
version "15.0.1"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-15.0.1.tgz#7c8b748868088e6219f8c04f4c7a3e5f681854aa"
integrity sha512-4talkxip79XPfoj69qgY8VXV1KIBKOyZCRWHhNVqMdECyw/fceVWN4r8kDL0qOTBh1CKmhoQFXQilr9g7nFatA==
"@angular/compiler@15.0.2":
version "15.0.2"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-15.0.2.tgz#2e7b1c3c5e4a9c34e2f88a26d9a391955edf8b06"
integrity sha512-dD1Vv2txp09V7RaJK2tvGRWpM2RsDARVAGL65hfJY2txeEFRyajcle6jOI11NfGpgsZvptN7o5oc8ozQI1hgTA==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 061601f

Please sign in to comment.