formatting fixes

Signed-off-by: Cory Steers <cory.steers.gmu9@statefarm.com>
This commit is contained in:
Cory Steers
2025-05-30 12:37:22 -05:00
parent 95955c21f2
commit 1115791e35
+3 -3
View File
@@ -85,9 +85,9 @@ the appropriate npm version ranges. This is handled by the
### `afterWorkspaceDependencyAddition` hook
\_Replaces npm version ranges with `backstage:^` ranges for `@backstage/*` dependencies added after
the plugin has converted existing dependencies to `backstage:^` range
_Replaces npm version ranges with `backstage:^` ranges for `@backstage/*` dependencies added after
the plugin has converted existing dependencies to `backstage:^` range_
### `afterWorkspaceDependencyReplacement` hook
\_warns user with console message when running `yarn add` for a `@backstage/*` scoped dependency that is already a dependency in the target package. Doing so will remove the `backstage:^` scope and replace it with the actual npm version range, which may not be desired.
_warns user with console message when running `yarn add` for a `@backstage/*` scoped dependency that is already a dependency in the target package. Doing so will remove the `backstage:^` scope and replace it with the actual npm version range, which may not be desired._