Update react monorepo to v19.3.0

This commit is contained in:
renovate[bot]
2026-09-13 03:24:38 +00:00
committed by GitHub
parent 0786a45995
commit 4718b75f89
2 changed files with 27 additions and 27 deletions

View File

@@ -36,10 +36,10 @@
"interweave": "13.1.1",
"monaco-editor": "0.56.0",
"mousetrap": "1.6.5",
"react": "19.2.8",
"react": "19.3.0",
"react-async-hook": "4.0.0",
"react-contexify": "6.0.0",
"react-dom": "19.2.8",
"react-dom": "19.3.0",
"react-draggable": "4.7.1",
"react-icons": "5.7.0",
"react-infinite-scroller": "1.2.6",
@@ -63,8 +63,8 @@
"@testing-library/react": "16.3.3",
"@testing-library/user-event": "14.6.7",
"@types/mousetrap": "1.6.15",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.7",
"@types/react": "19.3.0",
"@types/react-dom": "19.3.0",
"@types/react-infinite-scroller": "1.2.5",
"@types/throttle-debounce": "5.0.2",
"@types/tinycon": "0.6.7",
@@ -79,7 +79,7 @@
},
"overrides": {
"react-infinite-scroller": {
"react": "19.2.8"
"react": "19.3.0"
}
}
}