From 79ae1380abc129839d2f842279912f3f149498f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:33:01 +0000 Subject: [PATCH] chore(deps): bump react-dom from 18.3.1 to 19.0.0 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.0.0. - [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.0.0/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-type: direct:production 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 d2aad5e..47acb2e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "next": "14.2.21", "next-themes": "^0.4.4", "react": "^18.3.1", - "react-dom": "^18.3.1", + "react-dom": "^19.0.0", "tailwind-merge": "^3.0.2", "tailwindcss-animate": "^1.0.7" },