Merge pull request #32806 from awanlin/nfs/create-app-updates

Create App Updates
This commit is contained in:
Andre Wanlin
2026-02-12 05:59:06 -06:00
committed by GitHub
6 changed files with 23 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Updated to include the missing core plugins in the template used with the `--next` flag. Also updated `react-router*` versions and added Jest 30-related dependencies. Finally, moved the order of `@playwright/test` so it won't trigger a file change during the creation process.