Commit f458e05
Fix TanStack duplicate dependency versions (#952)
fix: use regular dependency for @tanstack/db in all packages
Move @tanstack/db from peerDependencies to dependencies in
query-db-collection and offline-transactions to match the standard
pattern used by other TanStack DB packages.
This fixes duplicate @tanstack/db installations when users have multiple
packages installed together.
Co-authored-by: Claude <noreply@anthropic.com>1 parent c4b9399 commit f458e05
File tree
4 files changed
+17
-18
lines changed- .changeset
- packages
- offline-transactions
- query-db-collection
4 files changed
+17
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | | - | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 61 | | |
64 | 62 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments