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 <[email protected]>
  • 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/[email protected].16/",
"apps/": "https://denopkg.com/deco-cx/[email protected].10/",
"deco/": "https://denopkg.com/deco-cx/[email protected].18/",
"apps/": "https://denopkg.com/deco-cx/[email protected].14/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
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.