Skip to content

Commit 27d4bad

Browse files
authored
chore(deps): Allow firebase-tools 11 peer
1 parent 7d47166 commit 27d4bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@angular/platform-browser": "^12.0.0 || ^13.0.0 || ^14.0.0",
2929
"@angular/platform-browser-dynamic": "^12.0.0 || ^13.0.0 || ^14.0.0",
3030
"rxjs": "~6.6.0 || ^7.0.0",
31-
"firebase-tools": "^9.9.0 || ^10.0.0"
31+
"firebase-tools": "^9.9.0 || ^10.0.0 || ^11.0.0"
3232
},
3333
"peerDependenciesMeta": {
3434
"firebase-tools": { "optional": true }
@@ -76,4 +76,4 @@
7676
"ng-update": {
7777
"migrations": "./schematics/migration.json"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)