Skip to content

Commit 6f6f09a

Browse files
chore(deps): update eslint packages
1 parent 40a4548 commit 6f6f09a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"eslint": "^8.57.1",
9393
"eslint-plugin-import": "^2.31.0",
9494
"eslint-plugin-json-files": "^2.2.0",
95-
"eslint-plugin-react": "^7.37.3",
95+
"eslint-plugin-react": "^7.37.4",
9696
"eslint-plugin-react-hooks": "^4.6.2",
9797
"husky": "^4.3.8",
9898
"jest": "^29.4.3",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"estraverse": "^5.3.0"
2525
},
2626
"devDependencies": {
27-
"@babel/eslint-parser": "^7.25.9",
27+
"@babel/eslint-parser": "^7.26.5",
2828
"@types/estraverse": "^5.1.7",
2929
"@types/estree": "^1.0.3",
3030
"@types/estree-jsx": "^1.0.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@
9595
json5 "^2.2.3"
9696
semver "^6.3.1"
9797

98-
"@babel/eslint-parser@^7.25.9":
99-
version "7.25.9"
100-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz#603c68a63078796527bc9d0833f5e52dd5f9224c"
101-
integrity sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==
98+
"@babel/eslint-parser@^7.26.5":
99+
version "7.26.5"
100+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz#aa669f4d873f9cd617050cf3c40c19cd96307efb"
101+
integrity sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==
102102
dependencies:
103103
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
104104
eslint-visitor-keys "^2.1.0"
@@ -8588,10 +8588,10 @@ eslint-plugin-react-hooks@^4.6.2:
85888588
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
85898589
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
85908590

8591-
eslint-plugin-react@^7.37.3:
8592-
version "7.37.3"
8593-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz#567549e9251533975c4ea9706f986c3a64832031"
8594-
integrity sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==
8591+
eslint-plugin-react@^7.37.4:
8592+
version "7.37.4"
8593+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
8594+
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
85958595
dependencies:
85968596
array-includes "^3.1.8"
85978597
array.prototype.findlast "^1.2.5"

0 commit comments

Comments
 (0)