Bump @angular/platform-browser-dynamic from 13.2.5 to 13.3.0 in /src-ui (#470)

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

---
updated-dependencies:
- dependency-name: "@angular/platform-browser-dynamic"
  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-21 13:33:59 -07:00 committed by GitHub
parent 352f94ff2b
commit cacf60fdd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@
"@angular/forms": "~13.2.6", "@angular/forms": "~13.2.6",
"@angular/localize": "~13.2.6", "@angular/localize": "~13.2.6",
"@angular/platform-browser": "~13.3.0", "@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.2.4", "@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.2.6", "@angular/router": "~13.2.6",
"@ng-bootstrap/ng-bootstrap": "^12.0.0", "@ng-bootstrap/ng-bootstrap": "^12.0.0",
"@ng-select/ng-select": "^8.1.1", "@ng-select/ng-select": "^8.1.1",
@ -763,9 +763,9 @@
} }
}, },
"node_modules/@angular/platform-browser-dynamic": { "node_modules/@angular/platform-browser-dynamic": {
"version": "13.2.5", "version": "13.3.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.2.5.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.3.0.tgz",
"integrity": "sha512-5NMlp/3DF7EOEMqtAoQ04Kuhyr9KqQmUt9skfei1AL5KyqKXnyxUVePIG+HqpwkeTV8P7XegR2+pZMfvxo/gPA==", "integrity": "sha512-7/r79Yn8SDH8t0/fJ26PmScm/S1JZ9hxjC8IoROdyC5xBrSGrp946mIKE/4/813zmF8uPj2lveV9p/XiKTbxSw==",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@ -773,10 +773,10 @@
"node": "^12.20.0 || ^14.15.0 || >=16.10.0" "node": "^12.20.0 || ^14.15.0 || >=16.10.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "13.2.5", "@angular/common": "13.3.0",
"@angular/compiler": "13.2.5", "@angular/compiler": "13.3.0",
"@angular/core": "13.2.5", "@angular/core": "13.3.0",
"@angular/platform-browser": "13.2.5" "@angular/platform-browser": "13.3.0"
} }
}, },
"node_modules/@angular/router": { "node_modules/@angular/router": {
@ -13855,9 +13855,9 @@
} }
}, },
"@angular/platform-browser-dynamic": { "@angular/platform-browser-dynamic": {
"version": "13.2.5", "version": "13.3.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.2.5.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.3.0.tgz",
"integrity": "sha512-5NMlp/3DF7EOEMqtAoQ04Kuhyr9KqQmUt9skfei1AL5KyqKXnyxUVePIG+HqpwkeTV8P7XegR2+pZMfvxo/gPA==", "integrity": "sha512-7/r79Yn8SDH8t0/fJ26PmScm/S1JZ9hxjC8IoROdyC5xBrSGrp946mIKE/4/813zmF8uPj2lveV9p/XiKTbxSw==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -18,7 +18,7 @@
"@angular/forms": "~13.2.6", "@angular/forms": "~13.2.6",
"@angular/localize": "~13.2.6", "@angular/localize": "~13.2.6",
"@angular/platform-browser": "~13.3.0", "@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.2.4", "@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.2.6", "@angular/router": "~13.2.6",
"@ng-bootstrap/ng-bootstrap": "^12.0.0", "@ng-bootstrap/ng-bootstrap": "^12.0.0",
"@ng-select/ng-select": "^8.1.1", "@ng-select/ng-select": "^8.1.1",