From 74b67b117d307277ff978e548a16f9cb3f20698d Mon Sep 17 00:00:00 2001 From: Sebastian Sebbie Silbermann Date: Thu, 2 Oct 2025 13:59:07 +0200 Subject: [PATCH] Use stable release in demos with HTML output --- src/components/MDX/SandpackWithHTMLOutput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MDX/SandpackWithHTMLOutput.tsx b/src/components/MDX/SandpackWithHTMLOutput.tsx index c5149deb948..9d92e0b8e24 100644 --- a/src/components/MDX/SandpackWithHTMLOutput.tsx +++ b/src/components/MDX/SandpackWithHTMLOutput.tsx @@ -56,8 +56,8 @@ export default function formatHTML(markup) { const packageJSON = ` { "dependencies": { - "react": "18.3.0-canary-6db7f4209-20231021", - "react-dom": "18.3.0-canary-6db7f4209-20231021", + "react": "^19.1.0", + "react-dom": "^19.1.0", "react-scripts": "^5.0.0", "html-format": "^1.1.2" },