Bump @angular/core from 13.2.5 to 13.3.0 in /src-ui (#488)

Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 13.2.5 to 13.3.0.
- [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.3.0/packages/core)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-22 00:23:38 -07:00 committed by GitHub
parent ce8c812669
commit 1cd5de697e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@
"@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.2.4",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.2.6",
"@angular/localize": "~13.2.6",
"@angular/platform-browser": "~13.3.0",
@ -532,9 +532,9 @@
}
},
"node_modules/@angular/core": {
"version": "13.2.5",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.5.tgz",
"integrity": "sha512-4CC69JQbgyETJR6xsQk6hOQqb6fBGZ/Qc333x0hwRDBbGnYE6hQehDibV+Apljea8YjV+NX6VmyOvPvHhtL4PQ==",
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.3.0.tgz",
"integrity": "sha512-ZnuIMEK8YFBtthNqrxapYolMp6qRy4Yp/VG+M11YNiuBp/BoYYDjTaknwO8vu36Cn6372zWjcibsknkZMjdBkg==",
"dependencies": {
"tslib": "^2.3.0"
},
@ -13582,9 +13582,9 @@
}
},
"@angular/core": {
"version": "13.2.5",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.2.5.tgz",
"integrity": "sha512-4CC69JQbgyETJR6xsQk6hOQqb6fBGZ/Qc333x0hwRDBbGnYE6hQehDibV+Apljea8YjV+NX6VmyOvPvHhtL4PQ==",
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/@angular/core/-/core-13.3.0.tgz",
"integrity": "sha512-ZnuIMEK8YFBtthNqrxapYolMp6qRy4Yp/VG+M11YNiuBp/BoYYDjTaknwO8vu36Cn6372zWjcibsknkZMjdBkg==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -14,7 +14,7 @@
"@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.2.4",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.2.6",
"@angular/localize": "~13.2.6",
"@angular/platform-browser": "~13.3.0",