From 933c0e3101112c9c94694f29b2d3cc68c52ff6ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 13:30:38 +0000 Subject: [PATCH] Bump @babel/preset-flow from 7.7.4 to 7.8.0 Bumps [@babel/preset-flow](https://github.com/babel/babel) from 7.7.4 to 7.8.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.8.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3e3cf8e..36f7edb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@babel/core": "^7.8.0", "@babel/plugin-transform-flow-strip-types": "^7.8.0", - "@babel/preset-flow": "^7.7.4", + "@babel/preset-flow": "^7.8.0", "@cypress/browserify-preprocessor": "^2.1.1", "babel-eslint": "^10.0.3", "babel-plugin-styled-components": "^1.10.6", diff --git a/yarn.lock b/yarn.lock index 8915a9c..8a379f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -603,7 +603,7 @@ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.7.4" "@babel/helper-plugin-utils" "^7.0.0" -"@babel/plugin-transform-flow-strip-types@^7.7.4", "@babel/plugin-transform-flow-strip-types@^7.8.0": +"@babel/plugin-transform-flow-strip-types@^7.8.0": version "7.8.0" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.8.0.tgz#d35294e7be31f2063f6e3a5ec6146c28efb50db1" integrity sha512-yKcww1yWfAHWk4R7OeU0YnrWEIrSodFr1TibfkrP8t0RDXSyGIDnahz8lzXagNT/XlZC3sWpsYXhty9xAU3ULQ== @@ -955,13 +955,13 @@ js-levenshtein "^1.1.3" semver "^5.5.0" -"@babel/preset-flow@^7.7.4": - version "7.7.4" - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.7.4.tgz#99c1349b6fd7132783196de181e6b32d0949427e" - integrity sha512-6LbUqcHD8BcRtXMOp5bc5nJeU8RlKh6q5U8TgZeCrf9ebBdW8Wyy5ujAUnbJfmzQ56Kkq5XtwErC/5+5RHyFYA== +"@babel/preset-flow@^7.8.0": + version "7.8.0" + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.8.0.tgz#c4df512f5b7e20ae56cba33e1ac6dc8980d5b923" + integrity sha512-z10t7ggJjoqdvcOrnXA16PeDhykL+FeJHg8nYg3D+QuKyMyI433o8oNJO+jFrfLa1aQ9ps2eG2QA5I7FWlJlOA== dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-transform-flow-strip-types" "^7.7.4" + "@babel/helper-plugin-utils" "^7.8.0" + "@babel/plugin-transform-flow-strip-types" "^7.8.0" "@babel/preset-modules@0.1.1": version "0.1.1"