Merge pull request #34262 from backstage/chore/upgrade-storybook-10.4

This commit is contained in:
Fredrik Adelöw
2026-05-15 19:10:05 +02:00
committed by GitHub
4 changed files with 399 additions and 147 deletions
+3 -3
View File
@@ -61,19 +61,19 @@
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/core-components": "workspace:^",
"@storybook/react-vite": "^10.3.3",
"@storybook/react-vite": "^10.4.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/use-sync-external-store": "^1.0.0",
"eslint-plugin-storybook": "^10.3.3",
"eslint-plugin-storybook": "^10.4.0",
"glob": "^13.0.0",
"globals": "^17.0.0",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.30.2",
"storybook": "^10.3.3"
"storybook": "^10.4.0"
},
"peerDependencies": {
"@types/react": "^18.0.0",