Skip to content

Commit 5d09b55

Browse files
committed
feat(cdk): bump peerDependency to @angular/core ^20
BREAKING CHANGE: bump ng to version 20
1 parent 550aa59 commit 5d09b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"url": "https://github.com/rx-angular/rx-angular.git"
4343
},
4444
"peerDependencies": {
45-
"@angular/core": "^19.0.0",
45+
"@angular/core": "^20.0.0",
4646
"rxjs": "^6.5.3 || ^7.4.0"
4747
},
4848
"dependencies": {

0 commit comments

Comments
 (0)