From df2dee0c96c045aeae303aff9e4769a75d4b2b5c Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sat, 4 Aug 2018 20:58:09 -0400 Subject: [PATCH] Explicit deps on parser --- graphql_parser/pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graphql_parser/pubspec.yaml b/graphql_parser/pubspec.yaml index 40cda92f..f9aa8268 100644 --- a/graphql_parser/pubspec.yaml +++ b/graphql_parser/pubspec.yaml @@ -5,8 +5,10 @@ author: Tobe O homepage: https://github.com/thosakwe/graphql_parser environment: sdk: ">=1.8.0 <3.0.0" -dependencies: +dependencies: + charcode: ^1.0.0 source_span: ^1.0.0 string_scanner: ^1.0.0 dev_dependencies: + matcher: any test: ^0.12.0