From de961dedd51c4f2b65c724e4cee5c912a60a88ac Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 13 Oct 2018 20:03:39 -0400 Subject: [PATCH] =?UTF-8?q?Update=20eslint-plugin-flowtype=20to=20the=20la?= =?UTF-8?q?test=20version=20=F0=9F=9A=80=20(#1743)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update eslint-plugin-flowtype to version 3.0.0 * chore(package): update lockfile yarn.lock --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9b3a023e..0957001e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "css-loader": "^1.0.0", "cssnano": "^4.0.1", "eslint": "^5.0.0", - "eslint-plugin-flowtype": "^2.40.1", + "eslint-plugin-flowtype": "^3.0.0", "eslint-plugin-react": "^7.10.0", "eslint-plugin-transform-runtime-aliasing": "^2.0.0", "file-loader": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 332796b7..bbfb073c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2688,9 +2688,9 @@ escodegen@^1.9.1: optionalDependencies: source-map "~0.6.1" -eslint-plugin-flowtype@^2.40.1: - version "2.50.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.0.tgz#953e262fa9b5d0fa76e178604892cf60dfb916da" +eslint-plugin-flowtype@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.0.0.tgz#4b72588d8a5a5c836439752fe52e8e0f4b9954df" dependencies: lodash "^4.17.10"