Skip to content
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/cdk": "21.2.13",
"@angular/common": "21.2.17",
"@angular/compiler": "21.2.17",
"@angular/core": "21.2.17",
"@angular/core": "22.0.8",
"@angular/forms": "21.2.11",
"@angular/material": "21.2.9",
"@angular/platform-browser": "21.2.9",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -765,21 +765,21 @@ __metadata:
languageName: node
linkType: hard

"@angular/core@npm:21.2.17":
version: 21.2.17
resolution: "@angular/core@npm:21.2.17"
"@angular/core@npm:22.0.8":
version: 22.0.8
resolution: "@angular/core@npm:22.0.8"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/compiler": 21.2.17
"@angular/compiler": 22.0.8
rxjs: ^6.5.3 || ^7.4.0
zone.js: ~0.15.0 || ~0.16.0
peerDependenciesMeta:
"@angular/compiler":
optional: true
zone.js:
optional: true
checksum: 10c0/70aa13cfec6d221c23c427f794409d541b80cd4feb65ef668810e1e927efde645c02c450404a4eb9691d6da17a04732abe5a9d4550b934dfeb459f8ca0f274d8
checksum: 10c0/5a36fe5356ff5ce2172ba98d9cc3cca7bf96f33d65975654f12ac1d2c6675ce01da1b71a66a5a75ec54d82fd1c8ae4149b72bd8778524d77d482ae9e6ed59d2f
languageName: node
linkType: hard

Expand Down Expand Up @@ -5561,7 +5561,7 @@ __metadata:
"@angular/common": "npm:21.2.17"
"@angular/compiler": "npm:21.2.17"
"@angular/compiler-cli": "npm:^21.2.9"
"@angular/core": "npm:21.2.17"
"@angular/core": "npm:22.0.8"
"@angular/forms": "npm:21.2.11"
"@angular/language-service": "npm:22.0.7"
"@angular/material": "npm:21.2.9"
Expand Down
Loading