From 65e412350bd6563ac8f34d1934d4266ab1da22b5 Mon Sep 17 00:00:00 2001 From: Elaine Mattos Date: Thu, 27 Nov 2025 14:42:54 +0100 Subject: [PATCH] Update .changeset/early-carpets-rush.md Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Signed-off-by: Elaine Mattos --- .changeset/early-carpets-rush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/early-carpets-rush.md b/.changeset/early-carpets-rush.md index a0851aef93..dbdc5410c9 100644 --- a/.changeset/early-carpets-rush.md +++ b/.changeset/early-carpets-rush.md @@ -7,7 +7,7 @@ Add missing peer/dev dependencies to the frontend plugin template. `react-dom` was not declared as a peer dependency, causing module resolution errors when generating plugins outside a Backstage monorepo. This adds `react-dom` to `peerDependencies` (for consuming apps) and `devDependencies` -(for local development). `react-router-dom` is also added to `devDependencies` +(for local development). `react-router-dom` is also added to `peerDependencies` (for consuming apps) and `devDependencies` to support routing during plugin development. Fixes: