➕(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:
committed by
Jean-Baptiste PENRATH
parent
c3934ce7f2
commit
e90563aee2
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user