ui: add React Aria and React Stately dependencies
Add `react-aria`, `@react-aria/interactions`, `@react-stately/layout`, and `@react-stately/overlays` as dependencies, and `react-stately` as a dev dependency to `@backstage/ui`. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -47,9 +47,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/version-bridge": "workspace:^",
|
||||
"@react-aria/interactions": "^3.27.1",
|
||||
"@react-stately/layout": "^4.6.0",
|
||||
"@react-stately/overlays": "^3.6.23",
|
||||
"@remixicon/react": "^4.6.0",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"clsx": "^2.1.1",
|
||||
"react-aria": "^3.47.0",
|
||||
"react-aria-components": "^1.14.0",
|
||||
"use-sync-external-store": "^1.4.0"
|
||||
},
|
||||
@@ -64,6 +68,7 @@
|
||||
"react": "^18.0.2",
|
||||
"react-dom": "^18.0.2",
|
||||
"react-router-dom": "^6.30.2",
|
||||
"react-stately": "^3.45.0",
|
||||
"storybook": "^10.3.0-alpha.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user