Commit 45f138d
authored
fix(schematics): accept firebase-tools 15 in the peer range (#3702)
The optional firebase-tools peerDependency was capped at ^14.0.0, which
excludes the current major (15.x). The ng add version check already
accepts anything >= 14.0.0 and the schematic runs fine on 15.x, so the
narrow range only produces spurious peer-dependency warnings for users
on the current CLI.1 parent fef6320 commit 45f138d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments