Skip to content

Commit

Permalink
chore(deps): Allow firebase-tools 11 peer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Jun 7, 2022
1 parent 7d47166 commit 27d4bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/package.json
Expand Up @@ -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 }
Expand Down Expand Up @@ -76,4 +76,4 @@
"ng-update": {
"migrations": "./schematics/migration.json"
}
}
}

0 comments on commit 27d4bad

Please sign in to comment.