Skip to content

Commit

Permalink
fix(global): babel runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Aug 23, 2019
1 parent eadaa3b commit e5f999a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@babel/core": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/runtime-corejs2": "^7.0.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@storybook/addon-info": "^5.1.11",
"@storybook/addons": "5.1.11",
Expand Down Expand Up @@ -81,6 +80,7 @@
"react-test-renderer": "^16.8.1"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@emotion/core": "^10.0.16",
"@emotion/styled": "^10.0.15",
"color": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/[email protected]":
"@babel/[email protected]", "@babel/plugin-transform-runtime@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.5.5.tgz#a6331afbfc59189d2135b2e09474457a8e3d28bc"
integrity sha512-6Xmeidsun5rkwnGfMOp6/z9nSzWpHFNVr2Jx7kwoq4mVatQfQx5S56drBgEHF+XQbKOdIaOiMIINvp/kAwMN+w==
Expand Down Expand Up @@ -803,7 +803,7 @@
dependencies:
regenerator-runtime "^0.12.0"

"@babel/[email protected]", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0":
"@babel/[email protected]", "@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.3", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5":
version "7.5.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==
Expand Down

0 comments on commit e5f999a

Please sign in to comment.