Fix imports

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-08-13 16:12:50 +02:00
parent 0d5f310c29
commit 5e38b5b1f8
3 changed files with 91 additions and 349 deletions
+3 -3
View File
@@ -46,11 +46,11 @@
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@storybook/react-webpack5": "^8.6.12",
"@storybook/react": "^8.6.12",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"chalk": "^5.4.1",
"eslint-plugin-storybook": "^9.1.2",
"eslint-plugin-storybook": "^0.12.0",
"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.2"
"storybook": "^8.6.12"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",