(react) add missing dependencies to run storybook

Since last dependencies storybook, it appears there are missing babel
dependencies to be able to run storybook properly. So we install
missings deps in order to fix that.
This commit is contained in:
jbpenrath
2023-03-31 16:20:42 +02:00
committed by Jean-Baptiste PENRATH
parent c3934ce7f2
commit e90563aee2
3 changed files with 90 additions and 1 deletions

View File

@@ -53,6 +53,9 @@
},
"devDependencies": {
"@babel/core": "7.21.3",
"@babel/preset-typescript": "7.21.4",
"@babel/plugin-proposal-decorators": "7.21.0",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@faker-js/faker": "7.6.0",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",