Skip to content

Commit

Permalink
build(deps): bump @angular/core and @angular/animations
Browse files Browse the repository at this point in the history
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) and [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations). These dependencies needed to be updated together.

Updates `@angular/core` from 12.2.4 to 13.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md)
- [Commits](https://github.com/angular/angular/commits/13.2.2/packages/core)

Updates `@angular/animations` from 12.2.4 to 13.2.2
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md)
- [Commits](https://github.com/angular/angular/commits/13.2.2/packages/animations)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 11, 2022
1 parent c50b5f9 commit fcc45b0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.4",
"@angular/animations": "^13.2.2",
"@angular/cdk": "^12.2.4",
"@angular/common": "^12.2.4",
"@angular/core": "^12.2.4",
"@angular/core": "^13.2.2",
"@angular/forms": "^12.2.4",
"@angular/material": "^12.2.4",
"@angular/platform-browser": "^12.2.4",
Expand Down

0 comments on commit fcc45b0

Please sign in to comment.