mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
chore: Broaden graphql range for graphql-relay (#43597)
* chore: Broaden graphql range for graphql-relay * poke ci
This commit is contained in:
Vendored
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user