Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit e62ea9d

Browse files
committed
0.5.108
1 parent 20fede3 commit e62ea9d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

Diff for: deno.jsonc

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
"exclude": ["./lib/deps/"],
1717
"rules": { "tags": ["fresh", "recommended"] }
1818
},
19-
"test": { "exclude": ["./templates"] },
2019
"fmt": { "lineWidth": 100 },
2120
"compilerOptions": {
2221
"lib": ["dom", "dom.asynciterable", "deno.ns"],
2322
"jsx": "precompile",
2423
"jsxImportSource": "preact",
25-
"jsxImportSourceTypes": "preact/compat",
24+
"jsxImportSourceTypes": "npm:@types/[email protected]",
2625
"jsxPrecompileSkipElements": [
2726
"a",
2827
"img",

Diff for: lib/cli/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// latest version of netzo/cli (see https://github.com/netzo/netzo/releases)
2-
export const VERSION = "0.5.107";
2+
export const VERSION = "0.5.108";
33

44
// minimum version of Deno required to run this CLI
55
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)

Diff for: tests/fixture-plugins-mdx/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lib": ["dom", "dom.asynciterable", "deno.ns"],
1818
"jsx": "precompile",
1919
"jsxImportSource": "preact",
20-
"jsxImportSourceTypes": "preact/compat",
20+
"jsxImportSourceTypes": "npm:@types/[email protected]",
2121
"jsxPrecompileSkipElements": [
2222
"a",
2323
"img",

Diff for: tests/fixture-plugins-unocss/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lib": ["dom", "dom.asynciterable", "deno.ns"],
1212
"jsx": "precompile",
1313
"jsxImportSource": "preact",
14-
"jsxImportSourceTypes": "preact/compat",
14+
"jsxImportSourceTypes": "npm:@types/[email protected]",
1515
"jsxPrecompileSkipElements": [
1616
"a",
1717
"img",

0 commit comments

Comments
 (0)