Skip to content

Commit

Permalink
Update fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
Blocksnmore committed Mar 21, 2024
1 parent 90b3111 commit aafd6ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"rules": { "tags": ["fresh", "recommended"], "include": ["no-unused-vars"] }
},
"imports": {
"$fresh/": "https://deno.land/x/[email protected].5/",
"preact": "https://esm.sh/[email protected].2",
"preact/": "https://esm.sh/[email protected].2/",
"$fresh/": "https://deno.land/x/[email protected].6/",
"preact": "https://esm.sh/[email protected].6",
"preact/": "https://esm.sh/[email protected].6/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected].1",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected].0",
"@preact/signals": "https://esm.sh/*@preact/[email protected].2",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected].1",
"$std/": "https://deno.land/[email protected]/",
"@/": "./",
"$tabler/": "https://deno.land/x/[email protected]/tsx/",
Expand Down

0 comments on commit aafd6ae

Please sign in to comment.