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/common from 15.2.7 to 17.0.1 in /modules/web #548

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 @@ -47,7 +47,7 @@
"dependencies": {
"@angular/animations": "15.2.7",
"@angular/cdk": "15.2.7",
"@angular/common": "15.2.7",
"@angular/common": "17.0.1",
"@angular/compiler": "15.2.7",
"@angular/core": "15.2.7",
"@angular/flex-layout": "15.0.0-beta.42",
Expand Down
12 changes: 6 additions & 6 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,15 +325,15 @@ __metadata:
languageName: node
linkType: hard

"@angular/common@npm:15.2.7":
version: 15.2.7
resolution: "@angular/common@npm:15.2.7"
"@angular/common@npm:17.0.1":
version: 17.0.1
resolution: "@angular/common@npm:17.0.1"
dependencies:
tslib: ^2.3.0
peerDependencies:
"@angular/core": 15.2.7
"@angular/core": 17.0.1
rxjs: ^6.5.3 || ^7.4.0
checksum: 5eac9700caff18e35ad36beb934b198a490722f1abcf52bf00f96731a049951ca932faa1f3b928110414dd75dfb40d29c3646e58553678953beacfe7c953df94
checksum: 4c2cee0c472c2c745b795aac527477bfe9912fcf6ce04bf93b2fa40edd9850dbb27f967bc1086589a71e68d0277475f30c83b72bc88c2ab9ffb4781cfa762d35
languageName: node
linkType: hard

Expand Down Expand Up @@ -10922,7 +10922,7 @@ __metadata:
"@angular/animations": 15.2.7
"@angular/cdk": 15.2.7
"@angular/cli": 15.2.6
"@angular/common": 15.2.7
"@angular/common": 17.0.1
"@angular/compiler": 15.2.7
"@angular/compiler-cli": 15.2.7
"@angular/core": 15.2.7
Expand Down
Loading