From 27d4bad3f682f4dfce79871b8c274755e42328a3 Mon Sep 17 00:00:00 2001 From: James Daniels Date: Tue, 7 Jun 2022 12:06:58 -0400 Subject: [PATCH] chore(deps): Allow firebase-tools 11 peer --- src/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/package.json b/src/package.json index 08aace45c..fba88f3f6 100644 --- a/src/package.json +++ b/src/package.json @@ -28,7 +28,7 @@ "@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0", "@angular/platform-browser-dynamic": "^12.0.0 || ^13.0.0 || ^14.0.0", "rxjs": "~6.6.0 || ^7.0.0", - "firebase-tools": "^9.9.0 || ^10.0.0" + "firebase-tools": "^9.9.0 || ^10.0.0 || ^11.0.0" }, "peerDependenciesMeta": { "firebase-tools": { "optional": true } @@ -76,4 +76,4 @@ "ng-update": { "migrations": "./schematics/migration.json" } -} \ No newline at end of file +}