fix(deps): update react monorepo to ^19.2.5

This commit is contained in:
renovate[bot]
2026-04-11 20:26:25 +00:00
committed by GitHub
parent c314e2de6b
commit 6d625c88d3
2 changed files with 12 additions and 12 deletions

View File

@@ -28,10 +28,10 @@
"interweave": "^13.1.1",
"monaco-editor": "^0.55.1",
"mousetrap": "^1.6.5",
"react": "^19.2.4",
"react": "^19.2.5",
"react-async-hook": "^4.0.0",
"react-contexify": "^6.0.0",
"react-dom": "^19.2.4",
"react-dom": "^19.2.5",
"react-draggable": "^4.5.0",
"react-icons": "^5.6.0",
"react-infinite-scroller": "^1.2.6",
@@ -5413,9 +5413,9 @@
}
},
"node_modules/react": {
"version": "19.2.4",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
"integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
"version": "19.2.5",
"resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz",
"integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
@@ -5457,15 +5457,15 @@
}
},
"node_modules/react-dom": {
"version": "19.2.4",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
"integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
"version": "19.2.5",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz",
"integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==",
"license": "MIT",
"dependencies": {
"scheduler": "^0.27.0"
},
"peerDependencies": {
"react": "^19.2.4"
"react": "^19.2.5"
}
},
"node_modules/react-draggable": {

View File

@@ -36,10 +36,10 @@
"interweave": "^13.1.1",
"monaco-editor": "^0.55.1",
"mousetrap": "^1.6.5",
"react": "^19.2.4",
"react": "^19.2.5",
"react-async-hook": "^4.0.0",
"react-contexify": "^6.0.0",
"react-dom": "^19.2.4",
"react-dom": "^19.2.5",
"react-draggable": "^4.5.0",
"react-icons": "^5.6.0",
"react-infinite-scroller": "^1.2.6",
@@ -80,7 +80,7 @@
},
"overrides": {
"react-infinite-scroller": {
"react": "^19.2.4"
"react": "^19.2.5"
}
}
}