From 2d36f248cfd804cd308007b60e3a9ae2090c7edd Mon Sep 17 00:00:00 2001 From: Adam Warski Date: Mon, 27 Jul 2026 07:37:19 +0000 Subject: [PATCH] Bump react-dom to 19.2.8 to match react react was bumped to 19.2.8 in #3221 without react-dom, leaving the two packages at different versions. React refuses to start when they differ, so every UI test failed and master has been red since then. --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index a3d5cbb23..009c1c5b2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -38,7 +38,7 @@ "next-themes": "^0.4.6", "react": "^19.2.8", "react-router": "^8.2.0", - "react-dom": "^19.2.7", + "react-dom": "^19.2.8", "react-hook-form": "^7.82.0", "react-icons": "^5.7.0", "sonner": "^2.0.7", diff --git a/ui/yarn.lock b/ui/yarn.lock index 5ac24e233..7364ec7e9 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3802,10 +3802,10 @@ quick-lru@^5.1.1: resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== -react-dom@^19.2.7: - version "19.2.7" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.7.tgz#0450dc9ae9ddbff76ef196401cd8b8c7fb466ccc" - integrity sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ== +react-dom@^19.2.8: + version "19.2.8" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.8.tgz#3b46b9eeda877cdff2cf13d2770fff4ae36c2ec2" + integrity sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ== dependencies: scheduler "^0.27.0"