Fix Storybook types issues

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-09-18 15:57:24 +01:00
parent 52227d382a
commit 938973cdf3
4 changed files with 76 additions and 130 deletions
+2 -2
View File
@@ -49,7 +49,7 @@
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"chalk": "^5.4.1",
"eslint-plugin-storybook": "^9.1.5",
"eslint-plugin-storybook": "^9.1.7",
"glob": "^11.0.1",
"globals": "^15.11.0",
"lightningcss": "^1.29.1",
@@ -57,7 +57,7 @@
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-dom": "^6.3.0",
"storybook": "^9.1.5"
"storybook": "^9.1.7"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",