Skip to content

Commit 56b0d00

Browse files
chore(deps): update react monorepo
1 parent fe9b683 commit 56b0d00

File tree

2 files changed

+42
-14
lines changed

2 files changed

+42
-14
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
"eslint-plugin-json": "3.1.0",
3333
"eslint-plugin-jsx-a11y": "6.10.2",
3434
"eslint-plugin-react": "7.37.5",
35-
"eslint-plugin-react-hooks": "4.6.2"
35+
"eslint-plugin-react-hooks": "7.0.1"
3636
},
3737
"dependencies": {
3838
"lodash": "^4.17.14",
3939
"prop-types": "^15.6.2",
4040
"underscore.string": "^3.3.5"
4141
},
4242
"peerDependencies": {
43-
"react": "^16.8.3 || ^17.0.0",
43+
"react": "^16.8.3 || ^17.0.0 || ^19.0.0",
4444
"react-native": "*",
4545
"react-native-web-ui-components": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
4646
},

yarn.lock

Lines changed: 40 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
4747
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
4848

49-
49+
"@babel/[email protected]", "@babel/core@^7.24.4":
5050
version "7.28.5"
5151
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
5252
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
@@ -307,6 +307,13 @@
307307
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.6.tgz#845338edecad65ebffef058d3be851f1d28a63bc"
308308
integrity sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==
309309

310+
"@babel/parser@^7.24.4", "@babel/parser@^7.28.5":
311+
version "7.28.5"
312+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
313+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
314+
dependencies:
315+
"@babel/types" "^7.28.5"
316+
310317
"@babel/parser@^7.27.1", "@babel/parser@^7.27.2":
311318
version "7.27.2"
312319
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
@@ -321,13 +328,6 @@
321328
dependencies:
322329
"@babel/types" "^7.28.2"
323330

324-
"@babel/parser@^7.28.5":
325-
version "7.28.5"
326-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
327-
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
328-
dependencies:
329-
"@babel/types" "^7.28.5"
330-
331331
332332
version "7.18.6"
333333
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -1963,10 +1963,16 @@ [email protected]:
19631963
safe-regex-test "^1.0.3"
19641964
string.prototype.includes "^2.0.1"
19651965

1966-
1967-
version "4.6.2"
1968-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
1969-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
1966+
1967+
version "7.0.1"
1968+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169"
1969+
integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==
1970+
dependencies:
1971+
"@babel/core" "^7.24.4"
1972+
"@babel/parser" "^7.24.4"
1973+
hermes-parser "^0.25.1"
1974+
zod "^3.25.0 || ^4.0.0"
1975+
zod-validation-error "^3.5.0 || ^4.0.0"
19701976

19711977
19721978
version "7.37.5"
@@ -2584,6 +2590,18 @@ hasown@^2.0.2:
25842590
dependencies:
25852591
function-bind "^1.1.2"
25862592

2593+
2594+
version "0.25.1"
2595+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
2596+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
2597+
2598+
hermes-parser@^0.25.1:
2599+
version "0.25.1"
2600+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
2601+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
2602+
dependencies:
2603+
hermes-estree "0.25.1"
2604+
25872605
ignore@^4.0.6:
25882606
version "4.0.6"
25892607
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
@@ -4641,3 +4659,13 @@ yallist@^3.0.2:
46414659
version "3.1.1"
46424660
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
46434661
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
4662+
4663+
"zod-validation-error@^3.5.0 || ^4.0.0":
4664+
version "4.0.2"
4665+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
4666+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
4667+
4668+
"zod@^3.25.0 || ^4.0.0":
4669+
version "4.1.12"
4670+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"
4671+
integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==

0 commit comments

Comments
 (0)