Skip to content

Commit

Permalink
update fresh
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Apr 23, 2024
1 parent f9786d8 commit 544ec05
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 @@ -12,12 +12,12 @@
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"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].8/",
"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",
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"@twind/core": "https://esm.sh/@twind/[email protected]",
Expand Down

0 comments on commit 544ec05

Please sign in to comment.