Skip to content

Commit 8aaf82e

Browse files
authored
Merge pull request #14 from deco-sites/chore/bump-apps-0.147.0
chore: bump deco-cx/apps to 0.147.0
1 parent e3caef3 commit 8aaf82e

6 files changed

Lines changed: 87 additions & 77 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"audiences": [
3+
{
4+
"__resolveType": "everyone"
5+
}
6+
],
7+
"__resolveType": "$live/handlers/routesSelection.ts"
8+
}

.deco/blocks/pages-Start-15553.json

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

.deco/blocks/site.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@
6969
"name": "MAILERSEND_API_KEY"
7070
}
7171
}
72-
}
72+
}

apps/site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface SiteProps extends Props {
1010
* @title Site
1111
* @description Start your site from a template or from scratch.
1212
* @category Tool
13-
* @logo https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/1/0ac02239-61e6-4289-8a36-e78c0975bcc8
13+
* @logo https://decoims.com/simbiose-site/6c823df7-18ae-4f79-88b4-8388da8c2a47/0ac02239_0ac02239-61e6-4289-8a36-e78c0975bcc8.png
1414
*/
1515
export default function Site(
1616
{ MailerSendKey, ...state }: SiteProps,

deno.json

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"imports": {
33
"$fresh/": "https://deno.land/x/fresh@1.7.3/",
44
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
5-
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.2",
5+
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.0",
66
"@deco/codemod-toolkit": "jsr:@deco/codemod-toolkit@0.3.4",
77
"@deco/durable": "jsr:@deco/durable@0.5.3",
8-
"@deco/warp": "jsr:@deco/warp@0.3.10",
8+
"@deco/warp": "jsr:@deco/warp@0.3.12",
99
"@hono/hono": "jsr:@hono/hono@^4.5.4",
1010
"@std/assert": "jsr:@std/assert@^1.0.2",
1111
"@std/async": "jsr:@std/async@^0.224.1",
@@ -26,22 +26,23 @@
2626
"@std/testing": "jsr:@std/testing@^1.0.0",
2727
"@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2",
2828
"fast-json-patch": "npm:fast-json-patch@^3.1.1",
29-
"partytown/": "https://deno.land/x/partytown@0.4.8/",
29+
"partytown/": "https://cdn.jsdelivr.net/gh/deco-cx/partytown@0.4.8/",
3030
"preact": "npm:preact@10.23.1",
3131
"preact-render-to-string": "npm:preact-render-to-string@6.4.2",
3232
"simple-git": "npm:simple-git@^3.25.0",
3333
"std/": "https://deno.land/std@0.190.0/",
3434
"site/": "./",
35-
"deco/": "https://cdn.jsdelivr.net/gh/deco-cx/deco@1.120.10/",
36-
"apps/": "https://cdn.jsdelivr.net/gh/deco-cx/apps@0.115.8/",
35+
"deco/": "https://cdn.jsdelivr.net/gh/deco-cx/deco@1.199.1/",
36+
"apps/": "https://cdn.jsdelivr.net/gh/deco-cx/apps@0.153.0/",
37+
"@deco/htmx": "https://cdn.jsdelivr.net/gh/deco-cx/apps@0.153.0/htmx/mod.ts",
3738
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
3839
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
39-
"daisyui": "npm:daisyui@4.4.19",
40-
"@deco/htmx": "https://denopkg.com/deco-cx/apps@0.115.8/htmx/mod.ts",
40+
"daisyui": "npm:daisyui@4.6.0",
4141
"https://esm.sh/*preact-render-to-string@6.3.1": "npm:preact-render-to-string@6.4.2",
42-
"@deco/deco": "jsr:@deco/deco@1.120.10",
43-
"@deco/dev": "jsr:@deco/dev@1.120.10",
44-
"mailersend": "https://esm.sh/mailersend@2.6.0?target=es2022"
42+
"@deco/deco": "jsr:@deco/deco@1.199.1",
43+
"@deco/dev": "jsr:@deco/dev@1.199.1",
44+
"mailersend": "npm:mailersend@2.3.0",
45+
"@deco/deno-ast-wasm": "jsr:@deco/deno-ast-wasm@0.5.5"
4546
},
4647
"tasks": {
4748
"start": "deno run -A --unstable-http --env https://deco.cx/run -- deno task dev",
@@ -57,8 +58,10 @@
5758
"cache_clean": "rm deno.lock; deno cache -r main.ts",
5859
"build": "deno run -A dev.ts build",
5960
"preview": "deno run -A main.ts",
61+
"generate-icons": "deno run -A --unstable static/generate-icons.ts",
6062
"dev": "deno run -A --env --unstable-kv --unstable-hmr dev.ts",
61-
"reload": "deno cache -r https://deco.cx/run"
63+
"reload": "deno cache -r https://deco.cx/run",
64+
"validate": "deno run -A https://deco.cx/validate"
6265
},
6366
"githooks": {
6467
"pre-commit": "check"
@@ -68,8 +71,7 @@
6871
"static/",
6972
"README.md",
7073
"_fresh",
71-
"**/_fresh/*",
72-
".deco/**"
74+
"**/_fresh/*"
7375
],
7476
"lint": {
7577
"rules": {
@@ -79,10 +81,11 @@
7981
]
8082
}
8183
},
82-
"nodeModulesDir": false,
84+
"nodeModulesDir": true,
8385
"compilerOptions": {
8486
"jsx": "react-jsx",
85-
"jsxImportSource": "preact"
87+
"jsxImportSource": "preact",
88+
"experimentalDecorators": true
8689
},
8790
"lock": false
8891
}

fresh.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { defineConfig } from "$fresh/server.ts";
22
import { plugins } from "deco/plugins/deco.ts";
33
import manifest from "./manifest.gen.ts";
4-
import tailwind from "./tailwind.config.ts";
54

65
export default defineConfig({
76
plugins: plugins({

0 commit comments

Comments
 (0)