From cf09e3ad42c79efe0bb8d2bdcb09e9fac6f816d8 Mon Sep 17 00:00:00 2001 From: David Festal Date: Fri, 23 Jan 2026 15:49:45 +0100 Subject: [PATCH] Fix review comment on `README.md` Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: David Festal --- packages/module-federation-common/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module-federation-common/README.md b/packages/module-federation-common/README.md index 512c3dc5b0..fcf1f5726c 100644 --- a/packages/module-federation-common/README.md +++ b/packages/module-federation-common/README.md @@ -6,6 +6,6 @@ in both the module federation host (frontend application) at runtime, and remote It provides: - TypeScript types for both host and remote shared dependency definitions, -- a default list of shared dependencies (React, React Router, Material-UI, Backstage core packages, etc.) for both the host and remote modules, +- a default list of shared dependencies (React, React Router, Material-UI, etc.) for both the host and remote modules, - utilities used by the CLI to resolve versions of the shared dependencies for the host at build-time, - utilities available for the frontend application to provide the list of resolved shared dependencies at runtime.