fix(deps): update react monorepo

This commit is contained in:
renovate[bot]
2026-06-04 22:50:59 +00:00
committed by GitHub
parent 636841f647
commit 69a95488ce
2 changed files with 17 additions and 17 deletions

View File

@@ -29,10 +29,10 @@
"interweave": "13.1.1",
"monaco-editor": "0.55.1",
"mousetrap": "1.6.5",
"react": "19.2.6",
"react": "19.2.7",
"react-async-hook": "4.0.0",
"react-contexify": "6.0.0",
"react-dom": "19.2.6",
"react-dom": "19.2.7",
"react-draggable": "4.6.0",
"react-icons": "5.6.0",
"react-infinite-scroller": "1.2.6",
@@ -55,7 +55,7 @@
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/mousetrap": "1.6.15",
"@types/react": "19.2.15",
"@types/react": "19.2.16",
"@types/react-dom": "19.2.3",
"@types/react-infinite-scroller": "1.2.5",
"@types/throttle-debounce": "5.0.2",
@@ -2477,9 +2477,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.2.15",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz",
"integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==",
"version": "19.2.16",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.16.tgz",
"integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==",
"license": "MIT",
"dependencies": {
"csstype": "^3.2.2"
@@ -5045,9 +5045,9 @@
}
},
"node_modules/react": {
"version": "19.2.6",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz",
"integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
"version": "19.2.7",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
"integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -5089,15 +5089,15 @@
}
},
"node_modules/react-dom": {
"version": "19.2.6",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz",
"integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==",
"version": "19.2.7",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
"integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
"license": "MIT",
"dependencies": {
"scheduler": "^0.27.0"
},
"peerDependencies": {
"react": "^19.2.6"
"react": "^19.2.7"
}
},
"node_modules/react-draggable": {

View File

@@ -37,10 +37,10 @@
"interweave": "13.1.1",
"monaco-editor": "0.55.1",
"mousetrap": "1.6.5",
"react": "19.2.6",
"react": "19.2.7",
"react-async-hook": "4.0.0",
"react-contexify": "6.0.0",
"react-dom": "19.2.6",
"react-dom": "19.2.7",
"react-draggable": "4.6.0",
"react-icons": "5.6.0",
"react-infinite-scroller": "1.2.6",
@@ -63,7 +63,7 @@
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/mousetrap": "1.6.15",
"@types/react": "19.2.15",
"@types/react": "19.2.16",
"@types/react-dom": "19.2.3",
"@types/react-infinite-scroller": "1.2.5",
"@types/throttle-debounce": "5.0.2",
@@ -81,7 +81,7 @@
},
"overrides": {
"react-infinite-scroller": {
"react": "19.2.6"
"react": "19.2.7"
}
}
}