chore: add missing transitive dependencies

Add dependencies that were only available transitively through other
packages but were being imported directly:

- csstype and copy-to-clipboard in @backstage/core-components
- @storybook/react-vite in @backstage/ui
- react-aria-components in @backstage/plugin-notifications
- @octokit/core in @backstage/plugin-scaffolder-backend-module-github
- @rjsf/utils in example-app-legacy

Signed-off-by: Fredrik Adelöw <freben@spotify.com>
Made-with: Cursor
This commit is contained in:
Fredrik Adelöw
2026-04-16 13:28:21 +02:00
parent a9b556d70d
commit 3846774beb
7 changed files with 20 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@
"@remixicon/react": "^4.6.0",
"lodash": "^4.17.21",
"notistack": "^3.0.1",
"react-aria-components": "^1.17.0",
"react-relative-time": "^0.0.9",
"react-use": "^17.2.4"
},