Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Aug 28, 2024
1 parent 1aef1aa commit c67753b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"imports": {
"site/": "./",
"deco-sites/std/": "https://denopkg.com/deco-sites/[email protected]/",
"$live/": "https://denopkg.com/deco-cx/deco@1.90.2/",
"$live/": "https://denopkg.com/deco-cx/deco@1.95.3/",
"$store/": "./",
"deco/": "https://denopkg.com/deco-cx/deco@1.90.2/",
"apps/": "https://denopkg.com/deco-cx/apps@0.55.9/",
"deco/": "https://denopkg.com/deco-cx/deco@1.95.3/",
"apps/": "https://denopkg.com/deco-cx/apps@0.56.14/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand All @@ -22,7 +22,7 @@
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.2",
"@deco/durable": "jsr:@deco/durable@^0.5.3",
"@deco/warp": "jsr:@deco/warp@^0.3.4",
"@deco/warp": "jsr:@deco/[email protected].6",
"@hono/hono": "jsr:@hono/hono@^4.5.4",
"@std/assert": "jsr:@std/assert@^1.0.2",
"@std/async": "jsr:@std/async@^0.224.1",
Expand All @@ -46,7 +46,7 @@
"simple-git": "npm:simple-git@^3.25.0"
},
"tasks": {
"start": "deno run -Ar --unstable-http --env https://deco.cx/run -- deno task dev",
"start": "deno run -A --unstable-http --env https://deco.cx/run -- deno task dev",
"gen": "deno run -A dev.ts --gen-only",
"play": "USE_LOCAL_STORAGE_ONLY=true deno task start",
"component": "deno eval 'import \"deco/scripts/component.ts\"'",
Expand Down

2 comments on commit c67753b

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on c67753b Aug 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An internal server error occurred.

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on c67753b Aug 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An internal server error occurred.

Please sign in to comment.