Bump @angular/compiler from 13.2.5 to 13.3.0 in /src-ui (#487)

Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) 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/compiler)

---
updated-dependencies:
- dependency-name: "@angular/compiler"
  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:16:15 -07:00 committed by GitHub
parent ca3bb6a540
commit 2c3ac053d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@
"dependencies": {
"@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6",
"@angular/compiler": "~13.2.4",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.2.4",
"@angular/forms": "~13.2.6",
"@angular/localize": "~13.2.6",
@ -412,9 +412,9 @@
}
},
"node_modules/@angular/compiler": {
"version": "13.2.5",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.5.tgz",
"integrity": "sha512-OF7xqs/7HPyRJXWiP8ZLwcgT+O/pyBdTjubrVNUPmzeKWPFyE9ZVKEg8MLGLbGHRtw1omhU9Mq4b12NqI1B/gA==",
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.0.tgz",
"integrity": "sha512-oeUvaBOVpey2G1I5fWZa3JcyRuBQ3dAeRay5UtQhu1Xw2L8jd2tYkbZb1XOgP9J1/Ma4LO62pjSaOpR2EtO5ww==",
"dependencies": {
"tslib": "^2.3.0"
},
@ -13495,9 +13495,9 @@
}
},
"@angular/compiler": {
"version": "13.2.5",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.5.tgz",
"integrity": "sha512-OF7xqs/7HPyRJXWiP8ZLwcgT+O/pyBdTjubrVNUPmzeKWPFyE9ZVKEg8MLGLbGHRtw1omhU9Mq4b12NqI1B/gA==",
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.0.tgz",
"integrity": "sha512-oeUvaBOVpey2G1I5fWZa3JcyRuBQ3dAeRay5UtQhu1Xw2L8jd2tYkbZb1XOgP9J1/Ma4LO62pjSaOpR2EtO5ww==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -13,7 +13,7 @@
"dependencies": {
"@angular/animations": "~13.2.6",
"@angular/common": "~13.2.6",
"@angular/compiler": "~13.2.4",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.2.4",
"@angular/forms": "~13.2.6",
"@angular/localize": "~13.2.6",