Skip to content

Commit 396c3b3

Browse files
committed
fix: bumps http to v1
1 parent efb501f commit 396c3b3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

examples/starwars/server/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: starwars_server
33
publish_to: none
44

55
environment:
6-
sdk: ">=2.10.0 <3.0.0"
6+
sdk: ">=2.12.0 <4.0.0"
77

88
dependencies:
99
graphql_starwars_test_server: ^0.1.0

packages/graphql/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 1.0.0+1
55
publish_to: none
66

77
environment:
8-
sdk: '>=2.12.0 <3.0.0'
8+
sdk: '>=2.12.0 <4.0.0'
99

1010
dependencies:
1111
args:

packages/graphql/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graphql
22
description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.
3-
version: 5.2.0-beta.4
3+
version: 5.2.0-beta.5
44
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql
55
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
66

@@ -16,7 +16,7 @@ dependencies:
1616
gql_dedupe_link: ^2.0.3
1717
hive: ^2.1.0
1818
normalize: ^0.8.2
19-
http: ^0.13.0
19+
http: ^1.0.0
2020
collection: ^1.15.0
2121
web_socket_channel: ^2.3.0
2222
stream_channel: ^2.1.0

packages/graphql_flutter/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ dependency_overrides:
2727
path: ../../graphql
2828

2929
environment:
30-
sdk: '>=2.12.0 <3.0.0'
30+
sdk: '>=2.12.0 <4.0.0'
3131
flutter: ">=2.11.0"

packages/graphql_flutter/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: graphql_flutter
22
description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
3-
version: 5.2.0-beta.4
3+
version: 5.2.0-beta.5
44
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
55
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
66

77
# just for dev work
88
# publish_to: 'none'
99

1010
dependencies:
11-
graphql: ^5.2.0-beta.2
11+
graphql: 5.2.0-beta.5
1212
gql_exec: ^1.0.0
1313
flutter:
1414
sdk: flutter
@@ -25,7 +25,7 @@ dev_dependencies:
2525
mockito: ^5.0.0
2626
flutter_test:
2727
sdk: flutter
28-
http: ^0.13.0
28+
http: ^1.0.0
2929
test: ^1.17.12
3030

3131
environment:

0 commit comments

Comments
 (0)