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: