From e62ea9d8a92fde904cbb7c835450f2a66a9665e0 Mon Sep 17 00:00:00 2001 From: Miguel Romero Karam Date: Wed, 26 Jun 2024 15:04:50 +0200 Subject: [PATCH] 0.5.108 --- deno.jsonc | 3 +-- lib/cli/src/version.ts | 2 +- tests/fixture-plugins-mdx/deno.json | 2 +- tests/fixture-plugins-unocss/deno.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/deno.jsonc b/deno.jsonc index dfdaf62c..b4cb851e 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -16,13 +16,12 @@ "exclude": ["./lib/deps/"], "rules": { "tags": ["fresh", "recommended"] } }, - "test": { "exclude": ["./templates"] }, "fmt": { "lineWidth": 100 }, "compilerOptions": { "lib": ["dom", "dom.asynciterable", "deno.ns"], "jsx": "precompile", "jsxImportSource": "preact", - "jsxImportSourceTypes": "preact/compat", + "jsxImportSourceTypes": "npm:@types/react@18.2.60", "jsxPrecompileSkipElements": [ "a", "img", diff --git a/lib/cli/src/version.ts b/lib/cli/src/version.ts index e18beedf..abf15e55 100644 --- a/lib/cli/src/version.ts +++ b/lib/cli/src/version.ts @@ -1,5 +1,5 @@ // latest version of netzo/cli (see https://github.com/netzo/netzo/releases) -export const VERSION = "0.5.107"; +export const VERSION = "0.5.108"; // minimum version of Deno required to run this CLI // (see https://github.com/denoland/deployctl/blob/main/src/version.ts) diff --git a/tests/fixture-plugins-mdx/deno.json b/tests/fixture-plugins-mdx/deno.json index e950c202..ec8e8cce 100644 --- a/tests/fixture-plugins-mdx/deno.json +++ b/tests/fixture-plugins-mdx/deno.json @@ -17,7 +17,7 @@ "lib": ["dom", "dom.asynciterable", "deno.ns"], "jsx": "precompile", "jsxImportSource": "preact", - "jsxImportSourceTypes": "preact/compat", + "jsxImportSourceTypes": "npm:@types/react@18.2.60", "jsxPrecompileSkipElements": [ "a", "img", diff --git a/tests/fixture-plugins-unocss/deno.json b/tests/fixture-plugins-unocss/deno.json index d23dbf44..28038710 100644 --- a/tests/fixture-plugins-unocss/deno.json +++ b/tests/fixture-plugins-unocss/deno.json @@ -11,7 +11,7 @@ "lib": ["dom", "dom.asynciterable", "deno.ns"], "jsx": "precompile", "jsxImportSource": "preact", - "jsxImportSourceTypes": "preact/compat", + "jsxImportSourceTypes": "npm:@types/react@18.2.60", "jsxPrecompileSkipElements": [ "a", "img",