Skip to content

Commit

Permalink
Update esm.sh to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
cprass committed Oct 2, 2023
1 parent 59569db commit 073f9fe
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 19 deletions.
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"tasks": {
"start": "deno run -A --watch=static/,routes/ dev.ts",
"esm:add": "deno run -A https://esm.sh/v122 add",
"esm:update": "deno run -A https://esm.sh/v122 update",
"esm:remove": "deno run -A https://esm.sh/v122 remove"
"esm:add": "deno run -A https://esm.sh/v132 add",
"esm:update": "deno run -A https://esm.sh/v132 update",
"esm:remove": "deno run -A https://esm.sh/v132 remove"
},
"importMap": "./import_map.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}
}
25 changes: 24 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 21 additions & 14 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"imports": {
"$fresh/": "https://deno.land/x/[email protected]/",
"@preact/signals-core": "https://esm.sh/v122/@preact/[email protected]",
"@preact/signals": "https://esm.sh/v122/*@preact/[email protected]",
"@twind/core": "https://esm.sh/v122/*@twind/[email protected]",
"@twind/preset-tailwind": "https://esm.sh/v122/*@twind/[email protected]",
"@twind/preset-tailwind/": "https://esm.sh/v122/*@twind/[email protected]/",
"immer": "https://esm.sh/v122/[email protected]",
"immer/": "https://esm.sh/v122/[email protected]/",
"preact-render-to-string": "https://esm.sh/v122/*[email protected]",
"preact-render-to-string/": "https://esm.sh/v122/*[email protected]/",
"preact-transitioning": "https://esm.sh/v122/*[email protected]",
"preact": "https://esm.sh/v122/[email protected]",
"preact/": "https://esm.sh/v122/[email protected]/",
"twind": "https://esm.sh/v122/*[email protected]",
"twind/": "https://esm.sh/v122/*[email protected]/"
"@preact/signals-core": "https://esm.sh/v132/@preact/[email protected]",
"@preact/signals": "https://esm.sh/v132/*@preact/[email protected]",
"@twind/core": "https://esm.sh/v132/*@twind/[email protected]",
"@twind/preset-tailwind": "https://esm.sh/v132/*@twind/[email protected]",
"@twind/preset-tailwind/": "https://esm.sh/v132/*@twind/[email protected]/",
"immer": "https://esm.sh/v132/[email protected]",
"immer/": "https://esm.sh/v132/[email protected]/",
"preact-render-to-string": "https://esm.sh/v132/*[email protected]",
"preact-render-to-string/": "https://esm.sh/v132/*[email protected]/",
"preact-transitioning": "https://esm.sh/v132/*[email protected]",
"preact": "https://esm.sh/v132/[email protected]",
"preact/": "https://esm.sh/v132/[email protected]/",
"twind": "https://esm.sh/v132/*[email protected]",
"twind/": "https://esm.sh/v132/*[email protected]/"
},
"scopes": {
"https://esm.sh/v115/": {
Expand All @@ -27,6 +27,13 @@
"preact-merge-refs": "https://esm.sh/v122/[email protected]",
"pretty-format": "https://esm.sh/v122/[email protected]",
"style-vendorizer": "https://esm.sh/v122/[email protected]"
},
"https://esm.sh/v132/": {
"csstype": "https://esm.sh/v132/[email protected]",
"htmlparser2": "https://esm.sh/v132/[email protected]",
"preact-merge-refs": "https://esm.sh/v132/[email protected]",
"pretty-format": "https://esm.sh/v132/[email protected]",
"style-vendorizer": "https://esm.sh/v132/[email protected]"
}
}
}

0 comments on commit 073f9fe

Please sign in to comment.