Files
backstage/.changeset/remove-backend-defaults-from-plugins.md
T
Patrik Oldsberg 8148621999 Move @backstage/backend-defaults to devDependencies in backend plugins
Move @backstage/backend-defaults from dependencies to devDependencies
in all backend plugins that had it as a production dependency. None of
these plugins use it in their production source code - it's only needed
for dev servers (dev/index.ts) and test files.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 11:36:39 +01:00

359 B

@backstage/plugin-devtools-backend, @backstage/plugin-mcp-actions-backend, @backstage/plugin-scaffolder-backend, @backstage/plugin-search-backend, @backstage/plugin-techdocs-backend, @backstage/plugin-user-settings-backend
@backstage/plugin-devtools-backend @backstage/plugin-mcp-actions-backend @backstage/plugin-scaffolder-backend @backstage/plugin-search-backend @backstage/plugin-techdocs-backend @backstage/plugin-user-settings-backend
patch patch patch patch patch patch

Moved @backstage/backend-defaults from dependencies to devDependencies.