Skip to content

Commit f97fc7a

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.36.0
1 parent d2ce3c5 commit f97fc7a

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.35.2",
35+
"eslint-plugin-react": "^7.36.0",
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.35.2:
3223-
version "7.35.2"
3224-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
3225-
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
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==
32263226
dependencies:
32273227
array-includes "^3.1.8"
32283228
array.prototype.findlast "^1.2.5"

0 commit comments

Comments
 (0)