fix(deps): update react monorepo to ^19.2.3

This commit is contained in:
renovate[bot]
2025-12-15 00:10:13 +00:00
committed by GitHub
parent 9f6fac0d58
commit 9b7844542d
2 changed files with 12 additions and 12 deletions

View File

@@ -33,10 +33,10 @@
"interweave": "^13.1.1",
"monaco-editor": "^0.55.1",
"mousetrap": "^1.6.5",
"react": "^19.2.1",
"react": "^19.2.3",
"react-async-hook": "^4.0.0",
"react-contexify": "^6.0.0",
"react-dom": "^19.2.1",
"react-dom": "^19.2.3",
"react-draggable": "^4.5.0",
"react-icons": "^5.5.0",
"react-infinite-scroller": "^1.2.6",
@@ -75,7 +75,7 @@
},
"overrides": {
"react-infinite-scroller": {
"react": "^19.2.1"
"react": "^19.2.3"
}
}
}