Skip to content

Commit

Permalink
Downgrade some gql dependencies
Browse files Browse the repository at this point in the history
Coming from Artemis, `gql` dependency is not working due to some conflicts with `analyzer`->`flutter_test` dependency tree.

Although Artemis (and `gql`) are Dart-only libraries, it's best to be in sync with at least flutter beta branch.

This is conjunction with comigor/artemis#35 should be enough to make both libraries work.
  • Loading branch information
comigor committed Oct 2, 2019
1 parent 1585fcd commit 8fb3842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gql/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies:
source_span: ^1.5.5
code_builder: ^3.2.0
meta: ^1.1.7
collection: ^1.14.12
collection: ^1.14.11
build: ^1.0.0
dart_style: ^1.2.10
dart_style: ^1.2.9
pedantic: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit 8fb3842

Please sign in to comment.