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

build(deps): bump supabase_flutter from 2.6.0 to 2.7.0 #32

Closed
wants to merge 1 commit into from
Closed
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
32 changes: 16 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,10 @@ packages:
dependency: transitive
description:
name: functions_client
sha256: e63f49cd3b41727f47b3bde284a11a4ac62839e0604f64077d4257487510e484
sha256: b09f01be55ceec6a7a0916a0934e0c58d551292790901f15a24ae9d5654ea1f9
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.3.3"
get_it:
dependency: "direct main"
description:
Expand Down Expand Up @@ -465,10 +465,10 @@ packages:
dependency: transitive
description:
name: gotrue
sha256: "8703db795511f69194fe77125a0c838bbb6befc2f95717b6e40331784a8bdecb"
sha256: f3d4b70b8df6d05be2c6d558e8887576766685918be4ef87dbb8d7e547aeb049
url: "https://pub.dev"
source: hosted
version: "2.8.4"
version: "2.9.0"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -785,10 +785,10 @@ packages:
dependency: transitive
description:
name: postgrest
sha256: c4197238601c7c3103b03a4bb77f2050b17d0064bf8b968309421abdebbb7f0e
sha256: "3c6aea8d41cbb7cc33190a67fd8b0f21735a74d5871e52ada4c274aa3aa50dbb"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
version: "2.2.0"
provider:
dependency: transitive
description:
Expand Down Expand Up @@ -817,10 +817,10 @@ packages:
dependency: transitive
description:
name: realtime_client
sha256: d897a65ee3b1b5ddc1cf606f0b83792262d38fd5679c2df7e38da29c977513da
sha256: "5d449be6dd49a413847b6da5cf48b44f7379047bc0ddc6f301d387d2ce4633b9"
url: "https://pub.dev"
source: hosted
version: "2.2.1"
version: "2.3.0"
recase:
dependency: transitive
description:
Expand Down Expand Up @@ -1030,10 +1030,10 @@ packages:
dependency: transitive
description:
name: storage_client
sha256: "28c147c805304dbc2b762becd1fc26ee0cb621ace3732b9ae61ef979aab8b367"
sha256: "060aa8651ad2b30ce6fc30f4652317f45d21f8c6f6cc222b2430fc7f69f7d8ba"
url: "https://pub.dev"
source: hosted
version: "2.0.3"
version: "2.1.0"
stream_channel:
dependency: transitive
description:
Expand Down Expand Up @@ -1062,18 +1062,18 @@ packages:
dependency: transitive
description:
name: supabase
sha256: "4ed1cf3298f39865c05b2d8557f92eb131a9b9af70e32e218672a0afce01a6bc"
sha256: c3a03d656110e13dd80ccabba7a5c591fece4c56ec3a21108e51b1e18d9c9a94
url: "https://pub.dev"
source: hosted
version: "2.3.0"
version: "2.4.0"
supabase_flutter:
dependency: "direct main"
description:
name: supabase_flutter
sha256: ff6ba3048fd47d831fdc0027d3efb99346d99b95becfcb406562454bd9b229c5
sha256: "79e5067f08572c7900bc77251e6c1e0cac80c3059b5820ba2b86469b22822b75"
url: "https://pub.dev"
source: hosted
version: "2.6.0"
version: "2.7.0"
synchronized:
dependency: transitive
description:
Expand Down Expand Up @@ -1294,10 +1294,10 @@ packages:
dependency: transitive
description:
name: yet_another_json_isolate
sha256: "47ed3900e6b0e4dfe378811a4402e85b7fc126a7daa94f840fef65ea9c8e46f4"
sha256: "56155e9e0002cc51ea7112857bbcdc714d4c35e176d43e4d3ee233009ff410c9"
url: "https://pub.dev"
source: hosted
version: "2.0.2"
version: "2.0.3"
sdks:
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:

sized_context: ^1.0.0+4
spider: ^4.2.2
supabase_flutter: ^2.6.0
supabase_flutter: ^2.7.0

uuid: ^4.5.1

Expand Down
Loading