Update graphql_server deps + version
This commit is contained in:
parent
d23f899a6c
commit
02a816f5dd
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: graphql_server
|
name: graphql_server
|
||||||
version: 1.0.1
|
version: 1.1.0
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
|
description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
|
||||||
homepage: https://github.com/angel-dart/graphql
|
homepage: https://github.com/angel-dart/graphql
|
||||||
|
@ -17,3 +17,6 @@ dependencies:
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
pedantic: ^1.0.0
|
pedantic: ^1.0.0
|
||||||
test: ">=0.12.0 <2.0.0"
|
test: ">=0.12.0 <2.0.0"
|
||||||
|
dependency_overrides:
|
||||||
|
graphql_parser:
|
||||||
|
path: ../graphql_parser
|
Loading…
Reference in a new issue