Skip to content

Commit

Permalink
chore(deps): update supabase pacakge
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Sep 27, 2024
1 parent 7a37040 commit b22f762
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 60 deletions.
Binary file modified bun.lockb
Binary file not shown.
37 changes: 0 additions & 37 deletions dist/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@shopify/flash-list": "1.6.4",
"@supabase/supabase-js": "^2.45.1",
"@supabase/supabase-js": "^2.45.4",
"base64-arraybuffer": "^1.0.2",
"date-fns": "^4.0.0",
"dooboo-ui": "^0.2.38",
Expand Down
1 change: 0 additions & 1 deletion src/supabase/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const getPublicUrlFromPath = ({
path: string;
supabase: SupabaseClient;
}): string => {

const {data} = supabase.storage.from('images').getPublicUrl(path);

if (!data?.publicUrl) {
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 88D55B2F60888258-b0db5d93e7685601-63C3DDC4B71F1AF0-4063e4b372e9f11b
# bun ./bun.lockb --hash: 2BE711656C857CF3-97acc76403b4db97-71C3AC00E13CB603-1961378047277cd2


"@aashutoshrathi/word-wrap@^1.2.3":
Expand Down Expand Up @@ -6334,10 +6334,10 @@
dependencies:
"@sinonjs/commons" "^3.0.0"

"@supabase/auth-js@2.64.4":
version "2.64.4"
resolved "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.64.4.tgz"
integrity sha512-9ITagy4WP4FLl+mke1rchapOH0RQpf++DI+WSG2sO1OFOZ0rW3cwAM0nCrMOxu+Zw4vJ4zObc08uvQrXx590Tg==
"@supabase/auth-js@2.65.0":
version "2.65.0"
resolved "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.65.0.tgz"
integrity sha512-+wboHfZufAE2Y612OsKeVP4rVOeGZzzMLD/Ac3HrTQkkY4qXNjI6Af9gtmxwccE5nFvTiF114FEbIQ1hRq5uUw==
dependencies:
"@supabase/node-fetch" "^2.6.14"

Expand All @@ -6355,10 +6355,10 @@
dependencies:
whatwg-url "^5.0.0"

"@supabase/postgrest-js@1.15.8":
version "1.15.8"
resolved "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.15.8.tgz"
integrity sha512-YunjXpoQjQ0a0/7vGAvGZA2dlMABXFdVI/8TuVKtlePxyT71sl6ERl6ay1fmIeZcqxiuFQuZw/LXUuStUG9bbg==
"@supabase/postgrest-js@1.16.1":
version "1.16.1"
resolved "https://registry.npmjs.org/@supabase/postgrest-js/-/postgrest-js-1.16.1.tgz"
integrity sha512-EOSEZFm5pPuCPGCmLF1VOCS78DfkSz600PBuvBND/IZmMciJ1pmsS3ss6TkB6UkuvTybYiBh7gKOYyxoEO3USA==
dependencies:
"@supabase/node-fetch" "^2.6.14"

Expand All @@ -6372,24 +6372,24 @@
"@types/ws" "^8.5.10"
ws "^8.14.2"

"@supabase/storage-js@2.6.0":
version "2.6.0"
resolved "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.6.0.tgz"
integrity sha512-REAxr7myf+3utMkI2oOmZ6sdplMZZ71/2NEIEMBZHL9Fkmm3/JnaOZVSRqvG4LStYj2v5WhCruCzuMn6oD/Drw==
"@supabase/storage-js@2.7.0":
version "2.7.0"
resolved "https://registry.npmjs.org/@supabase/storage-js/-/storage-js-2.7.0.tgz"
integrity sha512-iZenEdO6Mx9iTR6T7wC7sk6KKsoDPLq8rdu5VRy7+JiT1i8fnqfcOr6mfF2Eaqky9VQzhP8zZKQYjzozB65Rig==
dependencies:
"@supabase/node-fetch" "^2.6.14"

"@supabase/supabase-js@^2.45.1":
version "2.45.1"
resolved "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.45.1.tgz"
integrity sha512-/PVe3lXmalazD8BGMIoI7+ttvT1mLXy13lNcoAPtjP1TDDY83g8csZbVR6l+0/RZtvJxl3LGXfTJT4bjWgC5Nw==
"@supabase/supabase-js@^2.45.4":
version "2.45.4"
resolved "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.45.4.tgz"
integrity sha512-E5p8/zOLaQ3a462MZnmnz03CrduA5ySH9hZyL03Y+QZLIOO4/Gs8Rdy4ZCKDHsN7x0xdanVEWWFN3pJFQr9/hg==
dependencies:
"@supabase/auth-js" "2.64.4"
"@supabase/functions-js" "2.4.1"
"@supabase/auth-js" "2.65.0"
"@supabase/node-fetch" "2.6.15"
"@supabase/postgrest-js" "1.15.8"
"@supabase/storage-js" "2.7.0"
"@supabase/realtime-js" "2.10.2"
"@supabase/storage-js" "2.6.0"
"@supabase/functions-js" "2.4.1"
"@supabase/postgrest-js" "1.16.1"

"@testing-library/jest-native@^5.4.3":
version "5.4.3"
Expand Down

0 comments on commit b22f762

Please sign in to comment.