From ec69dcb0a36394c5304c670860fc4b9dec3946d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 20:29:24 +0000 Subject: [PATCH] Update eslint-plugin-react requirement from ^4.2.1 to ^6.10.3 Updates the requirements on [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) to permit the latest version. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v4.2.1...v6.10.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34a31be..bcf324e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "enzyme": "^2.2.0", "eslint": "^2.0.0", "eslint-config-airbnb": "^6.1.0", - "eslint-plugin-react": "^4.2.1", + "eslint-plugin-react": "^6.10.3", "eventsource-polyfill": "^0.9.6", "expect": "^1.13.4", "expect-jsx": "^2.2.2",