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/core from 15.2.7 to 17.0.2 in /modules/web #557

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -49,7 +49,7 @@
"@angular/cdk": "15.2.7",
"@angular/common": "15.2.7",
"@angular/compiler": "15.2.7",
"@angular/core": "15.2.7",
"@angular/core": "17.0.2",
"@angular/flex-layout": "15.0.0-beta.42",
"@angular/forms": "15.2.7",
"@angular/localize": "15.2.7",
Expand Down
12 changes: 6 additions & 6 deletions modules/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -385,15 +385,15 @@ __metadata:
languageName: node
linkType: hard

"@angular/core@npm:15.2.7":
version: 15.2.7
resolution: "@angular/core@npm:15.2.7"
"@angular/core@npm:17.0.2":
version: 17.0.2
resolution: "@angular/core@npm:17.0.2"
dependencies:
tslib: ^2.3.0
peerDependencies:
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.11.4 || ~0.12.0 || ~0.13.0
checksum: f98459a67a20e64255f6829182d1609650ebca3754bdad21cb72689580a2c385f5f4f804411bcece760b6efe08f62127197fd7abd8e8d9f057a5ce6b8e509e94
zone.js: ~0.14.0
checksum: 68b535330a041668b174942b2e129e546a4cfc182397a17f505ce5d82dd969a6261ef050a73d2258e49c17e72bcb1486a9fb8c9cf1edb0a1ca565c7a7ec847c3
languageName: node
linkType: hard

Expand Down Expand Up @@ -10925,7 +10925,7 @@ __metadata:
"@angular/common": 15.2.7
"@angular/compiler": 15.2.7
"@angular/compiler-cli": 15.2.7
"@angular/core": 15.2.7
"@angular/core": 17.0.2
"@angular/flex-layout": 15.0.0-beta.42
"@angular/forms": 15.2.7
"@angular/language-service": 15.2.7
Expand Down
Loading