Skip to content

Commit

Permalink
fix: update dependency @angular/compiler to v15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 24, 2022
1 parent 7357419 commit 9b220b0
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 @@ -54,7 +54,7 @@
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"@angular/cli": "15.0.1",
"@angular/compiler": "15.0.0",
"@angular/compiler": "15.0.1",
"@commitlint/cli": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@nrwl/devkit": "15.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -89,10 +89,10 @@
symbol-observable "4.0.0"
yargs "17.6.2"

"@angular/compiler@15.0.0":
version "15.0.0"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-15.0.0.tgz#b7420fc078a2a36569b3e10a6e183c15649ae5c7"
integrity sha512-k+tsyKpbPvumBr0qtGZ/bisoq/1evvTa6dCUR126Yb1bX0HlBodwIqu9Xjh3nY90hMak+3zHznj6kJB83LoLeA==
"@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==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 9b220b0

Please sign in to comment.