Skip to content

Commit 7b6e1be

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/template/package.json

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

0 commit comments

Comments
 (0)