From 301c9d9779a2d65ef88796f4c2568c0df3a05dd5 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 19:23:54 +0000 Subject: [PATCH] feat: upgrade react-dom from 18.2.0 to 19.0.0 Snyk has created this PR to upgrade react-dom from 18.2.0 to 19.0.0. See this package in npm: react-dom See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/1a893c81-e8ee-45b3-a7f3-17eefff40412?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 cef5f4b..a313990 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cypress": "^13.4.0", "next": "^14.0.1", "react": "^18.2.0", - "react-dom": "^18.2.0" + "react-dom": "^19.0.0" }, "devDependencies": { "netlify-plugin-cypress": "2.2.1"