From c7b128956d82b6c073aecbfff2aed6452b71c901 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 22:21:17 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype from 2.50.3 to 5.2.2 Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 2.50.3 to 5.2.2. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.50.3...v5.2.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 13be02b..2b69e59 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "homepage": "https://github.com/rizalibnu/react-native-scroll-up#readme", "devDependencies": { "eslint-config-airbnb": "^16.1.0", - "eslint-plugin-flowtype": "^2.46.1" + "eslint-plugin-flowtype": "^5.2.2" } }