fix(launcher): align react and react-dom versions (#2467)

Pin react and react-dom to 19.2.5 to avoid runtime crashes caused by a version mismatch.
Refresh the pnpm lockfile to keep frontend dependencies in sync.
This commit is contained in:
wenjie
2026-04-10 11:13:05 +08:00
committed by GitHub
parent 795ec9af05
commit d9977715a3
2 changed files with 266 additions and 276 deletions
+2 -2
View File
@@ -29,8 +29,8 @@
"i18next-browser-languagedetector": "^8.2.1",
"jotai": "^2.19.1",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-dom": "^19.2.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-i18next": "^17.0.2",
"react-markdown": "^10.1.0",
"react-textarea-autosize": "^8.5.9",
+264 -274
View File
File diff suppressed because it is too large Load Diff