From c6e0e6c78756b58cfc229005027781b3562cf2e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2020 04:46:17 +0000 Subject: [PATCH] build(deps): bump eslint-plugin-react from 7.18.1 to 7.18.2 Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.18.1 to 7.18.2. - [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/v7.18.1...v7.18.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7059910..7a0e86a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1372,9 +1372,9 @@ "integrity": "sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==" }, "eslint-plugin-react": { - "version": "7.18.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.18.1.tgz", - "integrity": "sha512-GTAhnWckqzzQzbbmqfoOPtpuVJAUPGliNyJRedvyboxAnZlui0INTmfVzQB0WjK9lbqKXixptMsd98LKamccPA==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.18.2.tgz", + "integrity": "sha512-6m1zFCSB8OKVIVyGipz1TJxVuNfgvbbUa7O9fxqyyT0b15tB2X/rxMNCGQv3LTD4XOKmG/ONr52FZHur0OKFkg==", "requires": { "array-includes": "^3.1.1", "doctrine": "^2.1.0", diff --git a/package.json b/package.json index 20f3ee3..24cc5c9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-prettier": "3.1.2", "eslint-plugin-promise": "4.2.1", - "eslint-plugin-react": "7.18.1", + "eslint-plugin-react": "7.18.2", "eslint-plugin-react-hooks": "2.3.0", "eslint-plugin-unicorn": "15.0.1", "husky": "4.2.1",