Skip to content

Commit

Permalink
task: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiste committed Oct 19, 2022
1 parent f4db3d1 commit 002725f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"imports": {
"preact": "https://esm.sh/[email protected].1",
"preact/": "https://esm.sh/[email protected].1/",
"preact": "https://esm.sh/[email protected].2",
"preact/": "https://esm.sh/[email protected].2/",
"preact-render-to-string": "https://esm.sh/[email protected]?external=preact",
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"http/": "https://deno.land/std@0.159.0/http/",
"fs": "https://deno.land/std@0.159.0/fs/mod.ts",
"path": "https://deno.land/std@0.159.0/path/mod.ts",
"wren": "https://deno.land/x/wren@0.3.0/mod.ts",
"wren/": "https://deno.land/x/wren@0.3.0/",
"http/": "https://deno.land/std@0.160.0/http/",
"fs": "https://deno.land/std@0.160.0/fs/mod.ts",
"path": "https://deno.land/std@0.160.0/path/mod.ts",
"wren": "https://deno.land/x/wren@0.5.0/mod.ts",
"wren/": "https://deno.land/x/wren@0.5.0/",
"cliffy": "https://deno.land/x/[email protected]/command/mod.ts",
"cli": "https://deno.land/std@0.159.0/flags/mod.ts"
"cli": "https://deno.land/std@0.160.0/flags/mod.ts"
}
}

0 comments on commit 002725f

Please sign in to comment.