Skip to content

Commit 09961a8

Browse files
committed
fix multipack circular dependency
1 parent ee89973 commit 09961a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ferry_test_graphql/pubspec.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ name: ferry_test_graphql
22
version: 0.0.2
33
description: Example GraphQL Operations, used in Ferry tests
44
repository: https://github.com/gql-dart/ferry
5-
environment:
5+
environment:
66
sdk: '>=2.7.0 <3.0.0'
7-
dependencies:
7+
dependencies:
88
built_collection: ^4.3.2
99
built_value: ^7.1.0
1010
gql: ^0.12.4
1111
gql_exec: ^0.2.4
1212
gql_code_builder: ^0.1.4+1
13-
ferry_exec: ^0.0.2
14-
dev_dependencies:
13+
dev_dependencies:
1514
build_runner: ^1.10.1
1615
gql_build: ^0.1.4+2
1716
pedantic: ^1.9.0

0 commit comments

Comments
 (0)