diff --git a/graphql_schema/pubspec.yaml b/graphql_schema/pubspec.yaml index 7ba3e009..a2330567 100644 --- a/graphql_schema/pubspec.yaml +++ b/graphql_schema/pubspec.yaml @@ -10,4 +10,4 @@ dependencies: meta: ^1.0.0 source_span: ^1.0.0 dev_dependencies: - test: ^0.12.0 \ No newline at end of file + test: \ No newline at end of file diff --git a/graphql_server/pubspec.yaml b/graphql_server/pubspec.yaml index 433558e9..7453104e 100644 --- a/graphql_server/pubspec.yaml +++ b/graphql_server/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: graphql_parser: path: ../graphql_parser meta: ^1.0.0 - recase: ^1.0.0 + recase: ^2.0.0 tuple: ^1.0.0 dev_dependencies: - test: ^0.12.0 \ No newline at end of file + test: \ No newline at end of file