DefinitelyTyped/types/arangodb/package.json
Ryan Ling ce308d57c7 graphql: Update dependents to ^14.5.3 (#37911)
The graphql package has seen some breaking changes to its TypeScript
definitions in v14.5.2, so we bump dependents to point to the latest
v14.5.3.

This also loosens dependencies to a caret range, to avoid having to
update DefinitelyTyped on every release.
2019-08-26 08:10:15 -07:00

7 lines
72 B
JSON

{
"private": true,
"dependencies": {
"graphql": "^14.5.3"
}
}