Skip to content

Commit

Permalink
fix: bumps http to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
moisessantos committed Jul 6, 2023
1 parent efb501f commit 396c3b3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/starwars/server/pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ name: starwars_server
publish_to: none

environment:
sdk: ">=2.10.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"

dependencies:
graphql_starwars_test_server: ^0.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/example/pubspec.yaml
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'

dependencies:
args:
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/pubspec.yaml
@@ -1,6 +1,6 @@
name: graphql
description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.
version: 5.2.0-beta.4
version: 5.2.0-beta.5
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues

Expand All @@ -16,7 +16,7 @@ dependencies:
gql_dedupe_link: ^2.0.3
hive: ^2.1.0
normalize: ^0.8.2
http: ^0.13.0
http: ^1.0.0
collection: ^1.15.0
web_socket_channel: ^2.3.0
stream_channel: ^2.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql_flutter/example/pubspec.yaml
Expand Up @@ -27,5 +27,5 @@ dependency_overrides:
path: ../../graphql

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'
flutter: ">=2.11.0"
6 changes: 3 additions & 3 deletions packages/graphql_flutter/pubspec.yaml
@@ -1,14 +1,14 @@
name: graphql_flutter
description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
version: 5.2.0-beta.4
version: 5.2.0-beta.5
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues

# just for dev work
# publish_to: 'none'

dependencies:
graphql: ^5.2.0-beta.2
graphql: 5.2.0-beta.5
gql_exec: ^1.0.0
flutter:
sdk: flutter
Expand All @@ -25,7 +25,7 @@ dev_dependencies:
mockito: ^5.0.0
flutter_test:
sdk: flutter
http: ^0.13.0
http: ^1.0.0
test: ^1.17.12

environment:
Expand Down

0 comments on commit 396c3b3

Please sign in to comment.