File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: starwars_server
33publish_to : none
44
55environment :
6- sdk : " >=2.10 .0 <3 .0.0"
6+ sdk : " >=2.12 .0 <4 .0.0"
77
88dependencies :
99 graphql_starwars_test_server : ^0.1.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 1.0.0+1
55publish_to : none
66
77environment :
8- sdk : ' >=2.12.0 <3 .0.0'
8+ sdk : ' >=2.12.0 <4 .0.0'
99
1010dependencies :
1111 args :
Original file line number Diff line number Diff line change 11name : graphql
22description : 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
44repository : https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql
55issue_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
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ dependency_overrides:
2727 path : ../../graphql
2828
2929environment :
30- sdk : ' >=2.12.0 <3 .0.0'
30+ sdk : ' >=2.12.0 <4 .0.0'
3131 flutter : " >=2.11.0"
Original file line number Diff line number Diff line change 11name : graphql_flutter
22description : 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
44repository : https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
55issue_tracker : https://github.com/zino-hofmann/graphql-flutter/issues
66
77# just for dev work
88# publish_to: 'none'
99
1010dependencies :
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
3131environment :
You can’t perform that action at this time.
0 commit comments