fix(deps): update react monorepo to v19.2.8

This commit is contained in:
renovate[bot]
2026-07-25 00:34:50 +00:00
committed by GitHub
parent bcce130b82
commit 04fb3282fa
2 changed files with 12 additions and 12 deletions

View File

@@ -29,10 +29,10 @@
"interweave": "13.1.1",
"monaco-editor": "0.56.0",
"mousetrap": "1.6.5",
"react": "19.2.7",
"react": "19.2.8",
"react-async-hook": "4.0.0",
"react-contexify": "6.0.0",
"react-dom": "19.2.7",
"react-dom": "19.2.8",
"react-draggable": "4.7.0",
"react-icons": "5.7.0",
"react-infinite-scroller": "1.2.6",
@@ -4740,9 +4740,9 @@
}
},
"node_modules/react": {
"version": "19.2.7",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
"integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
"version": "19.2.8",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
"integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -4784,15 +4784,15 @@
}
},
"node_modules/react-dom": {
"version": "19.2.7",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
"integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
"version": "19.2.8",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
"integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
"license": "MIT",
"dependencies": {
"scheduler": "^0.27.0"
},
"peerDependencies": {
"react": "^19.2.7"
"react": "^19.2.8"
}
},
"node_modules/react-draggable": {

View File

@@ -36,10 +36,10 @@
"interweave": "13.1.1",
"monaco-editor": "0.56.0",
"mousetrap": "1.6.5",
"react": "19.2.7",
"react": "19.2.8",
"react-async-hook": "4.0.0",
"react-contexify": "6.0.0",
"react-dom": "19.2.7",
"react-dom": "19.2.8",
"react-draggable": "4.7.0",
"react-icons": "5.7.0",
"react-infinite-scroller": "1.2.6",
@@ -78,7 +78,7 @@
},
"overrides": {
"react-infinite-scroller": {
"react": "19.2.7"
"react": "19.2.8"
}
}
}