mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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.
7 lines
72 B
JSON
7 lines
72 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"graphql": "^14.5.3"
|
|
}
|
|
}
|