From 30c2d1a8a91e9db7f1121adab16718691b7a1df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 21:02:28 +0000 Subject: [PATCH] chore(deps-dev): bump react-dom from 18.3.1 to 19.2.1 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.2.1. - [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/v19.2.1/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 105bf2cc..6a70822b 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react": "^18.0.0", "react-dnd": "^10.0.0", "react-dnd-html5-backend": "^10.0.0", - "react-dom": "^18.0.0", + "react-dom": "^19.2.1", "react-sticky": "^6.0.3", "typescript": "^5.3.2" },