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
@@ -77,6 +77,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@octokit/rest": "^19.0.3",
"@rjsf/utils": "5.24.13",
"history": "^5.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
+2
View File
@@ -70,6 +70,7 @@
"@types/react-sparklines": "^1.7.0",
"ansi-regex": "^6.0.1",
"classnames": "^2.2.6",
"csstype": "^3.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.0.0",
"d3-zoom": "^3.0.0",
@@ -117,6 +118,7 @@
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/zen-observable": "^0.8.0",
"copy-to-clipboard": "^3.3.1",
"cross-fetch": "^4.0.0",
"history": "^5.0.0",
"msw": "^1.0.0",
+1
View File
@@ -57,6 +57,7 @@
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@storybook/react-vite": "^10.3.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/use-sync-external-store": "^1.0.0",