From c29775389bf67488b14c641b6369e98b95174764 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 19:13:59 +0200 Subject: [PATCH] =?UTF-8?q?Update=20eslint-plugin-flowtype=20to=20the=20la?= =?UTF-8?q?test=20version=20=F0=9F=9A=80=20(#121)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update eslint-plugin-flowtype to version 4.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 26690a8..9046e4e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "clean-webpack-plugin": "^2.0.0", "css-loader": "^3.0.0", "eslint": "^6.1.0", - "eslint-plugin-flowtype": "^3.13.0", + "eslint-plugin-flowtype": "^4.0.0", "eslint-plugin-fp": "^2.3.0", "eslint-plugin-react": "^7.14.3", "file-loader": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index cc7f3c5..2ce6f2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2586,10 +2586,10 @@ eslint-ast-utils@^1.0.0: lodash.get "^4.4.2" lodash.zip "^4.2.0" -eslint-plugin-flowtype@^3.13.0: - version "3.13.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.13.0.tgz#e241ebd39c0ce519345a3f074ec1ebde4cf80f2c" - integrity sha512-bhewp36P+t7cEV0b6OdmoRWJCBYRiHFlqPZAG1oS3SF+Y0LQkeDvFSM4oxoxvczD1OdONCXMlJfQFiWLcV9urw== +eslint-plugin-flowtype@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.1.0.tgz#3509c1826157bf1a8a60fa67064adb675eacebd0" + integrity sha512-Hswk3614J3Tk78stSJ6eAH6JoQOIdJckImMKkkzbbaWwvvN05QMulmhFdP5bwt2iApmUq/0ZWPaKsk/czmacSQ== dependencies: lodash "^4.17.15"