Skip to content

Commit 7c8533d

Browse files
TapaiBalazsBalázs Tápai
andauthored
chore: update peerDependencies for libraries (#117)
Co-authored-by: Balázs Tápai <balazs.@thisdot.co>
1 parent 91d6679 commit 7c8533d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libs/ng-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"utilities"
2121
],
2222
"peerDependencies": {
23-
"@angular/common": ">= 12.0.0 < 14",
24-
"@angular/core": ">= 12.0.0 < 14"
23+
"@angular/common": ">= 12.0.0 < 15",
24+
"@angular/core": ">= 12.0.0 < 15"
2525
},
2626
"dependencies": {
2727
"tslib": "^2.2.0"

libs/route-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"route-config"
2222
],
2323
"peerDependencies": {
24-
"@angular/common": ">= 12.0.0 < 14",
25-
"@angular/core": ">= 12.0.0 < 14",
26-
"@angular/router": ">= 12.0.0 < 14",
27-
"rxjs": "7.0.0"
24+
"@angular/common": ">= 12.0.0 < 15",
25+
"@angular/core": ">= 12.0.0 < 15",
26+
"@angular/router": ">= 12.0.0 < 15",
27+
"rxjs": ">=7.0.0"
2828
},
2929
"dependencies": {
3030
"tslib": "^2.2.0"

0 commit comments

Comments
 (0)