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.5 in /designer_v2 #195

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
48 changes: 25 additions & 23 deletions designer_v2/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,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"
go_router:
dependency: "direct main"
description:
Expand All @@ -225,10 +225,10 @@ packages:
dependency: transitive
description:
name: gotrue
sha256: "3306606658484a05fc885aea15f9fa65bcc28194f35ef294de3a34d01393b928"
sha256: "3639beedcbf3d63d9b2a6ca856138aff03d9e09bddd4c5477de77c58f36c83ae"
url: "https://pub.dev"
source: hosted
version: "1.8.0"
version: "1.9.0"
hive:
dependency: transitive
description:
Expand Down Expand Up @@ -441,10 +441,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 @@ -481,10 +481,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 @@ -513,10 +513,10 @@ packages:
dependency: transitive
description:
name: sentry
sha256: "617e4973b17adcfcbdcafd021d089cf6d32d47e345104217bc8e8aa5d88f0114"
sha256: "8f4f1d3ef3ca1801aa3138392bbf0851b39eff703008111765b265f76c8f0190"
url: "https://pub.dev"
source: hosted
version: "7.6.2"
version: "7.8.0"
shared_preferences:
dependency: "direct main"
description:
Expand Down Expand Up @@ -630,10 +630,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 @@ -653,25 +653,27 @@ packages:
studyu_core:
dependency: "direct main"
description:
path: "../core"
relative: true
source: path
version: "4.3.0-dev.1"
name: studyu_core
sha256: b8ff5ab86e87b471a3c0ee1edc12c52196da404e604b1a5cb8d27c1744fdd43d
url: "https://pub.dev"
source: hosted
version: "4.3.0-dev.5"
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: d854acbcfcfe0b3b703854aedd05858d684b2e46f8dca70b262665d7f70ad3d8
url: "https://pub.dev"
source: hosted
version: "1.9.0"
version: "1.9.5"
supabase_flutter:
dependency: "direct main"
description:
Expand Down Expand Up @@ -860,10 +862,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.4.0-17.0.pre"
2 changes: 1 addition & 1 deletion designer_v2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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.5
supabase_flutter: ^1.10.0
url_launcher: ^6.1.11
uuid: ^3.0.7
Expand Down