Update react monorepo to v19.2.1
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-12-04 01:47:39 +00:00
parent 5607633f66
commit b11b4a215c
2 changed files with 10 additions and 10 deletions

View File

@@ -12,8 +12,8 @@
"@mui/lab": "5.0.0-alpha.177", "@mui/lab": "5.0.0-alpha.177",
"@mui/material": "7.3.6", "@mui/material": "7.3.6",
"next": "latest", "next": "latest",
"react": "19.2.0", "react": "19.2.1",
"react-dom": "19.2.0" "react-dom": "19.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.16.3", "@types/node": "22.16.3",

View File

@@ -2043,10 +2043,10 @@ raw-body@2.4.1:
iconv-lite "0.4.24" iconv-lite "0.4.24"
unpipe "1.0.0" unpipe "1.0.0"
react-dom@19.2.0: react-dom@19.2.1:
version "19.2.0" version "19.2.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.1.tgz#ce3527560bda4f997e47d10dab754825b3061f59"
integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ== integrity sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==
dependencies: dependencies:
scheduler "^0.27.0" scheduler "^0.27.0"
@@ -2085,10 +2085,10 @@ react-transition-group@^4.4.5:
loose-envify "^1.4.0" loose-envify "^1.4.0"
prop-types "^15.6.2" prop-types "^15.6.2"
react@19.2.0: react@19.2.1:
version "19.2.0" version "19.2.1"
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5" resolved "https://registry.yarnpkg.com/react/-/react-19.2.1.tgz#8600fa205e58e2e807f6ef431c9f6492591a2700"
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ== integrity sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==
readable-stream@^2.0.2, readable-stream@^2.3.3, readable-stream@^2.3.6: readable-stream@^2.0.2, readable-stream@^2.3.3, readable-stream@^2.3.6:
version "2.3.7" version "2.3.7"