Update dependency react to v19
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/deploy unknown status

This commit is contained in:
Renovate Bot 2024-12-05 19:04:25 +00:00 committed by renovate
parent 9638cca0c8
commit e99cdeebf4
2 changed files with 5 additions and 7 deletions

View file

@ -15,7 +15,7 @@
"browserslist": "^4.21.11", "browserslist": "^4.21.11",
"http-server": "^14.1.0", "http-server": "^14.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"react": "^18.0.0", "react": "^19.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"react-scripts": "^5.0.0", "react-scripts": "^5.0.0",
"styled-components": "^6.0.8", "styled-components": "^6.0.8",

View file

@ -8562,12 +8562,10 @@ react-scripts@^5.0.0:
optionalDependencies: optionalDependencies:
fsevents "^2.3.2" fsevents "^2.3.2"
react@^18.0.0: react@^19.0.0:
version "18.3.1" version "19.0.0"
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891" resolved "https://registry.yarnpkg.com/react/-/react-19.0.0.tgz#6e1969251b9f108870aa4bff37a0ce9ddfaaabdd"
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
dependencies:
loose-envify "^1.1.0"
read-cache@^1.0.0: read-cache@^1.0.0:
version "1.0.0" version "1.0.0"