Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Oct 1, 2023
1 parent 7a57b69 commit bbcf681
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].21/",
"aleph/server": "https://deno.land/x/[email protected].21/server/mod.ts",
"aleph/dev": "https://deno.land/x/[email protected].21/server/dev.ts",
"aleph/react": "https://deno.land/x/[email protected].21/runtime/react/mod.ts",
"aleph/react-client": "https://deno.land/x/[email protected].21/runtime/react/client.ts",
"aleph/react-server": "https://deno.land/x/[email protected].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.203.0/",
"@unocss/core": "https://esm.sh/@unocss/core@0.56.4",
"@unocss/preset-uno": "https://esm.sh/@unocss/preset-uno@0.56.4",
"aleph/": "https://deno.land/x/[email protected].44/",
"aleph/server": "https://deno.land/x/[email protected].44/server/mod.ts",
"aleph/dev": "https://deno.land/x/[email protected].44/server/dev.ts",
"aleph/react": "https://deno.land/x/[email protected].44/runtime/react/mod.ts",
"aleph/react-client": "https://deno.land/x/[email protected].44/runtime/react/client.ts",
"aleph/react-server": "https://deno.land/x/[email protected].44/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.5/"
},
"scopes": {}
}

1 comment on commit bbcf681

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on bbcf681 Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

HTTP status client error (404 Not Found) for url (https://deno.land/x/[email protected]/runtime/react/server.ts)

Please sign in to comment.