From b62d3bcabc7ccb62ae88bad08b9084562c9525b1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Apr 2019 21:26:12 +0000 Subject: [PATCH] Update dependency @babel/plugin-transform-flow-strip-types to v7.4.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6a1d918..adf4318 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "./dist/browser.es2015.es.js": "./dist/browser.es2017.es.js" }, "devDependencies": { - "@babel/plugin-transform-flow-strip-types": "7.2.3", + "@babel/plugin-transform-flow-strip-types": "7.4.4", "babel-eslint": "10.0.1", "create-universal-package": "3.4.6", "eslint": "5.15.3", diff --git a/yarn.lock b/yarn.lock index a8b7c0f..ff5555c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -516,10 +516,10 @@ dependencies: "@babel/helper-builder-binary-assignment-operator-visitor" "7.0.0-beta.31" -"@babel/plugin-transform-flow-strip-types@7.2.3": - version "7.2.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.2.3.tgz#e3ac2a594948454e7431c7db33e1d02d51b5cd69" - integrity sha512-xnt7UIk9GYZRitqCnsVMjQK1O2eKZwFB3CvvHjf5SGx6K6vr/MScCKQDnf1DxRaj501e3pXjti+inbSXX2ZUoQ== +"@babel/plugin-transform-flow-strip-types@7.4.4": + version "7.4.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.4.4.tgz#d267a081f49a8705fc9146de0768c6b58dccd8f7" + integrity sha512-WyVedfeEIILYEaWGAUWzVNyqG4sfsNooMhXWsu/YzOvVGcsnPb5PguysjJqI3t3qiaYj0BR8T2f5njdjTGe44Q== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-syntax-flow" "^7.2.0"