mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +00:00
## Summary Adds pnpm catalog to centralize dependency versions across the monorepo. ## Changes - **What**: Consolidates dependencies into single default catalog with [`prefer` mode](https://pnpm.io/catalogs#catalog-mode) - **Dependencies**: No new dependencies - reorganizes existing version management ## Review Focus The catalog uses `prefer` mode which automatically uses catalog versions for packages already in the catalog, falling back to direct versions for packages not yet cataloged. ### Example Usage When adding a dependency already in the catalog: ```bash pnpm add vue ``` This automatically uses `"vue": "catalog:"` in `package.json` instead of a direct version.
53 B
53 B