mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
chore: Broaden graphql range for graphql-relay (#43597)
* chore: Broaden graphql range for graphql-relay * poke ci
This commit is contained in:
parent
d92f6a5650
commit
3788b96caa
2
types/graphql-relay/index.d.ts
vendored
2
types/graphql-relay/index.d.ts
vendored
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "^14.5.3"
|
||||
"graphql": "^14.5.3 || ^15.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user