Skip to content

Commit 0d77e3c

Browse files
JoseDiazSomniovincenzopalazzo
authored andcommitted
fix(graphql): upgrade normalize dependencie to be 0.10.0 compatible
Last stable version of ferry updates the normalize dependencies to ^0.10.0 making main no longer compatible.
1 parent 4998567 commit 0d77e3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/graphql/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
gql_error_link: ^1.0.0
1616
gql_dedupe_link: ^2.0.3
1717
hive_ce: ^2.11.0
18-
normalize: '>=0.8.2 <0.10.0'
18+
normalize: '>=0.8.2 <0.11.0'
1919
http: ^1.0.0
2020
collection: ^1.15.0
2121
web_socket_channel: '>=3.0.1 <4.0.0'

0 commit comments

Comments
 (0)