Skip to content

Commit aaba2b7

Browse files
chore(deps): update react packages to v19
1 parent 5d95753 commit aaba2b7

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"@types/eslint": "^9.6.1",
5252
"@types/eslint__eslintrc": "^2.1.2",
5353
"@types/jest": "^29.5.14",
54-
"@types/react": "^18.3.20",
54+
"@types/react": "^19.0.12",
5555
"concurrently": "^9.1.2",
5656
"depcheck": "^1.4.7",
5757
"husky": "^9.1.7",
5858
"jest": "^29.7.0",
5959
"lint-staged": "^15.5.0",
6060
"next": "^15.2.3",
6161
"npm-check-updates": "^17.1.16",
62-
"react": "^18.3.1",
62+
"react": "^19.0.0",
6363
"rimraf": "^6.0.1",
6464
"ts-jest": "^29.3.0",
6565
"typescript": "^5.8.2"

yarn.lock

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,17 +1747,11 @@
17471747
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
17481748
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
17491749

1750-
"@types/prop-types@*":
1751-
version "15.7.13"
1752-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.13.tgz#2af91918ee12d9d32914feb13f5326658461b451"
1753-
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==
1754-
1755-
"@types/react@^18.3.20":
1756-
version "18.3.20"
1757-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.20.tgz#b0dccda9d2f1bc24d2a04b1d0cb5d0b9a3576ad3"
1758-
integrity sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg==
1750+
"@types/react@^19.0.12":
1751+
version "19.0.12"
1752+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.12.tgz#338b3f7854adbb784be454b3a83053127af96bd3"
1753+
integrity sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==
17591754
dependencies:
1760-
"@types/prop-types" "*"
17611755
csstype "^3.0.2"
17621756

17631757
"@types/stack-utils@^2.0.0":
@@ -5803,7 +5797,7 @@ longest@^2.0.1:
58035797
resolved "https://registry.yarnpkg.com/longest/-/longest-2.0.1.tgz#781e183296aa94f6d4d916dc335d0d17aefa23f8"
58045798
integrity sha512-Ajzxb8CM6WAnFjgiloPsI3bF+WCxcvhdIG3KNA2KN962+tdBsHcuQ4k4qX/EcS/2CRkcc0iAkR956Nib6aXU/Q==
58055799

5806-
loose-envify@^1.1.0, loose-envify@^1.4.0:
5800+
loose-envify@^1.4.0:
58075801
version "1.4.0"
58085802
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
58095803
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -7228,12 +7222,10 @@ react-is@^18.0.0:
72287222
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
72297223
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
72307224

7231-
react@^18.3.1:
7232-
version "18.3.1"
7233-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
7234-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
7235-
dependencies:
7236-
loose-envify "^1.1.0"
7225+
react@^19.0.0:
7226+
version "19.0.0"
7227+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
7228+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
72377229

72387230
read-cmd-shim@^5.0.0:
72397231
version "5.0.0"

0 commit comments

Comments
 (0)