From 4bde4097fe6988545d9d0f0214525e157bd28a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dubois?= Date: Fri, 19 Jun 2026 14:05:41 +0200 Subject: [PATCH] fix(peer-deps): allow Angular 22 consumers --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1cbc0677..e507d174 100644 --- a/package.json +++ b/package.json @@ -48,8 +48,8 @@ "license": "MIT", "distDir": "dist", "peerDependencies": { - "@angular/common": "^21.0.0", - "@angular/core": "^21.0.0", + "@angular/common": "^21.0.0 || ^22.0.0", + "@angular/core": "^21.0.0 || ^22.0.0", "@uirouter/core": "^6.1.2", "@uirouter/rx": "^1.0.0" },