mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Bumps @pierre/diffs from 1.0.11 to 1.1.15 to pick up the Virtualizer component and renderHeaderPrefix/renderCustomHeader hooks the Run Files tab relies on for large-diff performance. 1.0 -> 1.1 merged MouseEventManager/LineSelectionManager into InteractionManager but the public React components (MultiFileDiff, PatchDiff, FileDiff, File) keep their existing shape, so no consumer changes are needed yet -- Unit 10 exercises the new features. Pins an exact version (1.1.15) rather than a caret range so bun doesn't resolve up to 1.1.16, which was published today and would trip the "no packages younger than 24 h" rule in the user-global policy. The redundant apps/fabro-web/bun.lock is removed; bun workspaces resolve against the root bun.lock and the per-app lockfile was drifting from it. Embedded SPA bundle (lib/crates/fabro-spa/assets/) is refreshed to match the new build output. Refs plan docs/plans/2026-04-19-002-feat-run-files-changed-tab-plan.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
35 lines
922 B
JSON
35 lines
922 B
JSON
{
|
|
"name": "fabro-web",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "bun run scripts/build.ts",
|
|
"dev": "bun run scripts/build.ts --watch",
|
|
"test": "bun test",
|
|
"typecheck": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@headlessui/react": "^2.2.9",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@pierre/diffs": "1.1.15",
|
|
"@qltysh/fabro-api-client": "workspace:*",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@viz-js/viz": "^3.24.0",
|
|
"marked": "^18.0.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-router": "7.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/cli": "^4.1.13",
|
|
"@types/node": "^22",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"react-test-renderer": "19.2.0",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|