Skip to content

Commit 67e51e6

Browse files
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

File tree

bun.lock

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@conform-to/react": "1.19.4",
3030
"@conform-to/zod": "1.19.4",
31-
"@datum-cloud/datum-ui": "^1.3.0",
31+
"@datum-cloud/datum-ui": "1.2.0",
3232
"@epic-web/client-hints": "^1.3.9",
3333
"@lingui/core": "^6.4.0",
3434
"@lingui/detect-locale": "^6.4.0",
@@ -37,6 +37,7 @@
3737
"@oslojs/encoding": "^1.1.0",
3838
"@react-router/node": "^7.18.0",
3939
"@sentry/react-router": "^10.60.0",
40+
"@tanstack/react-virtual": "^3.14.3",
4041
"@zitadel/client": "1.3.1",
4142
"@zitadel/proto": "1.3.1",
4243
"date-fns": "^4.4.0",

0 commit comments

Comments
 (0)