diff --git a/packages/brick_offline_first_with_supabase/pubspec.yaml b/packages/brick_offline_first_with_supabase/pubspec.yaml index 261697b8..ce9928d7 100644 --- a/packages/brick_offline_first_with_supabase/pubspec.yaml +++ b/packages/brick_offline_first_with_supabase/pubspec.yaml @@ -11,11 +11,11 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - brick_core: ^1.1.1 + brick_core: ">=1.2.0 <2.0.0" brick_offline_first: ">=3.0.0 <4.0.0" brick_sqlite: ">=3.0.0 <4.0.0" brick_supabase: ">=0.0.1 <2.0.0" - brick_offline_first_with_rest: ">=3.0.2 <4.0.0" + brick_offline_first_with_rest: ">=3.1.0 <4.0.0" http: ">=1.0.0 <2.0.0" logging: ">=1.0.0 <2.0.0" meta: ">=1.3.0 <2.0.0" diff --git a/packages/brick_supabase/pubspec.yaml b/packages/brick_supabase/pubspec.yaml index 4abc04b3..000f178d 100644 --- a/packages/brick_supabase/pubspec.yaml +++ b/packages/brick_supabase/pubspec.yaml @@ -10,7 +10,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - brick_core: ^1.1.1 + brick_core: ">=1.2.0 <2.0.0" collection: ">=1.15.0 <2.0.0" logging: ">=1.0.0 <2.0.0" meta: ">=1.3.0 <2.0.0"