diff --git a/deno.json b/deno.json index 63f19ff50e4..975b413ada6 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@marvinh-test/fresh", - "version": "2.0.0-prealpha.10", + "version": "2.0.0-prealpha.11", "exports": { ".": "./src/mod.ts", "./runtime": "./src/runtime/client/mod.tsx", diff --git a/init/deno.json b/init/deno.json index df144469add..44b036f0157 100644 --- a/init/deno.json +++ b/init/deno.json @@ -15,7 +15,7 @@ "exclude": ["**/*_test.*", "*.todo"] }, "imports": { - "@marvinh-test/fresh": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.0", + "@marvinh-test/fresh": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.11", "@std/cli": "jsr:@std/cli@^0.220.1", "@std/fmt": "jsr:@std/fmt@^0.220.1", "@std/path": "jsr:@std/path@^0.220.1" diff --git a/init/src/init.ts b/init/src/init.ts index d00d909da16..68dc5098d32 100644 --- a/init/src/init.ts +++ b/init/src/init.ts @@ -492,7 +492,7 @@ if (Deno.args.includes("build")) { exclude: ["**/_fresh/*"], imports: { // FIXME: Update once relased - "@fresh/core": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.", + "@fresh/core": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.11", "@fresh/plugin-tailwind": "jsr:@marvinh-test/fresh-tailwind@^0.0.1", "preact": "npm:preact@^10.20.1", "@preact/signals": "npm:@preact/signals@^1.2.3", diff --git a/plugin-tailwindcss/deno.json b/plugin-tailwindcss/deno.json index 59d2cf3033d..1fdace5388c 100644 --- a/plugin-tailwindcss/deno.json +++ b/plugin-tailwindcss/deno.json @@ -5,7 +5,7 @@ ".": "./src/mod.ts" }, "imports": { - "@fresh/core": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.0", + "@fresh/core": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.11", "@std/path": "jsr:@std/path@^0.220.1", "autoprefixer": "npm:autoprefixer@10.4.17", "cssnano": "npm:cssnano@6.0.3",