Commit aa41cc6
committed
fix(core): raise the rxfire floor to ^6.2.0 for its firebase 12 peers
rxfire 6.1.0 peers firebase ^9||^10||^11, so npm installs a second
firebase 11 next to @angular/fire's firebase 12 and the first Firestore
read throws "Type does not match the expected instance". rxfire 6.2.0
(the peer-range fix, rxfire#152) is on npm latest since 2026-07-22.
^6.1.0 already resolves to 6.2.0 on fresh installs; the raised floor is
for upgraders whose lockfile pins rxfire 6.1.0, which survives an
@angular/fire upgrade and recreates the dual-SDK tree. ^6.2.0 forces
the bump.
Also drop the root overrides block that forced rxfire's firebase peer
to ^12.4.0 in this repo's own tree (obsolete with 6.2.0), and sync the
lockfile's stale root version 21.0.0-next.0 to 21.0.0-rc.0 to match
package.json.1 parent 56d3eab commit aa41cc6
3 files changed
Lines changed: 9 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | 123 | | |
129 | 124 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments