Skip to content

Commit

Permalink
Bump @babel/plugin-transform-runtime from 7.4.4 to 7.5.5 (#16719)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jul 24, 2019
1 parent 376c804 commit 215119d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -48,7 +48,7 @@
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "~7.4.4",
"@babel/plugin-transform-runtime": "~7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
Expand Down Expand Up @@ -136,7 +136,7 @@
"**/@babel/core": "^7.5.5",
"**/@babel/plugin-proposal-class-properties": "^7.5.5",
"**/@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"**/@babel/plugin-transform-runtime": "~7.4.4",
"**/@babel/plugin-transform-runtime": "~7.5.5",
"**/@babel/preset-env": "^7.5.5",
"**/@babel/preset-react": "^7.0.0",
"**/hoist-non-react-statics": "^3.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -644,10 +644,10 @@
dependencies:
"@babel/helper-plugin-utils" "^7.0.0"

"@babel/plugin-transform-runtime@7.4.4", "@babel/plugin-transform-runtime@~7.4.4":
version "7.4.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.4.4.tgz#a50f5d16e9c3a4ac18a1a9f9803c107c380bce08"
integrity sha512-aMVojEjPszvau3NRg+TIH14ynZLvPewH4xhlCW1w6A3rkxTS1m4uwzRclYR9oS+rl/dr+kT+pzbfHuAWP/lc7Q==
"@babel/plugin-transform-runtime@7.4.4", "@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==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/helper-plugin-utils" "^7.0.0"
Expand Down

0 comments on commit 215119d

Please sign in to comment.