You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugin-catalog/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
This plugin adds support for centralized dependency version management through catalogs, similar to pnpm's catalog feature.
4
4
5
+
It hooks into:
6
+
-`reduceDependency` and replaces catalog ranges with the ones defined in a catalog.
7
+
-`beforeWorkspacePacking` replacing catalogs with actual ranges before packing
8
+
5
9
## Install
6
10
7
11
This plugin is included by default starting from Yarn 4.10.0.
@@ -66,4 +70,4 @@ Then reference them in your `package.json`:
66
70
}
67
71
```
68
72
69
-
The comprehensive feature documentation should go in `packages/docusaurus/docs/features/catalog.mdx` following the same pattern as other feature docs in that directory.
73
+
The comprehensive feature documentation can be found in `packages/docusaurus/docs/features/catalog.mdx`.
0 commit comments