2026-04-24 16:52:40 -05:00
|
|
|
packages:
|
|
|
|
|
- packages/*
|
2026-04-27 11:20:47 -05:00
|
|
|
allowBuilds:
|
|
|
|
|
esbuild: true
|
|
|
|
|
|
|
|
|
|
catalog:
|
|
|
|
|
# Standard tooling
|
chore(deps): consolidate dependency bumps (supersedes #34-53)
npm (lockfile + catalog): tanstack, @tauri-apps/*, turbo 2.9.x, biome, vite,
@vitejs/plugin-react, vitest+coverage-v8 4.1.8 (lockstep), @playwright/test,
and jsdom 26->29 (major). cargo: tauri 2.11.2, tauri-plugin-http 2.5.9,
tauri-build 2.6.2, serde_json. github-actions: docker setup-qemu v4,
setup-buildx v4, build-push v7. Validated: make ci-web, cargo-check, actionlint.
2026-06-02 15:36:16 -05:00
|
|
|
"@biomejs/biome": "^2.4.16"
|
2026-04-27 11:20:47 -05:00
|
|
|
|
|
|
|
|
# Testing
|
2026-05-03 17:03:55 -05:00
|
|
|
"@playwright/test": "^1.59.1"
|
2026-04-27 11:20:47 -05:00
|
|
|
"@testing-library/jest-dom": "^6.6.3"
|
|
|
|
|
"@testing-library/react": "^16.3.0"
|
|
|
|
|
"@testing-library/user-event": "^14.6.1"
|
|
|
|
|
"@types/react": "^19.2.14"
|
|
|
|
|
"@types/react-dom": "^19.2.3"
|
|
|
|
|
"@vitejs/plugin-react": "^6.0.1"
|
chore(deps): consolidate dependency bumps (supersedes #34-53)
npm (lockfile + catalog): tanstack, @tauri-apps/*, turbo 2.9.x, biome, vite,
@vitejs/plugin-react, vitest+coverage-v8 4.1.8 (lockstep), @playwright/test,
and jsdom 26->29 (major). cargo: tauri 2.11.2, tauri-plugin-http 2.5.9,
tauri-build 2.6.2, serde_json. github-actions: docker setup-qemu v4,
setup-buildx v4, build-push v7. Validated: make ci-web, cargo-check, actionlint.
2026-06-02 15:36:16 -05:00
|
|
|
"@vitest/coverage-v8": "^4.1.8"
|
|
|
|
|
jsdom: "^29.1.1"
|
2026-04-27 11:20:47 -05:00
|
|
|
|
|
|
|
|
# React
|
|
|
|
|
react: "^19.2.5"
|
|
|
|
|
react-dom: "^19.2.5"
|
chore(deps): consolidate dependency bumps (supersedes #34-53)
npm (lockfile + catalog): tanstack, @tauri-apps/*, turbo 2.9.x, biome, vite,
@vitejs/plugin-react, vitest+coverage-v8 4.1.8 (lockstep), @playwright/test,
and jsdom 26->29 (major). cargo: tauri 2.11.2, tauri-plugin-http 2.5.9,
tauri-build 2.6.2, serde_json. github-actions: docker setup-qemu v4,
setup-buildx v4, build-push v7. Validated: make ci-web, cargo-check, actionlint.
2026-06-02 15:36:16 -05:00
|
|
|
semantic-release: "^25.0.3"
|
2026-04-27 11:20:47 -05:00
|
|
|
typescript: "~6.0.2"
|
|
|
|
|
|
|
|
|
|
# Vite
|
|
|
|
|
vite: "^8.0.10"
|
chore(deps): consolidate dependency bumps (supersedes #34-53)
npm (lockfile + catalog): tanstack, @tauri-apps/*, turbo 2.9.x, biome, vite,
@vitejs/plugin-react, vitest+coverage-v8 4.1.8 (lockstep), @playwright/test,
and jsdom 26->29 (major). cargo: tauri 2.11.2, tauri-plugin-http 2.5.9,
tauri-build 2.6.2, serde_json. github-actions: docker setup-qemu v4,
setup-buildx v4, build-push v7. Validated: make ci-web, cargo-check, actionlint.
2026-06-02 15:36:16 -05:00
|
|
|
vitest: "^4.1.8"
|
2026-04-27 11:20:47 -05:00
|
|
|
zod: "^4.0.0"
|