Skip to content

Commit

Permalink
build(deps): Update dependency @angular/animations to ^17.0.8 (#2204)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 6244da0 commit a45141c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/example-app-v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/animations": "^17.0.8",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
Expand Down
12 changes: 6 additions & 6 deletions examples/example-app-v17/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,14 +207,14 @@ __metadata:
languageName: node
linkType: hard

"@angular/animations@npm:^17.0.0":
version: 17.0.0
resolution: "@angular/animations@npm:17.0.0"
"@angular/animations@npm:^17.0.8":
version: 17.0.8
resolution: "@angular/animations@npm:17.0.8"
dependencies:
tslib: ^2.3.0
peerDependencies:
"@angular/core": 17.0.0
checksum: 9bdd16e679500ea955cdf7f5c691a087360f633a03919a15fc0dfc52e208be9d9d91af3037f432f64920f665ddf6618d21c03d20595625c54840d7b1554534dd
"@angular/core": 17.0.8
checksum: 199b01ef58af06068aaa15f468796c3242a2aefabf618a3be29b2bc23c74688f6ff6d80154ca25b6a1b1b52f630b263dd4d224a82f043157062011f7bdb37e2c
languageName: node
linkType: hard

Expand Down Expand Up @@ -5276,7 +5276,7 @@ __metadata:
resolution: "example-app-v17@workspace:."
dependencies:
"@angular-devkit/build-angular": ^17.0.9
"@angular/animations": ^17.0.0
"@angular/animations": ^17.0.8
"@angular/cli": ^17.0.0
"@angular/common": ^17.0.0
"@angular/compiler": ^17.0.0
Expand Down

0 comments on commit a45141c

Please sign in to comment.