diff --git a/types/mobx-apollo/mobx-apollo-tests.ts b/types/mobx-apollo/mobx-apollo-tests.ts index cc17916a5a..d90ff873f2 100644 --- a/types/mobx-apollo/mobx-apollo-tests.ts +++ b/types/mobx-apollo/mobx-apollo-tests.ts @@ -1,4 +1,3 @@ -import * as React from 'react'; import { computed } from 'mobx'; import { ApolloClient } from 'apollo-client'; import gql from 'graphql-tag'; diff --git a/types/mobx-apollo/package.json b/types/mobx-apollo/package.json new file mode 100644 index 0000000000..197ba27ae8 --- /dev/null +++ b/types/mobx-apollo/package.json @@ -0,0 +1,8 @@ +{ + "private": true, + "dependencies": { + "apollo-client": "^2.0.0", + "graphql-tag": "^2.0.0", + "mobx": "^3.0.0" + } +}