d1be10cb89
React Aria Components v1.17.0 consolidated individual packages into monopackages, dropping `@react-types/table` as a transitive dependency. This caused `TS2307` errors in new app installations where `react-aria-components@1.17.0` was resolved. Migrate all imports from individual `@react-aria/*` and `@react-stately/*` packages to the `react-aria` and `react-stately` monopackages in both `@backstage/ui` and `@backstage/plugin-app`, and update minimum dependency versions accordingly. Signed-off-by: Johan Persson <johanopersson@gmail.com>
214 B
214 B
@backstage/plugin-app
| @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).