From 7f60c4774c5a6bb51fc97d3bceb7cbd73a586a76 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 16:35:47 +0000 Subject: [PATCH] feat: upgrade react-dom from 18.3.1 to 19.0.0 Snyk has created this PR to upgrade react-dom from 18.3.1 to 19.0.0. See this package in npm: react-dom See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/310a756c-782e-4c6a-a449-faae16ba4ab3?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f65c1cf64..2885733cfb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "geist": "^1.3.1", "next": "14.2.5", "react": "18.3.1", - "react-dom": "18.3.1" + "react-dom": "19.0.0" }, "devDependencies": { "@tailwindcss/container-queries": "^0.1.1",