Merge pull request #32135 from backstage/storybook-10-upgrade

Upgrade Storybook to version 10
This commit is contained in:
Charles de Dreuille
2025-12-17 18:40:14 +00:00
committed by GitHub
5 changed files with 283 additions and 288 deletions
+2 -2
View File
@@ -50,7 +50,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"chalk": "^5.4.1",
"eslint-plugin-storybook": "^9.1.7",
"eslint-plugin-storybook": "^10.1.9",
"glob": "^11.0.1",
"globals": "^15.11.0",
"lightningcss": "^1.29.1",
@@ -58,7 +58,7 @@
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0",
"storybook": "^9.1.7"
"storybook": "^10.1.9"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",