Fix review comment on README.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2026-01-23 15:49:45 +01:00
parent 595b9e49ba
commit cf09e3ad42
+1 -1
View File
@@ -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.