chore: Broaden graphql range for graphql-relay (#43597)

* chore: Broaden graphql range for graphql-relay

* poke ci
This commit is contained in:
Jimmy Jia 2020-04-10 22:45:52 -04:00 committed by GitHub
parent d92f6a5650
commit 3788b96caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Type definitions for graphql-relay 0.4
// Type definitions for graphql-relay 0.6
// Project: https://github.com/graphql/graphql-relay-js
// Definitions by: Arvitaly <https://github.com/arvitaly>, nitintutlani <https://github.com/nitintutlani>, Grelinfo <https://github.com/Grelinfo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

View File

@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"graphql": "^14.5.3"
"graphql": "^14.5.3 || ^15.0.0"
}
}