Skip to content

Commit

Permalink
Pin esm.sh version to keep lockfile hashes consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
danaugrs committed Sep 8, 2023
1 parent 6c25421 commit 9a78ff4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"imports": {
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"preact": "https://esm.sh/v131/[email protected]",
"preact/": "https://esm.sh/v131/[email protected]/",
"preact-render-to-string": "https://esm.sh/v131/*[email protected]",
"@preact/signals": "https://esm.sh/v131/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/v131/*@preact/[email protected]",
"twind": "https://esm.sh/v131/[email protected]",
"twind/": "https://esm.sh/v131/[email protected]/",
"$std/": "https://deno.land/[email protected]/",
"d3": "https://esm.sh/v131/[email protected]"
},
Expand Down

0 comments on commit 9a78ff4

Please sign in to comment.