From 4e07248bff8700d9d8edd01f004d5b0848f5a17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Zl=C3=A1mal?= Date: Fri, 16 Apr 2021 15:35:26 -0500 Subject: [PATCH] Upgrade `eslint-plugin-flowtype` to the latest version 5.7.1 This release includes some fixes for our codebase, see: - https://github.com/gajus/eslint-plugin-flowtype/pull/477 - https://github.com/gajus/eslint-plugin-flowtype/pull/478 adeira-source-id: a16fb4f4e7da1a952452a75cb4c4cc58f92e69bf --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9c1e32..f1be51a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint-config-prettier": "^8.2.0", "eslint-plugin-adeira": "^0.13.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-flowtype": "^5.7.0", + "eslint-plugin-flowtype": "^5.7.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.3.5", "eslint-plugin-jsx-a11y": "^6.4.1",