fix: put back @babel/core dep in @storybook/core

We are using `babel-loader` in `@storybook/core`.
And `babel-loader` has a peerDep on `@babel/core`.
So we have to add it to the dependencies of `@storybook/core`.
This commit is contained in:
Gaëtan Maisse 2020-09-20 15:34:39 +02:00
parent c8a60565b0
commit b0ec101c12
No known key found for this signature in database
GPG Key ID: D934C0EF3714A8A8

View File

@ -30,6 +30,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/core": "^7.11.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-export-default-from": "^7.10.4",