Skip to content

Commit 144aba8

Browse files
authored
Merge pull request #4454 from easyops-cn/renovate/next-eslint-plugin-react-7.x
chore(deps): Update dependency eslint-plugin-react to v7.35.2 (next)
2 parents a735c79 + e1e4607 commit 144aba8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"cross-env": "^7.0.3",
6161
"cypress": "^13.14.1",
6262
"eslint": "^8.57.0",
63-
"eslint-plugin-react": "^7.35.1",
63+
"eslint-plugin-react": "^7.35.2",
6464
"eslint-plugin-react-hooks": "^4.6.2",
6565
"husky": "^9.1.5",
6666
"jest": "^29.7.0",

packages/eslint-config-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"peerDependencies": {
1414
"@typescript-eslint/eslint-plugin": ">= 7.18.0",
1515
"eslint": ">= 8.57.0",
16-
"eslint-plugin-react": ">= 7.35.1",
16+
"eslint-plugin-react": ">= 7.35.2",
1717
"eslint-plugin-react-hooks": ">= 4.6.2"
1818
},
1919
"dependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6128,10 +6128,10 @@ eslint-plugin-react-hooks@^4.6.2:
61286128
resolved "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
61296129
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
61306130

6131-
eslint-plugin-react@^7.35.1:
6132-
version "7.35.1"
6133-
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.1.tgz#afc80387031aa99dd6e0a14437c77d02e5700b47"
6134-
integrity sha512-B5ok2JgbaaWn/zXbKCGgKDNL2tsID3Pd/c/yvjcpsd9HQDwyYc/TQv3AZMmOvrJgCs3AnYNUHRCQEMMQAYJ7Yg==
6131+
eslint-plugin-react@^7.35.2:
6132+
version "7.35.2"
6133+
resolved "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
6134+
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
61356135
dependencies:
61366136
array-includes "^3.1.8"
61376137
array.prototype.findlast "^1.2.5"

0 commit comments

Comments
 (0)