Skip to content

Commit e20fe51

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

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.0.1",
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
@@ -2584,10 +2584,13 @@ [email protected]:
25842584
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
25852585
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
25862586

2587-
2588-
version "0.27.0"
2589-
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.27.0.tgz#aeb7593bf3d8fb9fc7fecfcbd7240f0daddb5cb0"
2590-
integrity sha512-wiV215xQIn71XZyyVfaOXHaFpR1B14IJttwOjMi/eqUK1s+ojJdHr7eHqTLaGUfh6FKgWha1QNwePlIXx7mBUg==
2587+
2588+
version "0.28.0"
2589+
resolved "https://registry.yarnpkg.com/eslint-config-xo-react/-/eslint-config-xo-react-0.28.0.tgz#9ceb31504d18c1002701af95c47ffe9b5dff4948"
2590+
integrity sha512-dKvxB9kxMNLhWKsh6yiptACet+/WwKcN7ID2hIBAmjH6le4tt8um4sJ0/aAH6y+xle9tPrasX1Wnz90muCoz9A==
2591+
dependencies:
2592+
eslint-plugin-react "^7.37.4"
2593+
eslint-plugin-react-hooks "^5.1.0"
25912594

25922595
25932596
version "0.45.0"
@@ -2714,7 +2717,7 @@ [email protected]:
27142717
dependencies:
27152718
prettier-linter-helpers "^1.0.0"
27162719

2717-
2720+
[email protected], eslint-plugin-react-hooks@^5.1.0:
27182721
version "5.1.0"
27192722
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
27202723
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
@@ -2724,7 +2727,7 @@ eslint-plugin-react-hooks@^5.0.0:
27242727
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
27252728
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
27262729

2727-
2730+
[email protected], eslint-plugin-react@^7.37.4:
27282731
version "7.37.4"
27292732
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
27302733
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==

0 commit comments

Comments
 (0)