From aed86ddbded11a38f9ad52b4ef8f660ee9ee62df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:34:27 +0000 Subject: [PATCH] chore(deps): bump react-dom Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.3.0-canary-378973b3-20251205 to 19.3.0-canary-52684925-20251110. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.3.0-canary-52684925-20251110 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18f22af..384f93a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "posthog-node": "^5.17.2", "react": "19.3.0-canary-378973b3-20251205", "react-codemirror-merge": "^4.25.3", - "react-dom": "19.3.0-canary-378973b3-20251205", + "react-dom": "19.3.0-canary-52684925-20251110", "react-hook-form": "^7.68.0", "react-remark": "^2.1.0", "remark": "^15.0.1",