Skip to content

Commit d6e287b

Browse files
fix(deps): update dependency eslint-config-xo-react to v0.28.0
1 parent 5753131 commit d6e287b

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"eslint-config-airbnb": "19.0.4",
1111
"eslint-config-prettier": "10.1.5",
1212
"eslint-config-xo": "0.45.0",
13-
"eslint-config-xo-react": "0.27.0",
13+
"eslint-config-xo-react": "0.28.0",
1414
"eslint-plugin-import": "2.31.0",
1515
"eslint-plugin-jsx-a11y": "6.10.2",
1616
"eslint-plugin-prefer-arrow": "1.2.3",

yarn.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,10 +2619,13 @@ [email protected]:
26192619
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782"
26202620
integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==
26212621

2622-
2623-
version "0.27.0"
2624-
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.27.0.tgz#aeb7593bf3d8fb9fc7fecfcbd7240f0daddb5cb0"
2625-
integrity sha512-wiV215xQIn71XZyyVfaOXHaFpR1B14IJttwOjMi/eqUK1s+ojJdHr7eHqTLaGUfh6FKgWha1QNwePlIXx7mBUg==
2622+
2623+
version "0.28.0"
2624+
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.28.0.tgz#9ceb31504d18c1002701af95c47ffe9b5dff4948"
2625+
integrity sha512-dKvxB9kxMNLhWKsh6yiptACet+/WwKcN7ID2hIBAmjH6le4tt8um4sJ0/aAH6y+xle9tPrasX1Wnz90muCoz9A==
2626+
dependencies:
2627+
eslint-plugin-react "^7.37.4"
2628+
eslint-plugin-react-hooks "^5.1.0"
26262629

26272630
26282631
version "0.45.0"
@@ -2750,7 +2753,7 @@ [email protected]:
27502753
prettier-linter-helpers "^1.0.0"
27512754
synckit "^0.11.0"
27522755

2753-
2756+
[email protected], eslint-plugin-react-hooks@^5.1.0:
27542757
version "5.2.0"
27552758
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
27562759
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
@@ -2760,7 +2763,7 @@ eslint-plugin-react-hooks@^5.0.0:
27602763
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
27612764
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
27622765

2763-
2766+
[email protected], eslint-plugin-react@^7.37.4:
27642767
version "7.37.5"
27652768
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
27662769
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==

0 commit comments

Comments
 (0)