chore(deps-dev): bump eslint-plugin-react from 7.23.1 to 7.23.2

Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.1 to 7.23.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.23.1...v7.23.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-13 09:00:16 +00:00
committed by GitHub
parent 156c10355b
commit 75d628d319
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -12727,9 +12727,9 @@
}
},
"eslint-plugin-react": {
"version": "7.23.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz",
"integrity": "sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==",
"version": "7.23.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz",
"integrity": "sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==",
"dev": true,
"requires": {
"array-includes": "^3.1.3",

View File

@@ -130,7 +130,7 @@
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-jest": "=24.1.8",
"eslint-plugin-mocha": "^8.0.8",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react": "^7.23.2",
"esm": "=3.2.25",
"expect": "^1.20.2",
"express": "^4.17.1",