Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump supabase from 1.9.0 to 1.9.3 in /app #178

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 22 additions & 20 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,10 @@ packages:
dependency: transitive
description:
name: functions_client
sha256: "578537de508c62c2875a6fdaa5dc71033283551ac7a32b8b8ef405c6c5823273"
sha256: "3b157b4d3ae9e38614fd80fab76d1ef1e0e39ff3412a45de2651f27cecb9d2d2"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "1.3.2"
fwfh_cached_network_image:
dependency: transitive
description:
Expand Down Expand Up @@ -465,10 +465,10 @@ packages:
dependency: transitive
description:
name: gotrue
sha256: "3306606658484a05fc885aea15f9fa65bcc28194f35ef294de3a34d01393b928"
sha256: "047c7caff7b6aba3014df1579eb75a57c041c1f1aa8069847056f38b6d45f1ec"
url: "https://pub.dev"
source: hosted
version: "1.8.0"
version: "1.8.3"
hive:
dependency: transitive
description:
Expand Down Expand Up @@ -833,10 +833,10 @@ packages:
dependency: transitive
description:
name: postgrest
sha256: "42abd4bf3322af3eb0d286ca2fca7cc28baae52b805761dfa7ab0d206ee072a3"
sha256: "78fd180ecd2274df7b04c406746495b5c627248856458f8f537bf5348de9c817"
url: "https://pub.dev"
source: hosted
version: "1.3.0"
version: "1.3.2"
process:
dependency: transitive
description:
Expand Down Expand Up @@ -889,10 +889,10 @@ packages:
dependency: transitive
description:
name: realtime_client
sha256: "13f6a62244bca7562b47658e3f92e5eeeb79a46d58ad4a97ad536e4ba5e97086"
sha256: "0342f73f42345f3547e3cdcc804a0ed108fcd9142d1537d159aead94a213e248"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.1.1"
retry:
dependency: transitive
description:
Expand Down Expand Up @@ -1054,10 +1054,10 @@ packages:
dependency: transitive
description:
name: storage_client
sha256: e14434a4cc16b01f2e96f3c646e43fb0bb16624b279a65a34da889cffe4b083c
sha256: a3024569213b064587d616827747b766f9bc796e80cec99bd5ffb597b8aeb018
url: "https://pub.dev"
source: hosted
version: "1.4.0"
version: "1.5.1"
stream_channel:
dependency: transitive
description:
Expand All @@ -1077,25 +1077,27 @@ packages:
studyu_core:
dependency: "direct main"
description:
path: "../core"
relative: true
source: path
name: studyu_core
sha256: "10050c70a3447771e22d1b586ded2960e2a908986d4ad0d3bf083f3fa6fff582"
url: "https://pub.dev"
source: hosted
version: "4.3.0-dev.1"
studyu_flutter_common:
dependency: "direct main"
description:
path: "../flutter_common"
relative: true
source: path
name: studyu_flutter_common
sha256: c6e4d8312b1d9b02926b7155e9f26405238001b364215e9e4736949b229536cc
url: "https://pub.dev"
source: hosted
version: "1.6.2-dev.2"
supabase:
dependency: "direct main"
description:
name: supabase
sha256: "8f89e406d1c0101409a9c5d5560ed391d6d3636d2e077336905f3eee18622073"
sha256: "2c07c551d4530738a47f2a827268112bb4740637ec307de95fb80e37983f06ea"
url: "https://pub.dev"
source: hosted
version: "1.9.0"
version: "1.9.3"
supabase_flutter:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1430,10 +1432,10 @@ packages:
dependency: transitive
description:
name: yet_another_json_isolate
sha256: "7809f6517bafd0a7b3d0be63cd5f952ae5c030d682250e8aa9ed7002eaac5ff8"
sha256: "86fad76026c4241a32831d6c7febd8f9bded5019e2cd36c5b148499808d8307d"
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.1.1"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.7.0"
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
shared_preferences: ^2.1.1
studyu_core: ^4.3.0-dev.1
studyu_flutter_common: ^1.6.2-dev.2
supabase: ^1.9.0
supabase: ^1.9.3
supabase_flutter: ^1.10.0
timeline_tile: ^2.0.0
timezone: ^0.9.2
Expand Down