Merge pull request #33918 from backstage/fix/ui-missing-react-types-table-dep

fix(ui,app): update React Aria to v1.17.0 and migrate to monopackage imports
This commit is contained in:
Patrik Oldsberg
2026-04-15 14:20:37 +02:00
committed by GitHub
15 changed files with 90 additions and 1916 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app': patch
---
Migrated React Aria imports from individual packages (`@react-aria/toast`, `@react-aria/button`, `@react-stately/toast`) to the monopackages (`react-aria`, `react-stately`).
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Updated React Aria dependencies to v1.17.0 and migrated imports from individual `@react-aria/*` and `@react-stately/*` packages to the monopackages (`react-aria`, `react-stately`). This fixes a type resolution error for `@react-types/table` that occurred in new app installations.