Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit a78eccc

Browse files
authored
Merge pull request #903 from kufu/renovate/major-react-monorepo
chore: update dependency react to v19
2 parents 862c956 + b311855 commit a78eccc

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"vitest": "^29.7.0",
3737
"@types/react": "^19.0.1",
3838
"jest": "^29.7.0",
39-
"react": "^18.3.1",
39+
"react": "^19.0.0",
4040
"standard-version": "^9.3.2",
4141
"typescript": "^5.7.2"
4242
},
4343
"peerDependencies": {
4444
"eslint": "^9.0.0",
45-
"react": "^16.8.6 || ^17.0.0 || ^18.0.0",
45+
"react": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.0.0",
4646
"typescript": "^3.4.5 || ^4.0.0 || ^5.0.0"
4747
},
4848
"dependencies": {

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3742,7 +3742,7 @@ lodash@^4.17.15:
37423742
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
37433743
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
37443744

3745-
loose-envify@^1.1.0, loose-envify@^1.4.0:
3745+
loose-envify@^1.4.0:
37463746
version "1.4.0"
37473747
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
37483748
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -4270,12 +4270,10 @@ react-is@^18.0.0:
42704270
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
42714271
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
42724272

4273-
react@^18.3.1:
4274-
version "18.3.1"
4275-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
4276-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
4277-
dependencies:
4278-
loose-envify "^1.1.0"
4273+
react@^19.0.0:
4274+
version "19.0.0"
4275+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
4276+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
42794277

42804278
read-pkg-up@^3.0.0:
42814279
version "3.0.0"

0 commit comments

Comments
 (0)