Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit d38ceaa

Browse files
authored
Merge pull request #1185 from GR34SE/renovate/major-react-monorepo
fix(deps): update react monorepo (major)
2 parents f0806b9 + 15c6b6a commit d38ceaa

File tree

2 files changed

+31
-42
lines changed

2 files changed

+31
-42
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "22.12.0",
16-
"@types/react": "18.3.18",
17-
"@types/react-dom": "18.3.5",
16+
"@types/react": "19.0.8",
17+
"@types/react-dom": "19.0.3",
1818
"@types/webpack": "5.28.5",
1919
"@types/webpack-dev-server": "4.7.2",
2020
"@typescript-eslint/eslint-plugin": "8.22.0",
@@ -24,7 +24,7 @@
2424
"eslint-plugin-import": "2.31.0",
2525
"eslint-plugin-prettier": "5.2.3",
2626
"eslint-plugin-react": "7.37.4",
27-
"eslint-plugin-react-hooks": "4.6.2",
27+
"eslint-plugin-react-hooks": "5.1.0",
2828
"eslint-webpack-plugin": "4.2.0",
2929
"fork-ts-checker-webpack-plugin": "9.0.2",
3030
"html-webpack-plugin": "5.6.3",
@@ -38,7 +38,7 @@
3838
"webpack-dev-server": "5.2.0"
3939
},
4040
"dependencies": {
41-
"react": "^18.3.1",
42-
"react-dom": "^18.3.1"
41+
"react": "^19.0.0",
42+
"react-dom": "^19.0.0"
4343
}
4444
}

yarn.lock

Lines changed: 26 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,6 @@
409409
dependencies:
410410
undici-types "~6.20.0"
411411

412-
"@types/prop-types@*":
413-
version "15.7.12"
414-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
415-
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
416-
417412
"@types/qs@*":
418413
version "6.9.15"
419414
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.15.tgz#adde8a060ec9c305a82de1babc1056e73bd64dce"
@@ -424,17 +419,16 @@
424419
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.7.tgz#50ae4353eaaddc04044279812f52c8c65857dbcb"
425420
integrity sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==
426421

427-
"@types/react-dom@18.3.5":
428-
version "18.3.5"
429-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.5.tgz#45f9f87398c5dcea085b715c58ddcf1faf65f716"
430-
integrity sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==
422+
"@types/react-dom@19.0.3":
423+
version "19.0.3"
424+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3.tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4"
425+
integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==
431426

432-
"@types/react@18.3.18":
433-
version "18.3.18"
434-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.18.tgz#9b382c4cd32e13e463f97df07c2ee3bbcd26904b"
435-
integrity sha512-t4yC+vtgnkYjNSKlFx1jkAhH8LgTo2N/7Qvi83kdEaUtMDiwpbLAktKDaAMlRcJ5eSxZkH74eEGt1ky31d7kfQ==
427+
"@types/react@19.0.8":
428+
version "19.0.8"
429+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.8.tgz#7098e6159f2a61e4f4cef2c1223c044a9bec590e"
430+
integrity sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==
436431
dependencies:
437-
"@types/prop-types" "*"
438432
csstype "^3.0.2"
439433

440434
"@types/retry@0.12.2":
@@ -2078,10 +2072,10 @@ eslint-plugin-prettier@5.2.3:
20782072
prettier-linter-helpers "^1.0.0"
20792073
synckit "^0.9.1"
20802074

2081-
eslint-plugin-react-hooks@4.6.2:
2082-
version "4.6.2"
2083-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
2084-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
2075+
eslint-plugin-react-hooks@5.1.0:
2076+
version "5.1.0"
2077+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0.tgz#3d34e37d5770866c34b87d5b499f5f0b53bf0854"
2078+
integrity sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==
20852079

20862080
eslint-plugin-react@7.37.4:
20872081
version "7.37.4"
@@ -3501,7 +3495,7 @@ lodash@^4.17.20, lodash@^4.17.21:
35013495
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
35023496
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
35033497

3504-
loose-envify@^1.1.0, loose-envify@^1.4.0:
3498+
loose-envify@^1.4.0:
35053499
version "1.4.0"
35063500
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
35073501
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -4111,25 +4105,22 @@ raw-body@2.5.2:
41114105
iconv-lite "0.4.24"
41124106
unpipe "1.0.0"
41134107

4114-
react-dom@^18.3.1:
4115-
version "18.3.1"
4116-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
4117-
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
4108+
react-dom@^19.0.0:
4109+
version "19.0.0"
4110+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.0.0.tgz#43446f1f01c65a4cd7f7588083e686a6726cfb57"
4111+
integrity sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==
41184112
dependencies:
4119-
loose-envify "^1.1.0"
4120-
scheduler "^0.23.2"
4113+
scheduler "^0.25.0"
41214114

41224115
react-is@^16.13.1:
41234116
version "16.13.1"
41244117
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
41254118
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
41264119

4127-
react@^18.3.1:
4128-
version "18.3.1"
4129-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
4130-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
4131-
dependencies:
4132-
loose-envify "^1.1.0"
4120+
react@^19.0.0:
4121+
version "19.0.0"
4122+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
4123+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
41334124

41344125
readable-stream@^2.0.1:
41354126
version "2.3.8"
@@ -4352,12 +4343,10 @@ safe-regex-test@^1.1.0:
43524343
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
43534344
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
43544345

4355-
scheduler@^0.23.2:
4356-
version "0.23.2"
4357-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3"
4358-
integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==
4359-
dependencies:
4360-
loose-envify "^1.1.0"
4346+
scheduler@^0.25.0:
4347+
version "0.25.0"
4348+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.25.0.tgz#336cd9768e8cceebf52d3c80e3dcf5de23e7e015"
4349+
integrity sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==
43614350

43624351
schema-utils@^3.1.1, schema-utils@^3.2.0:
43634352
version "3.3.0"

0 commit comments

Comments
 (0)