mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
Add graphql peer dependencies (#37928)
* 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
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"apollo-link": "^1.0.0",
|
||||
"apollo-link-http-common": "^0.2.4"
|
||||
"apollo-link": "^1.2.12",
|
||||
"apollo-link-http-common": "^0.2.4",
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"graphql": "^14.5.3",
|
||||
"graphql-tools": "^4.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/sonaye/mobx-apollo#readme
|
||||
// Definitions by: Paul Selden <https://github.com/pselden>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.6
|
||||
// TypeScript Version: 3.0
|
||||
|
||||
import {
|
||||
ApolloClient,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"apollo-client": "^2.0.0"
|
||||
"apollo-client": "^2.0.0",
|
||||
"graphql": "^14.5.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user