Skip to content

Commit 04a691f

Browse files
chore(deps): update eslint txo packages (#653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9a5497 commit 04a691f

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"eslint-plugin-jsx-a11y": "^6.10.2",
4040
"eslint-plugin-react": "^7.37.2",
41-
"eslint-plugin-react-hooks": "^5.0.0"
41+
"eslint-plugin-react-hooks": "^5.1.0"
4242
},
4343
"devDependencies": {
4444
"@txo/commitlint": "^1.0.20",
@@ -47,7 +47,7 @@
4747
"@types/eslint": "^9.6.1",
4848
"@types/jest": "^29.5.14",
4949
"@types/react": "^18.3.14",
50-
"eslint-config-txo-typescript": "^7.1.0",
50+
"eslint-config-txo-typescript": "^7.2.0",
5151
"husky": "^9.1.7",
5252
"jest": "^29.7.0",
5353
"lint-staged": "^15.2.10",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2942,10 +2942,10 @@ eslint-config-love@^109.0.0:
29422942
eslint-plugin-promise "^7.0.0"
29432943
typescript-eslint "^8.15.0"
29442944

2945-
eslint-config-txo-typescript@^7.1.0:
2946-
version "7.1.0"
2947-
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.1.0.tgz#c2fb1624ac961c81dcad69cad175bfed9a07778a"
2948-
integrity sha512-TwY/UpS4qLxPID1QkKBNDlACgioR6VLXG11A/9AS4FLWf6bHTgEzG/hVQ4XOD83jio32r9S0HOzl53bvytw9SA==
2945+
eslint-config-txo-typescript@^7.2.0:
2946+
version "7.2.0"
2947+
resolved "https://registry.yarnpkg.com/eslint-config-txo-typescript/-/eslint-config-txo-typescript-7.2.0.tgz#4d79abd1286453dd5a0d862aeec4c86fd2c8cec5"
2948+
integrity sha512-ltDR4NpzARbQCsduGFUNmy+t3D1nBTDkW11S+ivxWp7MIxAuwb1yJQMlxK7YxRXM/QvCQuU+Yik9NwAWX4J3dw==
29492949
dependencies:
29502950
"@eslint-community/eslint-plugin-eslint-comments" "^4.4.1"
29512951
"@stylistic/eslint-plugin" "^2.11.0"
@@ -2959,6 +2959,7 @@ eslint-config-txo-typescript@^7.1.0:
29592959
eslint-plugin-promise "^7.2.1"
29602960
globals "^15.13.0"
29612961
typescript-eslint "^8.17.0"
2962+
yargs "^17.7.2"
29622963

29632964
eslint-import-resolver-node@^0.3.9:
29642965
version "0.3.9"
@@ -3081,10 +3082,10 @@ eslint-plugin-promise@^7.0.0, eslint-plugin-promise@^7.2.1:
30813082
dependencies:
30823083
"@eslint-community/eslint-utils" "^4.4.0"
30833084

3084-
eslint-plugin-react-hooks@^5.0.0:
3085-
version "5.0.0"
3086-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
3087-
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
3085+
eslint-plugin-react-hooks@^5.1.0:
3086+
version "5.1.0"
3087+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
3088+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
30883089

30893090
eslint-plugin-react@^7.37.2:
30903091
version "7.37.2"
@@ -8243,7 +8244,7 @@ yargs@^16.0.0:
82438244
y18n "^5.0.5"
82448245
yargs-parser "^20.2.2"
82458246

8246-
yargs@^17.0.0, yargs@^17.3.1, yargs@^17.5.1:
8247+
yargs@^17.0.0, yargs@^17.3.1, yargs@^17.5.1, yargs@^17.7.2:
82478248
version "17.7.2"
82488249
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.2.tgz#991df39aca675a192b816e1e0363f9d75d2aa269"
82498250
integrity sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==

0 commit comments

Comments
 (0)