From 11d8c8917172969604714a5c4bb4b31166881748 Mon Sep 17 00:00:00 2001 From: fritzschoff Date: Tue, 25 May 2021 10:51:57 +0200 Subject: [PATCH] updated peer dependencies --- projects/akita-ng-fire/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/akita-ng-fire/package.json b/projects/akita-ng-fire/package.json index 31d9422..980aa0a 100644 --- a/projects/akita-ng-fire/package.json +++ b/projects/akita-ng-fire/package.json @@ -2,9 +2,9 @@ "name": "akita-ng-fire", "version": "5.0.2", "peerDependencies": { - "@angular/common": ">=9.0.0 <12", - "@angular/core": ">=9.0.0 <12", - "@angular/router": ">=9.0.0 <12", + "@angular/common": ">=9.0.0 <13", + "@angular/core": ">=9.0.0 <13", + "@angular/router": ">=9.0.0 <13", "@angular/fire": ">=6.0.4", "@datorama/akita": ">= 6.0.0", "firebase": ">= 8 <9",