Skip to content

Commit c38300b

Browse files
committed
Update react dependencies
1 parent 793e2d0 commit c38300b

File tree

3 files changed

+21
-19
lines changed

3 files changed

+21
-19
lines changed

.changelog/2168.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
"eslint-config-prettier": "9.0.0",
117117
"eslint-config-react-app": "7.0.1",
118118
"eslint-plugin-prettier": "5.0.1",
119-
"eslint-plugin-react": "7.37.4",
119+
"eslint-plugin-react": "7.37.5",
120120
"eslint-plugin-react-hooks": "4.6.2",
121-
"eslint-plugin-react-refresh": "0.4.19",
121+
"eslint-plugin-react-refresh": "0.4.20",
122122
"i18next-scanner": "4.4.0",
123123
"i18next-scanner-typescript": "1.1.1",
124124
"jest": "29.7.0",
@@ -146,7 +146,7 @@
146146
"@testing-library/dom": "9.3.3",
147147
"@typescript-eslint/eslint-plugin": "6.9.1",
148148
"bip39": "3.1.0",
149-
"eslint-plugin-react": "7.37.4",
149+
"eslint-plugin-react": "7.37.5",
150150
"grommet-icons": "4.12.0",
151151
"typescript": "5.2.2",
152152
"protobufjs": "7.2.5"

yarn.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4054,7 +4054,7 @@ call-bind@^1.0.7, call-bind@^1.0.8:
40544054
get-intrinsic "^1.2.4"
40554055
set-function-length "^1.2.2"
40564056

4057-
call-bound@^1.0.2, call-bound@^1.0.3:
4057+
call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4:
40584058
version "1.0.4"
40594059
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
40604060
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
@@ -5139,15 +5139,15 @@ eslint-plugin-react-hooks@^4.3.0:
51395139
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
51405140
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
51415141

5142-
5143-
version "0.4.19"
5144-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.19.tgz#f15020c0caa58e33fc4efda27d328281ca74e53d"
5145-
integrity sha512-eyy8pcr/YxSYjBoqIFSrlbn9i/xvxUFa8CjzAYo9cFjgGXqq1hyjihcpZvxRLalpaWmueWR81xn7vuKmAFijDQ==
5142+
5143+
version "0.4.20"
5144+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.20.tgz#3bbfb5c8637e28d19ce3443686445e502ecd18ba"
5145+
integrity sha512-XpbHQ2q5gUF8BGOX4dHe+71qoirYMhApEPZ7sfhF/dNnOF1UXnCMGZf79SFTBO7Bz5YEIT4TMieSlJBWhP9WBA==
51465146

5147-
[email protected].4, eslint-plugin-react@^7.27.1:
5148-
version "7.37.4"
5149-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.4.tgz#1b6c80b6175b6ae4b26055ae4d55d04c414c7181"
5150-
integrity sha512-BGP0jRmfYyvOyvMoRX/uoUeW+GqNj9y16bPQzqAHf3AYII/tDs+jMN0dBVkl88/OZwNGwrVFxE7riHsXVfy/LQ==
5147+
[email protected].5, eslint-plugin-react@^7.27.1:
5148+
version "7.37.5"
5149+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.5.tgz#2975511472bdda1b272b34d779335c9b0e877065"
5150+
integrity sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==
51515151
dependencies:
51525152
array-includes "^3.1.8"
51535153
array.prototype.findlast "^1.2.5"
@@ -5159,7 +5159,7 @@ [email protected], eslint-plugin-react@^7.27.1:
51595159
hasown "^2.0.2"
51605160
jsx-ast-utils "^2.4.1 || ^3.0.0"
51615161
minimatch "^3.1.2"
5162-
object.entries "^1.1.8"
5162+
object.entries "^1.1.9"
51635163
object.fromentries "^2.0.8"
51645164
object.values "^1.2.1"
51655165
prop-types "^15.8.1"
@@ -7746,14 +7746,15 @@ object.entries@^1.1.7:
77467746
define-properties "^1.2.0"
77477747
es-abstract "^1.22.1"
77487748

7749-
object.entries@^1.1.8:
7750-
version "1.1.8"
7751-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41"
7752-
integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==
7749+
object.entries@^1.1.9:
7750+
version "1.1.9"
7751+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.9.tgz#e4770a6a1444afb61bd39f984018b5bede25f8b3"
7752+
integrity sha512-8u/hfXFRBD1O0hPUjioLhoWFHRmt6tKA4/vZPyckBr18l1KE9uHrFaFaUi8MDRTpi4uak2goyPTSNJLXX2k2Hw==
77537753
dependencies:
7754-
call-bind "^1.0.7"
7754+
call-bind "^1.0.8"
7755+
call-bound "^1.0.4"
77557756
define-properties "^1.2.1"
7756-
es-object-atoms "^1.0.0"
7757+
es-object-atoms "^1.1.1"
77577758

77587759
object.fromentries@^2.0.7:
77597760
version "2.0.7"

0 commit comments

Comments
 (0)