Skip to content

Commit d53654e

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.35.2
1 parent e4fa3ff commit d53654e

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
"dependencies": {
3232
"eslint-config-txo-typescript": "^4.0.66",
3333
"eslint-plugin-jsx-a11y": "^6.9.0",
34-
"eslint-plugin-react": "^7.35.1",
34+
"eslint-plugin-react": "^7.35.2",
3535
"eslint-plugin-react-hooks": "^4.6.2"
3636
},
3737
"devDependencies": {

yarn.lock

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

3223-
eslint-plugin-react@^7.35.1:
3224-
version "7.35.1"
3225-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.1.tgz#afc80387031aa99dd6e0a14437c77d02e5700b47"
3226-
integrity sha512-B5ok2JgbaaWn/zXbKCGgKDNL2tsID3Pd/c/yvjcpsd9HQDwyYc/TQv3AZMmOvrJgCs3AnYNUHRCQEMMQAYJ7Yg==
3223+
eslint-plugin-react@^7.35.2:
3224+
version "7.35.2"
3225+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
3226+
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
32273227
dependencies:
32283228
array-includes "^3.1.8"
32293229
array.prototype.findlast "^1.2.5"

0 commit comments

Comments
 (0)