Skip to content

Commit

Permalink
Update dependencies (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Nov 25, 2023
1 parent 1dafa60 commit 51265dc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.207.0/http/mod.ts",
"std/json": "https://deno.land/std@0.207.0/json/mod.ts",
"std/semver": "https://deno.land/std@0.207.0/semver/mod.ts",
"std/uuid": "https://deno.land/std@0.207.0/uuid/mod.ts",
"std/dotenv": "https://deno.land/std@0.207.0/dotenv/mod.ts",
"std/collections": "https://deno.land/std@0.207.0/collections/mod.ts",
"std/testing/asserts": "https://deno.land/std@0.207.0/testing/asserts.ts",
"std/testing/bdd": "https://deno.land/std@0.207.0/testing/bdd.ts",
"std/testing/mock": "https://deno.land/std@0.207.0/testing/mock.ts",
"std/testing/types": "https://deno.land/std@0.207.0/testing/types.ts",
"std/server": "https://deno.land/std@0.208.0/http/mod.ts",
"std/json": "https://deno.land/std@0.208.0/json/mod.ts",
"std/semver": "https://deno.land/std@0.208.0/semver/mod.ts",
"std/uuid": "https://deno.land/std@0.208.0/uuid/mod.ts",
"std/dotenv": "https://deno.land/std@0.208.0/dotenv/mod.ts",
"std/collections": "https://deno.land/std@0.208.0/collections/mod.ts",
"std/testing/asserts": "https://deno.land/std@0.208.0/testing/asserts.ts",
"std/testing/bdd": "https://deno.land/std@0.208.0/testing/bdd.ts",
"std/testing/mock": "https://deno.land/std@0.208.0/testing/mock.ts",
"std/testing/types": "https://deno.land/std@0.208.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 Down

0 comments on commit 51265dc

Please sign in to comment.