Skip to content

Commit e37b34a

Browse files
fix(deps): update dependency eslint-plugin-react to ^7.20.5 (#128)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 5bbf06d commit e37b34a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-etc": "^0.0.1-beta.36",
4343
"eslint-plugin-import": "^2.22.0",
4444
"eslint-plugin-jsdoc": "^29.2.0",
45-
"eslint-plugin-react": "^7.20.3",
45+
"eslint-plugin-react": "^7.20.5",
4646
"eslint-plugin-react-hooks": "^4.0.8",
4747
"eslint-plugin-rxjs": "^0.0.2-beta.27",
4848
"eslint-plugin-unicorn": "^20.1.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,10 +1718,10 @@ eslint-plugin-react-hooks@^4.0.8:
17181718
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.8.tgz#a9b1e3d57475ccd18276882eff3d6cba00da7a56"
17191719
integrity sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ==
17201720

1721-
eslint-plugin-react@^7.20.3:
1722-
version "7.20.3"
1723-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.3.tgz#0590525e7eb83890ce71f73c2cf836284ad8c2f1"
1724-
integrity sha512-txbo090buDeyV0ugF3YMWrzLIUqpYTsWSDZV9xLSmExE1P/Kmgg9++PD931r+KEWS66O1c9R4srLVVHmeHpoAg==
1721+
eslint-plugin-react@^7.20.5:
1722+
version "7.20.5"
1723+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.5.tgz#29480f3071f64a04b2c3d99d9b460ce0f76fb857"
1724+
integrity sha512-ajbJfHuFnpVNJjhyrfq+pH1C0gLc2y94OiCbAXT5O0J0YCKaFEHDV8+3+mDOr+w8WguRX+vSs1bM2BDG0VLvCw==
17251725
dependencies:
17261726
array-includes "^3.1.1"
17271727
array.prototype.flatmap "^1.2.3"

0 commit comments

Comments
 (0)