Skip to content

Commit c4499e3

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.34.1
1 parent 34ac37a commit c4499e3

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
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"eslint-config-txo-typescript": "^4.0.46",
3232
"eslint-plugin-jsx-a11y": "^6.8.0",
33-
"eslint-plugin-react": "^7.34.0",
33+
"eslint-plugin-react": "^7.34.1",
3434
"eslint-plugin-react-hooks": "^4.6.0"
3535
},
3636
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,10 +3204,10 @@ eslint-plugin-react-hooks@^4.6.0:
32043204
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
32053205
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
32063206

3207-
eslint-plugin-react@^7.34.0:
3208-
version "7.34.0"
3209-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz#ab71484d54fc409c37025c5eca00eb4177a5e88c"
3210-
integrity sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==
3207+
eslint-plugin-react@^7.34.1:
3208+
version "7.34.1"
3209+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz#6806b70c97796f5bbfb235a5d3379ece5f4da997"
3210+
integrity sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==
32113211
dependencies:
32123212
array-includes "^3.1.7"
32133213
array.prototype.findlast "^1.2.4"

0 commit comments

Comments
 (0)