Skip to content

Commit

Permalink
fix: update dependency @angular/compiler to v16.1.2 (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2023
1 parent 3b8ddfd commit cd1622e
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 @@ -52,7 +52,7 @@
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"@angular/cli": "16.0.3",
"@angular/compiler": "16.0.3",
"@angular/compiler": "16.1.2",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@nx/devkit": "16.3.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -89,10 +89,10 @@
symbol-observable "4.0.0"
yargs "17.7.2"

"@angular/compiler@16.0.3":
version "16.0.3"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-16.0.3.tgz#9fefdcf66b6e0439eaec4485f8b80f3f3b4fab2e"
integrity sha512-LF/AS0bFXQ+qn6a8Ogx5nNHTYxf+OUYLXQYWECrKCJ4HSsouKDmQ/k8UPlh0gWt9NqQ4SPp9mNpzQhQ4Hq+rXw==
"@angular/compiler@16.1.2":
version "16.1.2"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-16.1.2.tgz#1214430a0bfbe32116ef28f43fcec6cde50f08b8"
integrity sha512-uLUyesolGL8sEb03GfwSFbtTa++XPQyabAUi53Nz5jzRhFzxCa6cO7w4DCxp7yzQM+8jiPKAuw9bQDNv1eYR7A==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit cd1622e

Please sign in to comment.