diff --git a/packages/functions_client/pubspec.yaml b/packages/functions_client/pubspec.yaml index 10f00e26..7c4689d2 100644 --- a/packages/functions_client/pubspec.yaml +++ b/packages/functions_client/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: http: '>=0.13.4 <2.0.0' - yet_another_json_isolate: ^2.0.0 + yet_another_json_isolate: 2.0.0 dev_dependencies: lints: ^2.1.1 diff --git a/packages/postgrest/pubspec.yaml b/packages/postgrest/pubspec.yaml index 81408453..eafd122e 100644 --- a/packages/postgrest/pubspec.yaml +++ b/packages/postgrest/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: http: '>=0.13.0 <2.0.0' - yet_another_json_isolate: ^2.0.0 + yet_another_json_isolate: 2.0.0 meta: ^1.9.1 dev_dependencies: diff --git a/packages/supabase/pubspec.yaml b/packages/supabase/pubspec.yaml index 5a19ebd2..c889d093 100644 --- a/packages/supabase/pubspec.yaml +++ b/packages/supabase/pubspec.yaml @@ -9,14 +9,14 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - functions_client: ^2.2.0 - gotrue: ^2.7.0 + functions_client: 2.2.0 + gotrue: 2.7.0 http: '>=0.13.5 <2.0.0' - postgrest: ^2.1.2 - realtime_client: ^2.0.4 - storage_client: ^2.0.1 + postgrest: 2.1.2 + realtime_client: 2.0.4 + storage_client: 2.0.1 rxdart: ^0.27.5 - yet_another_json_isolate: ^2.0.0 + yet_another_json_isolate: 2.0.0 dev_dependencies: lints: ^2.1.1 diff --git a/packages/supabase_flutter/pubspec.yaml b/packages/supabase_flutter/pubspec.yaml index 0b1e302a..2276aaa1 100644 --- a/packages/supabase_flutter/pubspec.yaml +++ b/packages/supabase_flutter/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: sdk: flutter http: '>=0.13.4 <2.0.0' meta: ^1.7.0 - supabase: ^2.1.3 + supabase: 2.1.3 url_launcher: ^6.1.2 path_provider: ^2.0.0 shared_preferences: ^2.0.0