Skip to content

Commit 847dda4

Browse files
authored
fix: update angular requirements to allow angular 16 (#177)
1 parent b2d71fa commit 847dda4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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 < 16",
24-
"@angular/core": ">= 12.0.0 < 16"
23+
"@angular/common": ">= 12.0.0 < 17",
24+
"@angular/core": ">= 12.0.0 < 17"
2525
},
2626
"dependencies": {
2727
"tslib": "^2.2.0"

libs/route-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"route-config"
2222
],
2323
"peerDependencies": {
24-
"@angular/common": ">= 12.0.0 < 16",
25-
"@angular/core": ">= 12.0.0 < 16",
26-
"@angular/router": ">= 12.0.0 < 16",
24+
"@angular/common": ">= 12.0.0 < 17",
25+
"@angular/core": ">= 12.0.0 < 17",
26+
"@angular/router": ">= 12.0.0 < 17",
2727
"rxjs": ">=7.0.0"
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)