From e1cedd6cdc43587c6414f8f3593441bc1ed3c698 Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 16 Sep 2016 12:53:36 +0200 Subject: [PATCH] chore: use typed-graphql for declarations --- package.json | 2 +- typings.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4239bf2bd..f33f73e2b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,6 @@ "ghooks": "^1.2.1", "graphql": "^0.7.0", "graphql-tag": "^0.1.9", - "graphql-typings": "0.0.1-beta-2", "istanbul-instrumenter-loader": "^1.0.0", "jasmine": "^2.4.1", "jasmine-core": "^2.4.1", @@ -69,6 +68,7 @@ "rimraf": "^2.5.2", "rxjs": "5.0.0-beta.12", "tslint": "^3.7.4", + "typed-graphql": "^1.0.1", "typescript": "^2.0.0", "validate-commit-msg": "^2.6.1", "webpack": "^1.13.0", diff --git a/typings.d.ts b/typings.d.ts index 943c94960..167473b98 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -1,4 +1,4 @@ -/// +/// declare module 'lodash.isequal' { import main = require('lodash');