Skip to content

Commit

Permalink
chore(deps): update dependency @angular/compiler to v17.1.2 (prettier…
Browse files Browse the repository at this point in the history
…#16018)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: fisker <lionkay@gmail.com>
  • Loading branch information
2 people authored and medikoo committed Feb 18, 2024
1 parent 3f6c4f4 commit e75d964
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bin"
],
"dependencies": {
"@angular/compiler": "17.0.2",
"@angular/compiler": "17.1.2",
"@babel/code-frame": "7.23.5",
"@babel/parser": "7.23.9",
"@babel/types": "7.23.9",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ const pluginFiles = [
...[
"expression_parser/lexer.mjs",
"expression_parser/parser.mjs",
"ml_parser/interpolation_config.mjs",
"ml_parser/defaults.mjs",
].map((file) => ({
module: getPackageFile(`@angular/compiler/esm2022/src/${file}`),
process: (text) =>
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ __metadata:
languageName: node
linkType: hard

"@angular/compiler@npm:17.0.2":
version: 17.0.2
resolution: "@angular/compiler@npm:17.0.2"
"@angular/compiler@npm:17.1.2":
version: 17.1.2
resolution: "@angular/compiler@npm:17.1.2"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/core": 17.0.2
"@angular/core": 17.1.2
peerDependenciesMeta:
"@angular/core":
optional: true
checksum: a1f277cc56dde2351cf56028e0cc7450bd09fe12dd7f4671eda7486970c58ccf7944dcf734a6c4eedb198e8f3ca34673d96a6a21754fc135884db1c9508b2c4a
checksum: 4c6d02860495650cb1e12db70dba521abdc952106ab271b6dd8b9ef6df32d5a481d55e7ea7f6652625ff3207de7d2d02112c9a628101a3334897028317cf43c0
languageName: node
linkType: hard

Expand Down Expand Up @@ -7345,7 +7345,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "prettier-elastic@workspace:."
dependencies:
"@angular/compiler": "npm:17.0.2"
"@angular/compiler": "npm:17.1.2"
"@babel/code-frame": "npm:7.23.5"
"@babel/generator": "npm:7.23.6"
"@babel/parser": "npm:7.23.9"
Expand Down

0 comments on commit e75d964

Please sign in to comment.