From 6ceb48ac8d5df038a50e1daddb28d16fcac6ce26 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Thu, 26 Oct 2023 11:24:24 -0500 Subject: [PATCH] docs: Update to correct file reference in shared dependencies --- docs/commands/bootstrap.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/commands/bootstrap.mdx b/docs/commands/bootstrap.mdx index 6301a7c2..e2977fb1 100644 --- a/docs/commands/bootstrap.mdx +++ b/docs/commands/bootstrap.mdx @@ -97,7 +97,7 @@ project, just add the dependencies you wish to share between the packages to your bootstrap config in your `melos.yaml` file. If a dependency from `environment`, `dependencies` or `dev_dependencies` in -your `common_packages.yaml` exists in a package, the dependency version in this +your `melos.yaml` exists in a package, the dependency version in this package will be updated to match the version defined in your bootstrap config every time `melos bootstrap` is run.