From 847dda4414b811a16bb4267c9e28cc4b77620d8d Mon Sep 17 00:00:00 2001 From: Jan Kaiser Date: Wed, 30 Aug 2023 11:52:54 +0200 Subject: [PATCH] fix: update angular requirements to allow angular 16 (#177) --- libs/ng-utils/package.json | 4 ++-- libs/route-config/package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/ng-utils/package.json b/libs/ng-utils/package.json index c33c543..b3c03ec 100644 --- a/libs/ng-utils/package.json +++ b/libs/ng-utils/package.json @@ -20,8 +20,8 @@ "utilities" ], "peerDependencies": { - "@angular/common": ">= 12.0.0 < 16", - "@angular/core": ">= 12.0.0 < 16" + "@angular/common": ">= 12.0.0 < 17", + "@angular/core": ">= 12.0.0 < 17" }, "dependencies": { "tslib": "^2.2.0" diff --git a/libs/route-config/package.json b/libs/route-config/package.json index 4b56746..b463b34 100644 --- a/libs/route-config/package.json +++ b/libs/route-config/package.json @@ -21,9 +21,9 @@ "route-config" ], "peerDependencies": { - "@angular/common": ">= 12.0.0 < 16", - "@angular/core": ">= 12.0.0 < 16", - "@angular/router": ">= 12.0.0 < 16", + "@angular/common": ">= 12.0.0 < 17", + "@angular/core": ">= 12.0.0 < 17", + "@angular/router": ">= 12.0.0 < 17", "rxjs": ">=7.0.0" }, "dependencies": {