fix(deps): update react monorepo to ^19.2.0

This commit is contained in:
renovate[bot]
2025-10-02 00:34:44 +00:00
committed by GitHub
parent 32b80b64f4
commit 7116efc490
2 changed files with 27 additions and 27 deletions

View File

@@ -33,11 +33,11 @@
"interweave": "^13.1.1",
"monaco-editor": "^0.52.2",
"mousetrap": "^1.6.5",
"react": "^19.1.1",
"react": "^19.2.0",
"react-async-hook": "^4.0.0",
"react-contexify": "^6.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^19.1.1",
"react-dom": "^19.2.0",
"react-draggable": "^4.5.0",
"react-icons": "^5.5.0",
"react-infinite-scroller": "^1.2.6",
@@ -59,8 +59,8 @@
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/mousetrap": "^1.6.15",
"@types/react": "^19.1.17",
"@types/react-dom": "^19.1.11",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/react-infinite-scroller": "^1.2.5",
"@types/throttle-debounce": "^5.0.2",
"@types/tinycon": "^0.6.7",
@@ -77,7 +77,7 @@
},
"overrides": {
"react-infinite-scroller": {
"react": "^19.1.1"
"react": "^19.2.0"
}
}
}