Skip to content

Commit

Permalink
fix(packaging): upgrade rxdart
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed Jul 24, 2020
1 parent 6d37a1e commit 1ec5f72
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
17 changes: 9 additions & 8 deletions packages/graphql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: graphql
description: A stand-alone GraphQL client for Dart, bringing all the features from
description:
A stand-alone GraphQL client for Dart, bringing all the features from
a modern GraphQL client to one easy to use package.
version: 3.1.0-beta.4
authors:
- Eus Dima <eus@zinoapp.com>
- Zino Hofmann <zino@zinoapp.com>
- Michael Joseph Rosenthal <rosenthalm93@gmail.com>
- TruongSinh Tran-Nguyen <i@truongsinh.pro>
- Eus Dima <eus@zinoapp.com>
- Zino Hofmann <zino@zinoapp.com>
- Michael Joseph Rosenthal <rosenthalm93@gmail.com>
- TruongSinh Tran-Nguyen <i@truongsinh.pro>
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
dependencies:
meta: ^1.1.6
Expand All @@ -16,13 +17,13 @@ dependencies:
http_parser: ^3.1.3
uuid_enhanced: ^3.0.2
gql: ^0.12.0
rxdart: ^0.23.1
rxdart: ^0.24.0
websocket: ^0.0.5
quiver: '>=2.0.0 <3.0.0'
quiver: ">=2.0.0 <3.0.0"
dev_dependencies:
pedantic: ^1.8.0+1
mockito: ^4.0.0
test: ^1.5.3
test_coverage: ^0.3.0+1
environment:
sdk: '>=2.6.0 <3.0.0'
sdk: ">=2.6.0 <3.0.0"

This file was deleted.

2 changes: 1 addition & 1 deletion packages/graphql_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
rxdart: ^0.23.1
rxdart: ^0.24.0
connectivity: ^0.4.4
graphql_flutter:
path: ..
Expand Down
18 changes: 11 additions & 7 deletions packages/graphql_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
name: graphql_flutter
description: A GraphQL client for Flutter, bringing all the features from a modern
description:
A GraphQL client for Flutter, bringing all the features from a modern
GraphQL client to one easy to use package.
version: 3.1.0-beta.4
authors:
- Eus Dima <eus@zinoapp.com>
- Zino Hofmann <zino@zinoapp.com>
- Michael Joseph Rosenthal <rosenthalm93@gmail.com>
- Eus Dima <eus@zinoapp.com>
- Zino Hofmann <zino@zinoapp.com>
- Michael Joseph Rosenthal <rosenthalm93@gmail.com>
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter
dependencies:
graphql: ^3.1.0-beta.4
graphql: #^3.1.0-beta.4
path: ../graphql
flutter:
sdk: flutter
meta: ^1.1.6
path: ^1.6.2
path_provider: ^1.1.0
rxdart: ^0.23.1
rxdart: ^0.24.0
connectivity: ^0.4.4

dev_dependencies:
pedantic: ^1.8.0+1
mockito: ^4.0.0
flutter_test:
sdk: flutter
test: ^1.5.3
environment:
sdk: '>=2.6.0 <3.0.0'
sdk: ">=2.6.0 <3.0.0"

0 comments on commit 1ec5f72

Please sign in to comment.