Skip to content

Commit 6188a11

Browse files
feat(components): update to angular 20
BREAKING CHANGE: Requires Angular ^20
1 parent 31fadb7 commit 6188a11

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

libs/components/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"tslib": "^2.5.0"
1919
},
2020
"peerDependencies": {
21-
"@angular/animations": "^19.0.0",
22-
"@angular/cdk": "^19.0.0",
23-
"@angular/common": "^19.0.0",
24-
"@angular/core": "^19.0.0",
25-
"@angular/forms": "^19.0.0",
26-
"@angular/router": "^19.0.0",
21+
"@angular/animations": "^20.0.0",
22+
"@angular/cdk": "^20.0.0",
23+
"@angular/common": "^20.0.0",
24+
"@angular/core": "^20.0.0",
25+
"@angular/forms": "^20.0.0",
26+
"@angular/router": "^20.0.0",
2727
"@shiftcode/logger": "^3.0.0",
2828
"@shiftcode/ngx-core": "^11.0.0 || ^11.0.0-pr50",
2929
"rxjs": "^6.5.3 || ^7.4.0"

0 commit comments

Comments
 (0)