From fea15e1fc1325265f78043abf2d11bc8d27cfb39 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Fri, 12 Dec 2025 12:12:25 +0100 Subject: [PATCH] fix the react-dom version in the c3 template --- create-cloudflare/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-cloudflare/next/package.json b/create-cloudflare/next/package.json index 07428eb3..505c66a4 100644 --- a/create-cloudflare/next/package.json +++ b/create-cloudflare/next/package.json @@ -16,7 +16,7 @@ "@opennextjs/cloudflare": "^1.14.4", "next": "15.5.9", "react": "19.1.4", - "react-dom": "19.1.3" + "react-dom": "19.1.4" }, "devDependencies": { "@eslint/eslintrc": "^3",