Skip to content

Commit

Permalink
Merge pull request #731 from Cap-go/deno-dependency-updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
riderx authored Jul 11, 2024
2 parents 990959e + e93f69d commit 61860f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion supabase/functions/tests/bundle-test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3'

const BASE_URL = 'http://localhost:54321/functions/v1'
const headers = {
Expand Down
2 changes: 1 addition & 1 deletion supabase/functions/tests/channel-test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3'

const BASE_URL = 'http://localhost:54321/functions/v1'
const headers = {
Expand Down
2 changes: 1 addition & 1 deletion supabase/functions/tests/device-test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3'

const BASE_URL = 'http://localhost:54321/functions/v1'
const headers = {
Expand Down
2 changes: 1 addition & 1 deletion supabase/functions/tests/self_assign-test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3'

const BASE_URL = 'http://localhost:54321/functions/v1/'
const headers = {
Expand Down
2 changes: 1 addition & 1 deletion supabase/functions/tests/updates-test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Imports
import { assert, assertEquals } from 'https://deno.land/std@0.224.0/testing/asserts.ts'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.0'
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2.44.3'
import { z } from 'https://deno.land/x/zod/mod.ts'
import { INVALID_STRING_DEVICE_ID, INVALID_STRING_PLATFORM, INVALID_STRING_PLUGIN_VERSION } from '../_backend/utils/utils.ts'

Expand Down

0 comments on commit 61860f3

Please sign in to comment.