From 99d2ac571e2dabafdf88568a6cfb4377524cbbfa Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Sat, 28 Aug 2021 19:56:51 +0200 Subject: [PATCH] Remove package "eslint-plugin-flowtype" Signed-off-by: Tilman Vatteroth --- package.json | 1 - yarn.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index daac2bef2..bf8be4537 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "emoji-picker-element": "1.8.0", "emoji-picker-element-data": "1.2.0", "eslint-config-react-app": "6.0.0", - "eslint-plugin-flowtype": "5.9.0", "eslint-plugin-import": "2.24.2", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-node": "11.1.0", diff --git a/yarn.lock b/yarn.lock index 86b208813..15a913a9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6452,7 +6452,7 @@ eslint-plugin-es@^3.0.0: eslint-utils "^2.0.0" regexpp "^3.0.0" -eslint-plugin-flowtype@5.9.0, eslint-plugin-flowtype@^5.2.0: +eslint-plugin-flowtype@^5.2.0: version "5.9.0" resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.9.0.tgz#8d2d81d3d79bb53470ed62b97409b31684757e30" integrity sha512-aBUVPA5Wt0XyuV3Wg8flfVqYJR6yR2nRLuyPwoTjCg5VTk4G1X1zQpInr39tUGgRxqrA+d+B9GYK4+/d1i0Rfw==