Skip to content

Commit

Permalink
Update deco and std version
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
  • Loading branch information
mcandeia committed Mar 19, 2024
1 parent 8ac7d0f commit 69291a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"deco/": "https://denopkg.com/deco-cx/deco@1.57.16/",
"apps/": "https://denopkg.com/deco-cx/apps@0.35.10/",
"deco/": "https://denopkg.com/deco-cx/deco@1.57.18/",
"apps/": "https://denopkg.com/deco-cx/apps@0.35.14/",
"$fresh/": "https://deno.land/x/fresh@1.6.5/",
"preact": "https://esm.sh/preact@10.19.2",
"preact/": "https://esm.sh/preact@10.19.2/",
Expand Down
2 changes: 1 addition & 1 deletion fresh.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig } from "$fresh/server.ts";
import plugins from "https://denopkg.com/deco-sites/std@1.24.2/plugins/mod.ts";
import plugins from "https://denopkg.com/deco-sites/std@1.25.0/plugins/mod.ts";
import manifest from "./manifest.gen.ts";
import tailwind from "./tailwind.config.ts";

Expand Down

0 comments on commit 69291a9

Please sign in to comment.