Commit 67e51e6
committed
fix(deps): restore @tanstack/react-virtual + hold datum-ui at 1.2.0
The all-deps bump broke CI unit + e2e: @datum-cloud/datum-ui imports
@tanstack/react-virtual (via use-option-picker), which was a resolved optional-peer
in the base lockfile (3.14.2). bun's re-resolve after the bump pruned it, so CI's
--frozen-lockfile install couldn't resolve it (passed locally only due to a stale
node_modules copy).
- Add @tanstack/react-virtual ^3.14.3 as an explicit dependency (deterministic).
- Pin @datum-cloud/datum-ui to 1.2.0 (1.3.0 also pulls @tanstack/react-table;
hold until that's evaluated).
Verified on a CLEAN frozen install (CI-faithful): 1328 unit tests + e2e:fast 4/4.1 parent 2caedd8 commit 67e51e6
2 files changed
Lines changed: 9 additions & 3 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 | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments