mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add graphql peer dependencies Apollo has a peer dependency on graphql, but several DT packages don't install it. This fixes that. * Bump required TS version to 2.8 * Bump version to 3.0
8 lines
117 B
JSON
8 lines
117 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"apollo-client": "^2.0.0",
|
|
"graphql": "^14.5.3"
|
|
}
|
|
}
|