Skip to content

Commit e5d16e4

Browse files
chore(deps): update react monorepo to v19
1 parent 4e2ee46 commit e5d16e4

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
"eslint-plugin-react": "^7.32.2",
6464
"jest": "^27.5.1",
6565
"prop-types": "^15.8.1",
66-
"react": "^17.0.2",
66+
"react": "^19.0.0",
6767
"release-script": "^1.0.2",
6868
"sinon": "^11.1.2",
6969
"sinon-chai": "^3.7.0"
7070
},
7171
"dependencies": {
72-
"react-is": "^17.0.1",
72+
"react-is": "^19.0.0",
7373
"warning": "^4.0.3"
7474
}
7575
}

yarn.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3778,7 +3778,7 @@ lodash@^4.7.0:
37783778
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
37793779
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
37803780

3781-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
3781+
loose-envify@^1.0.0, loose-envify@^1.4.0:
37823782
version "1.4.0"
37833783
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
37843784
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -4207,13 +4207,15 @@ react-is@^17.0.1:
42074207
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
42084208
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
42094209

4210-
react@^17.0.2:
4211-
version "17.0.2"
4212-
resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037"
4213-
integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==
4214-
dependencies:
4215-
loose-envify "^1.1.0"
4216-
object-assign "^4.1.1"
4210+
react-is@^19.0.0:
4211+
version "19.0.0"
4212+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-19.0.0.tgz#d6669fd389ff022a9684f708cf6fa4962d1fea7a"
4213+
integrity sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==
4214+
4215+
react@^19.0.0:
4216+
version "19.0.0"
4217+
resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
4218+
integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
42174219

42184220
readdirp@~3.5.0:
42194221
version "3.5.0"

0 commit comments

Comments
 (0)