Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @angular/platform-browser from 15.2.7 to 16.2.7 in /modules/web #476

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@angular/forms": "15.2.7",
"@angular/localize": "15.2.7",
"@angular/material": "14.2.2",
"@angular/platform-browser": "15.2.7",
"@angular/platform-browser": "16.2.7",
"@angular/platform-browser-dynamic": "15.2.7",
"@angular/router": "15.2.7",
"@swimlane/ngx-charts": "20.4.1",
Expand Down
16 changes: 8 additions & 8 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -493,19 +493,19 @@ __metadata:
languageName: node
linkType: hard

"@angular/platform-browser@npm:15.2.7":
version: 15.2.7
resolution: "@angular/platform-browser@npm:15.2.7"
"@angular/platform-browser@npm:16.2.7":
version: 16.2.7
resolution: "@angular/platform-browser@npm:16.2.7"
dependencies:
tslib: ^2.3.0
peerDependencies:
"@angular/animations": 15.2.7
"@angular/common": 15.2.7
"@angular/core": 15.2.7
"@angular/animations": 16.2.7
"@angular/common": 16.2.7
"@angular/core": 16.2.7
peerDependenciesMeta:
"@angular/animations":
optional: true
checksum: 2a89953d9925079eccfc6648d8dcc1a0b7971dbfea4d287388cbf281c53d03589a5c635728cf202c7d4454de795dcbad360b56e855ef2ec8c2c4d04884c5c648
checksum: 9f4faebd6e20434b5470f6fd913116bab8007c43975492b83261161bf300bc9fa8539d06fc2048e3008fbc11354fa6776e88f44a099973278a44e5133dfcce29
languageName: node
linkType: hard

Expand Down Expand Up @@ -10931,7 +10931,7 @@ __metadata:
"@angular/language-service": 15.2.7
"@angular/localize": 15.2.7
"@angular/material": 14.2.2
"@angular/platform-browser": 15.2.7
"@angular/platform-browser": 16.2.7
"@angular/platform-browser-dynamic": 15.2.7
"@angular/router": 15.2.7
"@babel/core": 7.22.10
Expand Down
Loading