From 884c93b23c1c15dc17ced37ae598b46d71a4e38e Mon Sep 17 00:00:00 2001 From: kukhariev Date: Sun, 7 May 2023 20:54:35 +0300 Subject: [PATCH] fix: support angular v16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2c9bc3..acacfa7 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "zone.js": "~0.11.4" }, "peerDependencies": { - "@angular/core": ">=14.0.0 <16.0.0", + "@angular/core": ">=14.0.0 <17.0.0", "rxjs": "^6.4.0 || ^7.0.0" }, "lint-staged": {