mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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:
parent
e1498ebe71
commit
2e8a04fe18
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
2
types/mobx-apollo/index.d.ts
vendored
2
types/mobx-apollo/index.d.ts
vendored
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user