From 310178bf4ca7ec09bac6fcec97f60994b181d21c Mon Sep 17 00:00:00 2001 From: kt3k Date: Mon, 1 May 2023 00:23:17 +0000 Subject: [PATCH] chore(deps): Update dependencies --- import_map.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/import_map.json b/import_map.json index 72edd7c..8f69299 100644 --- a/import_map.json +++ b/import_map.json @@ -7,19 +7,19 @@ "icons": "./components/icons/mod.ts", "icons/": "./components/icons/", "utils/": "./utils/", - "std/": "https://deno.land/std@0.170.0/", - "@unocss/core": "https://esm.sh/@unocss/core@0.48.0", - "@unocss/preset-uno": "https://esm.sh/@unocss/preset-uno@0.48.0", - "aleph/": "https://deno.land/x/aleph@1.0.0-beta.21/", - "aleph/server": "https://deno.land/x/aleph@1.0.0-beta.21/server/mod.ts", - "aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.21/server/dev.ts", - "aleph/react": "https://deno.land/x/aleph@1.0.0-beta.21/runtime/react/mod.ts", - "aleph/react-client": "https://deno.land/x/aleph@1.0.0-beta.21/runtime/react/client.ts", - "aleph/react-server": "https://deno.land/x/aleph@1.0.0-beta.21/runtime/react/server.ts", - "react": "https://esm.sh/react@18.2.0", - "react-dom": "https://esm.sh/react-dom@18.2.0", - "react-dom/": "https://esm.sh/react-dom@18.2.0/", - "gfm/": "https://deno.land/x/gfm@0.1.28/" + "std/": "https://deno.land/std@0.185.0/", + "@unocss/core": "https://esm.sh/@unocss/core@0.51.8", + "@unocss/preset-uno": "https://esm.sh/@unocss/preset-uno@0.51.8", + "aleph/": "https://deno.land/x/aleph@1.0.0-beta.43/", + "aleph/server": "https://deno.land/x/aleph@1.0.0-beta.43/server/mod.ts", + "aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.43/server/dev.ts", + "aleph/react": "https://deno.land/x/aleph@1.0.0-beta.43/runtime/react/mod.ts", + "aleph/react-client": "https://deno.land/x/aleph@1.0.0-beta.43/runtime/react/client.ts", + "aleph/react-server": "https://deno.land/x/aleph@1.0.0-beta.43/runtime/react/server.ts", + "react": "https://esm.sh/react@18.3.0-next-fecc288b7-20221025/", + "react-dom": "https://esm.sh/react-dom@18.3.0-next-fecc288b7-20221025/", + "react-dom/": "https://esm.sh/react-dom@18.3.0-next-fecc288b7-20221025//", + "gfm/": "https://deno.land/x/gfm@0.2.1/" }, "scopes": {} }