Update react monorepo to v19.1.1 (#19720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-04 06:27:11 +00:00 committed by GitHub
parent 8e20e589f1
commit c90707875e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5284,24 +5284,24 @@
"license": "MIT"
},
"node_modules/react": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/react/-/react-19.1.0.tgz",
"integrity": "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==",
"version": "19.1.1",
"resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz",
"integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/react-dom": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.0.tgz",
"integrity": "sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==",
"version": "19.1.1",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz",
"integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==",
"license": "MIT",
"dependencies": {
"scheduler": "^0.26.0"
},
"peerDependencies": {
"react": "^19.1.0"
"react": "^19.1.1"
}
},
"node_modules/react-is": {
@ -6524,9 +6524,9 @@
"classnames": "^2.3.2",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^3.0.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-resizable-panels": "^3.0.0",
"ruff_wasm": "file:ruff_wasm",
"shared": "0.0.0",
"smol-toml": "^1.3.0"
@ -6541,8 +6541,8 @@
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"classnames": "^2.3.2",
"react": "^19.0.0",
"react-resizable-panels": "^3.0.4"
"react": "^19.1.1",
"react-resizable-panels": "^3.0.0"
}
},
"ty": {
@ -6554,9 +6554,9 @@
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.2",
"pyodide": "^0.28.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^3.0.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-resizable-panels": "^3.0.0",
"shared": "0.0.0",
"smol-toml": "^1.3.1",
"ty_wasm": "file:ty_wasm"