From 8095ed2669325bdbd6d482065f53a764c1c31aaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:52:34 +0000 Subject: [PATCH] Update dependency react to v19 --- deno.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index 0034f33..8747740 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -6,7 +6,7 @@ }, "compilerOptions": { "jsx": "react-jsx", - "jsxImportSource": "npm:react@18.3.1", + "jsxImportSource": "npm:react@19.0.0", "jsxImportSourceTypes": "npm:@types/react@18.3.12", "types": [ "lume/types.ts",