Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-plugin-react to v7.37.4 #113

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-config-pluralsh": "3.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "4.6.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ __metadata:
eslint-config-pluralsh: 3.1.0
eslint-plugin-import: 2.31.0
eslint-plugin-jsx-a11y: 6.10.2
eslint-plugin-react: 7.37.3
eslint-plugin-react: 7.37.4
eslint-plugin-react-hooks: 4.6.0
stylelint: 15.11.0
stylelint-config-standard: 34.0.0
Expand Down Expand Up @@ -1952,9 +1952,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-react@npm:7.37.3":
version: 7.37.3
resolution: "eslint-plugin-react@npm:7.37.3"
"eslint-plugin-react@npm:7.37.4":
version: 7.37.4
resolution: "eslint-plugin-react@npm:7.37.4"
dependencies:
array-includes: ^3.1.8
array.prototype.findlast: ^1.2.5
Expand All @@ -1976,7 +1976,7 @@ __metadata:
string.prototype.repeat: ^1.0.0
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
checksum: 670dcee215f560a394b8b9966aecfc3c5ee5c15603a690f5333b0e16863275958f9c1853b12355eb0e36ef74dfac8bf645e4f440cb9b985a3bae2ac09d5ed55a
checksum: 8a37bdc9b347bf3a1273fef73dfbc39279cc3e58441940a5e13b3ba4e82b34132d1d1172db9d6746f153ee981280bd6bd06a9065fb453388c68f4bebe0d9f839
languageName: node
linkType: hard

Expand Down
Loading