Skip to content

Commit 6383647

Browse files
committed
fix(deps): update dependency eslint-plugin-react-hooks to ^4.6.2
1 parent 0d18030 commit 6383647

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-config-txo-typescript": "^4.0.54",
3232
"eslint-plugin-jsx-a11y": "^6.8.0",
3333
"eslint-plugin-react": "^7.34.1",
34-
"eslint-plugin-react-hooks": "^4.6.1"
34+
"eslint-plugin-react-hooks": "^4.6.2"
3535
},
3636
"devDependencies": {
3737
"@txo/commitlint": "^1.0.14",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3193,10 +3193,10 @@ eslint-plugin-promise@^6.1.1:
31933193
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816"
31943194
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==
31953195

3196-
eslint-plugin-react-hooks@^4.6.1:
3197-
version "4.6.1"
3198-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.1.tgz#85a7e271da14ae4eb4ed717abb4db6e99700550f"
3199-
integrity sha512-Ck77j8hF7l9N4S/rzSLOWEKpn994YH6iwUK8fr9mXIaQvGpQYmOnQLbiue1u5kI5T1y+gdgqosnEAO9NCz0DBg==
3196+
eslint-plugin-react-hooks@^4.6.2:
3197+
version "4.6.2"
3198+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
3199+
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
32003200

32013201
eslint-plugin-react@^7.34.1:
32023202
version "7.34.1"

0 commit comments

Comments
 (0)