From 907e3558b09df2c603c36a5627fca6ad195be205 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Thu, 17 Nov 2022 09:50:37 +0100 Subject: [PATCH] feat(angular): Add Angular 15 support --- packages/angular/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/angular/package.json b/packages/angular/package.json index 51327d8a7385..a7cbfbf8411e 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -15,9 +15,9 @@ "access": "public" }, "peerDependencies": { - "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x", - "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x", - "@angular/router": "10.x || 11.x || 12.x || 13.x || 14.x", + "@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x", + "@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x", + "@angular/router": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x", "rxjs": "^6.5.5 || ^7.x" }, "dependencies": {