From 4f2e4cb87b2e0742d6e75f7aa9d0037521d2d042 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2020 07:11:35 +0000 Subject: [PATCH] Bump eslint-plugin-flowtype from 2.50.3 to 5.1.3 Bumps [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype) from 2.50.3 to 5.1.3. - [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases) - [Commits](https://github.com/gajus/eslint-plugin-flowtype/compare/v2.50.3...v5.1.3) 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..d1d04b4 --- 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.1.3" } }