Skip to content

Commit c675292

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/state/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"url": "https://github.com/rx-angular/rx-angular.git"
4343
},
4444
"peerDependencies": {
45-
"@angular/core": "^19.0.0",
46-
"@rx-angular/cdk": "^19.1.0",
45+
"@angular/core": "^20.0.0",
46+
"@rx-angular/cdk": "^20.0.0",
4747
"rxjs": "^6.5.3 || ^7.4.0"
4848
},
4949
"dependencies": {

0 commit comments

Comments
 (0)