Skip to content

Commit 8f891dd

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.36.1
1 parent c0a9255 commit 8f891dd

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
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"eslint-config-txo-typescript": "^4.0.66",
3434
"eslint-plugin-jsx-a11y": "^6.10.0",
35-
"eslint-plugin-react": "^7.36.0",
35+
"eslint-plugin-react": "^7.36.1",
3636
"eslint-plugin-react-hooks": "^4.6.2"
3737
},
3838
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3219,10 +3219,10 @@ eslint-plugin-react-hooks@^4.6.2:
32193219
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
32203220
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
32213221

3222-
eslint-plugin-react@^7.36.0:
3223-
version "7.36.0"
3224-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.0.tgz#307fcdc0a10e08f10a77cb1f2ba2b61f5b397987"
3225-
integrity sha512-c+RvVxBH0JE2kHt/8p043nPPhIohSnyQOZApIzGJqM2tXnjEzcZzyKIAg72gymLtuwuKfgGxW2H2aqTJqRgTfQ==
3222+
eslint-plugin-react@^7.36.1:
3223+
version "7.36.1"
3224+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz#f1dabbb11f3d4ebe8b0cf4e54aff4aee81144ee5"
3225+
integrity sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==
32263226
dependencies:
32273227
array-includes "^3.1.8"
32283228
array.prototype.findlast "^1.2.5"

0 commit comments

Comments
 (0)