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.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@angular/animations": "21.2.9",
"@angular/cdk": "21.2.13",
"@angular/common": "21.2.19",
"@angular/compiler": "21.2.17",
"@angular/core": "21.2.17",
"@angular/compiler": "21.2.19",
"@angular/core": "22.1.0",
"@angular/forms": "21.2.11",
"@angular/material": "21.2.9",
"@angular/platform-browser": "21.2.9",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -787,30 +787,30 @@ __metadata:
languageName: node
linkType: hard

"@angular/compiler@npm:21.2.17":
version: 21.2.17
resolution: "@angular/compiler@npm:21.2.17"
"@angular/compiler@npm:21.2.19":
version: 21.2.19
resolution: "@angular/compiler@npm:21.2.19"
dependencies:
tslib: "npm:^2.3.0"
checksum: 10c0/e5f45c1b9fe189ac9e1a2fd68ec1aa051b50ecfa63e1b62ff23076ab00a2bbd27a489dfc892377835716c96de36676a060110c8e8c5b479191ffa18b8cb10cf4
checksum: 10c0/ae3993ed73a4731e1ccd84518fc20520273e6afd38cc040af0ef423c0b60d57fd4a72dbfb955009e6bb67a4119cd118d2fc82486e0b17924ce7f35ce0037da2f
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.1.0":
version: 22.1.0
resolution: "@angular/core@npm:22.1.0"
dependencies:
tslib: "npm:^2.3.0"
peerDependencies:
"@angular/compiler": 21.2.17
"@angular/compiler": 22.1.0
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/4fd88d9b85413ba86124315899c428edf648444fc261d9e94ddfb3899fe307b0997bbfd9640dbabf73951deebcb707773d91953f74f9a95904cb89db1d40c061
languageName: node
linkType: hard

Expand Down Expand Up @@ -5765,9 +5765,9 @@ __metadata:
"@angular/cdk": "npm:21.2.13"
"@angular/cli": "npm:^21.2.13"
"@angular/common": "npm:21.2.19"
"@angular/compiler": "npm:21.2.17"
"@angular/compiler": "npm:21.2.19"
"@angular/compiler-cli": "npm:^21.2.9"
"@angular/core": "npm:21.2.17"
"@angular/core": "npm:22.1.0"
"@angular/forms": "npm:21.2.11"
"@angular/language-service": "npm:22.0.7"
"@angular/material": "npm:21.2.9"
Expand Down
Loading