Skip to content

Commit

Permalink
Merge pull request #8774 from storybookjs/add-babel-runtime
Browse files Browse the repository at this point in the history
Add @babel/runtime to workspace
  • Loading branch information
Hypnosphi committed Nov 9, 2019
2 parents 23f8b11 + cc58e63 commit be32fad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -134,6 +134,7 @@
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.7.2",
"@emotion/snapshot-serializer": "^0.8.2",
"@storybook/eslint-config-storybook": "^2.0.0",
"@storybook/linter-config": "^2.0.0",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Expand Up @@ -1445,6 +1445,13 @@
dependencies:
regenerator-runtime "^0.13.2"

"@babel/runtime@^7.7.2":
version "7.7.2"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
integrity sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==
dependencies:
regenerator-runtime "^0.13.2"

"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
Expand Down

1 comment on commit be32fad

@vercel
Copy link

@vercel vercel bot commented on be32fad Nov 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.