Skip to content

Commit e916f02

Browse files
fix(deps): update react monorepo
1 parent acec7f9 commit e916f02

File tree

2 files changed

+81
-39
lines changed

2 files changed

+81
-39
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@vitejs/plugin-react": "4.7.0",
2323
"date-fns": "3.6.0",
2424
"object-hash": "3.0.0",
25-
"react": "18.3.1",
26-
"react-dom": "18.3.1",
25+
"react": "19.2.0",
26+
"react-dom": "19.2.0",
2727
"react-redux": "9.2.0",
2828
"react-router": "6.30.1",
2929
"react-router-dom": "6.30.1",
@@ -50,8 +50,8 @@
5050
"devDependencies": {
5151
"@types/node": "20.19.24",
5252
"@types/object-hash": "3.0.6",
53-
"@types/react": "18.3.26",
54-
"@types/react-dom": "18.3.7",
53+
"@types/react": "19.2.2",
54+
"@types/react-dom": "19.2.2",
5555
"@types/react-router": "5.1.20",
5656
"@types/react-router-dom": "5.3.3",
5757
"@types/react-window": "1.8.8",
@@ -67,7 +67,7 @@
6767
"eslint-plugin-prettier": "5.5.4",
6868
"eslint-plugin-promise": "7.2.1",
6969
"eslint-plugin-react": "7.37.5",
70-
"eslint-plugin-react-hooks": "5.2.0",
70+
"eslint-plugin-react-hooks": "7.0.1",
7171
"prettier": "3.6.2",
7272
"typescript": "5.9.2"
7373
},
@@ -101,7 +101,7 @@
101101
"endOfLine": "lf"
102102
},
103103
"resolutions": {
104-
"@types/react": "18.3.26"
104+
"@types/react": "19.2.2"
105105
},
106106
"engines": {
107107
"node": ">=20 <21"

yarn.lock

Lines changed: 75 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@
294294
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
295295
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
296296

297+
"@babel/helper-validator-identifier@^7.28.5":
298+
version "7.28.5"
299+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
300+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
301+
297302
"@babel/helper-validator-option@^7.25.9":
298303
version "7.25.9"
299304
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
@@ -336,6 +341,13 @@
336341
dependencies:
337342
"@babel/types" "^7.27.0"
338343

344+
"@babel/parser@^7.24.4":
345+
version "7.28.5"
346+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
347+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
348+
dependencies:
349+
"@babel/types" "^7.28.5"
350+
339351
"@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
340352
version "7.27.5"
341353
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
@@ -989,6 +1001,14 @@
9891001
"@babel/helper-string-parser" "^7.27.1"
9901002
"@babel/helper-validator-identifier" "^7.27.1"
9911003

1004+
"@babel/types@^7.28.5":
1005+
version "7.28.5"
1006+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1007+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1008+
dependencies:
1009+
"@babel/helper-string-parser" "^7.27.1"
1010+
"@babel/helper-validator-identifier" "^7.28.5"
1011+
9921012
"@emnapi/core@^1.4.3":
9931013
version "1.4.3"
9941014
resolved "https://registry.yarnpkg.com/@emnapi/core/-/core-1.4.3.tgz#9ac52d2d5aea958f67e52c40a065f51de59b77d6"
@@ -1867,15 +1887,15 @@
18671887
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
18681888
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
18691889

1870-
"@types/prop-types@*", "@types/prop-types@^15.7.12", "@types/prop-types@^15.7.14":
1890+
"@types/prop-types@^15.7.12", "@types/prop-types@^15.7.14":
18711891
version "15.7.14"
18721892
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.14.tgz#1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2"
18731893
integrity sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==
18741894

1875-
"@types/react-dom@18.3.7":
1876-
version "18.3.7"
1877-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.7.tgz#b89ddf2cd83b4feafcc4e2ea41afdfb95a0d194f"
1878-
integrity sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ==
1895+
"@types/react-dom@19.2.2":
1896+
version "19.2.2"
1897+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.2.tgz#a4cc874797b7ddc9cb180ef0d5dc23f596fc2332"
1898+
integrity sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==
18791899

18801900
18811901
version "5.3.3"
@@ -1906,12 +1926,11 @@
19061926
dependencies:
19071927
"@types/react" "*"
19081928

1909-
"@types/react@*", "@types/react@18.3.26":
1910-
version "18.3.26"
1911-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.26.tgz#4c5970878d30db3d2a0bca1e4eb5f258e391bbeb"
1912-
integrity sha512-RFA/bURkcKzx/X9oumPG9Vp3D3JUgus/d0b67KB0t5S/raciymilkOa66olh78MUI92QLbEJevO7rvqU/kjwKA==
1929+
"@types/react@*", "@types/react@19.2.2":
1930+
version "19.2.2"
1931+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.2.tgz#ba123a75d4c2a51158697160a4ea2ff70aa6bf36"
1932+
integrity sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==
19131933
dependencies:
1914-
"@types/prop-types" "*"
19151934
csstype "^3.0.2"
19161935

19171936
@@ -3016,10 +3035,16 @@ [email protected]:
30163035
dependencies:
30173036
"@eslint-community/eslint-utils" "^4.4.0"
30183037

3019-
3020-
version "5.2.0"
3021-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.2.0.tgz#1be0080901e6ac31ce7971beed3d3ec0a423d9e3"
3022-
integrity sha512-+f15FfK64YQwZdJNELETdn5ibXEUQmW1DZL6KXhNnc2heoy/sg9VJJeT7n8TlMWouzWqSWavFkIhHyIbIAEapg==
3038+
3039+
version "7.0.1"
3040+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz#66e258db58ece50723ef20cc159f8aa908219169"
3041+
integrity sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==
3042+
dependencies:
3043+
"@babel/core" "^7.24.4"
3044+
"@babel/parser" "^7.24.4"
3045+
hermes-parser "^0.25.1"
3046+
zod "^3.25.0 || ^4.0.0"
3047+
zod-validation-error "^3.5.0 || ^4.0.0"
30233048

30243049
30253050
version "7.37.5"
@@ -3459,6 +3484,18 @@ hasown@^2.0.2:
34593484
dependencies:
34603485
function-bind "^1.1.2"
34613486

3487+
3488+
version "0.25.1"
3489+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
3490+
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
3491+
3492+
hermes-parser@^0.25.1:
3493+
version "0.25.1"
3494+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.25.1.tgz#5be0e487b2090886c62bd8a11724cd766d5f54d1"
3495+
integrity sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==
3496+
dependencies:
3497+
hermes-estree "0.25.1"
3498+
34623499
hoist-non-react-statics@^3.3.1:
34633500
version "3.3.2"
34643501
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
@@ -3929,7 +3966,7 @@ lodash@^4.17.20:
39293966
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
39303967
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
39313968

3932-
loose-envify@^1.1.0, loose-envify@^1.4.0:
3969+
loose-envify@^1.4.0:
39333970
version "1.4.0"
39343971
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
39353972
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -4261,13 +4298,12 @@ randombytes@^2.1.0:
42614298
dependencies:
42624299
safe-buffer "^5.1.0"
42634300

4264-
react-dom@18.3.1:
4265-
version "18.3.1"
4266-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
4267-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
4301+
react-dom@19.2.0:
4302+
version "19.2.0"
4303+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8"
4304+
integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==
42684305
dependencies:
4269-
loose-envify "^1.1.0"
4270-
scheduler "^0.23.2"
4306+
scheduler "^0.27.0"
42714307

42724308
react-is@^16.13.1, react-is@^16.7.0:
42734309
version "16.13.1"
@@ -4325,12 +4361,10 @@ [email protected]:
43254361
"@babel/runtime" "^7.0.0"
43264362
memoize-one ">=3.1.1 <6"
43274363

4328-
4329-
version "18.3.1"
4330-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
4331-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
4332-
dependencies:
4333-
loose-envify "^1.1.0"
4364+
4365+
version "19.2.0"
4366+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5"
4367+
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==
43344368

43354369
redux-thunk@^3.1.0:
43364370
version "3.1.0"
@@ -4542,12 +4576,10 @@ safe-regex-test@^1.0.3, safe-regex-test@^1.1.0:
45424576
es-errors "^1.3.0"
45434577
is-regex "^1.2.1"
45444578

4545-
scheduler@^0.23.2:
4546-
version "0.23.2"
4547-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
4548-
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
4549-
dependencies:
4550-
loose-envify "^1.1.0"
4579+
scheduler@^0.27.0:
4580+
version "0.27.0"
4581+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd"
4582+
integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==
45514583

45524584
semver@^6.3.1:
45534585
version "6.3.1"
@@ -5377,3 +5409,13 @@ yocto-queue@^0.1.0:
53775409
version "0.1.0"
53785410
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
53795411
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
5412+
5413+
"zod-validation-error@^3.5.0 || ^4.0.0":
5414+
version "4.0.2"
5415+
resolved "https://registry.yarnpkg.com/zod-validation-error/-/zod-validation-error-4.0.2.tgz#bc605eba49ce0fcd598c127fee1c236be3f22918"
5416+
integrity sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==
5417+
5418+
"zod@^3.25.0 || ^4.0.0":
5419+
version "4.1.12"
5420+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.12.tgz#64f1ea53d00eab91853195653b5af9eee68970f0"
5421+
integrity sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==

0 commit comments

Comments
 (0)