chore: update runtime requirements

Require Node 22 or newer
Update project package manager to Bun 1.3.14
This commit is contained in:
Bohdan Triapitsyn
2026-06-10 17:37:19 +03:00
parent 9742b2c777
commit a486e76233
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ OpenChamber provides UI runtimes (web/desktop/VS Code) for interacting with an O
## Tech stack (source of truth: `package.json`, resolved: `bun.lock`)
- Runtime/tooling: Bun (`package.json` `packageManager`), Node >=20 (`package.json` `engines`)
- Runtime/tooling: Bun (`package.json` `packageManager`), Node >=22 (`package.json` `engines`)
- UI: React, TypeScript, Vite, Tailwind v4
- State: Zustand stores and sync layer (`packages/ui/src/stores/`, `packages/ui/src/sync/`)
- UI primitives: Base UI (`@base-ui/react`, primary source for dropdown/select/dialog/menu/tooltip/etc. — wrappers live in `packages/ui/src/components/ui/`), Radix UI (`package.json` deps, legacy usages being migrated), HeroUI (`package.json` deps), Remixicon as SVG sprite source only (use shared `Icon`, never direct `@remixicon/react` imports)