Skip to content

Commit 6c146bb

Browse files
fix(deps): update dependency eslint-config-xo-react to v0.28.0
1 parent 85c1c36 commit 6c146bb

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.2",
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
@@ -2612,10 +2612,13 @@ [email protected]:
26122612
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.2.tgz#31a4b393c40c4180202c27e829af43323bf85276"
26132613
integrity sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==
26142614

2615-
2616-
version "0.27.0"
2617-
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.27.0.tgz#aeb7593bf3d8fb9fc7fecfcbd7240f0daddb5cb0"
2618-
integrity sha512-wiV215xQIn71XZyyVfaOXHaFpR1B14IJttwOjMi/eqUK1s+ojJdHr7eHqTLaGUfh6FKgWha1QNwePlIXx7mBUg==
2615+
2616+
version "0.28.0"
2617+
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.28.0.tgz#9ceb31504d18c1002701af95c47ffe9b5dff4948"
2618+
integrity sha512-dKvxB9kxMNLhWKsh6yiptACet+/WwKcN7ID2hIBAmjH6le4tt8um4sJ0/aAH6y+xle9tPrasX1Wnz90muCoz9A==
2619+
dependencies:
2620+
eslint-plugin-react "^7.37.4"
2621+
eslint-plugin-react-hooks "^5.1.0"
26192622

26202623
26212624
version "0.45.0"
@@ -2743,7 +2746,7 @@ [email protected]:
27432746
prettier-linter-helpers "^1.0.0"
27442747
synckit "^0.11.0"
27452748

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

2756-
2759+
[email protected], eslint-plugin-react@^7.37.4:
27572760
version "7.37.5"
27582761
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
27592762
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==

0 commit comments

Comments
 (0)