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

Commit b311855

Browse files
chore: update dependency react to v19
1 parent d8dfe44 commit b311855

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": "^18.3.16",
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
@@ -3748,7 +3748,7 @@ lodash@^4.17.15:
37483748
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
37493749
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
37503750

3751-
loose-envify@^1.1.0, loose-envify@^1.4.0:
3751+
loose-envify@^1.4.0:
37523752
version "1.4.0"
37533753
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
37543754
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -4276,12 +4276,10 @@ react-is@^18.0.0:
42764276
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
42774277
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
42784278

4279-
react@^18.3.1:
4280-
version "18.3.1"
4281-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
4282-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
4283-
dependencies:
4284-
loose-envify "^1.1.0"
4279+
react@^19.0.0:
4280+
version "19.0.0"
4281+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
4282+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
42854283

42864284
read-pkg-up@^3.0.0:
42874285
version "3.0.0"

0 commit comments

Comments
 (0)