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.
31 lines
599 B
YAML
31 lines
599 B
YAML
packages:
|
|
- packages/*
|
|
allowBuilds:
|
|
esbuild: true
|
|
|
|
catalog:
|
|
# Standard tooling
|
|
"@biomejs/biome": "^2.4.16"
|
|
|
|
# Testing
|
|
"@playwright/test": "^1.59.1"
|
|
"@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"
|
|
"@vitest/coverage-v8": "^4.1.8"
|
|
jsdom: "^29.1.1"
|
|
|
|
# React
|
|
react: "^19.2.5"
|
|
react-dom: "^19.2.5"
|
|
semantic-release: "^25.0.3"
|
|
typescript: "~6.0.2"
|
|
|
|
# Vite
|
|
vite: "^8.0.10"
|
|
vitest: "^4.1.8"
|
|
zod: "^4.0.0"
|