Skip to content

Commit

Permalink
chore: Internal packages are now imported with version specified (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr authored May 21, 2024
1 parent dba8bae commit d562352
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/functions_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions packages/supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d562352

Please sign in to comment.