Skip to content

Commit

Permalink
Update dependencies (#63)
Browse files Browse the repository at this point in the history
* Update dependencies

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: Maxwell Mapako <[email protected]>
  • Loading branch information
3 people authored Oct 14, 2023
1 parent 5e9bde3 commit 360ea03
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions supabase/functions/import_map.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"imports": {
"std/server": "https://deno.land/std@0.203.0/http/mod.ts",
"std/json": "https://deno.land/std@0.203.0/json/mod.ts",
"std/semver": "https://deno.land/std@0.203.0/semver/mod.ts",
"std/uuid": "https://deno.land/std@0.203.0/uuid/mod.ts",
"std/dotenv": "https://deno.land/std@0.203.0/dotenv/mod.ts",
"std/collections": "https://deno.land/std@0.203.0/collections/mod.ts",
"std/testing/asserts": "https://deno.land/std@0.203.0/testing/asserts.ts",
"std/testing/bdd": "https://deno.land/std@0.203.0/testing/bdd.ts",
"std/testing/mock": "https://deno.land/std@0.203.0/testing/mock.ts",
"std/testing/types": "https://deno.land/std@0.203.0/testing/types.ts",
"std/server": "https://deno.land/std@0.204.0/http/mod.ts",
"std/json": "https://deno.land/std@0.204.0/json/mod.ts",
"std/semver": "https://deno.land/std@0.204.0/semver/mod.ts",
"std/uuid": "https://deno.land/std@0.204.0/uuid/mod.ts",
"std/dotenv": "https://deno.land/std@0.204.0/dotenv/mod.ts",
"std/collections": "https://deno.land/std@0.204.0/collections/mod.ts",
"std/testing/asserts": "https://deno.land/std@0.204.0/testing/asserts.ts",
"std/testing/bdd": "https://deno.land/std@0.204.0/testing/bdd.ts",
"std/testing/mock": "https://deno.land/std@0.204.0/testing/mock.ts",
"std/testing/types": "https://deno.land/std@0.204.0/testing/types.ts",
"x/optic": "https://deno.land/x/[email protected]/mod.ts",
"x/optic/formatters": "https://deno.land/x/[email protected]/formatters/mod.ts",
"x/optic/regex-filter": "https://deno.land/x/[email protected]/filters/regExpFilter.ts",
Expand All @@ -19,7 +19,7 @@
"x/xml": "https://deno.land/x/[email protected]/mod.ts",
"x/deepmerge": "https://deno.land/x/[email protected]/dist/deno/index.ts",
"esm/ua-agent-parser": "https://esm.sh/[email protected]/",
"esm/supabase": "https://esm.sh/@supabase/[email protected].0",
"esm/supabase": "https://esm.sh/@supabase/[email protected].1",
"esm/growthbook": "https://esm.sh/@growthbook/[email protected]"
}
}

0 comments on commit 360ea03

Please sign in to comment.