From 74bc615a0aef1cd52b1b90026cb9360dc01cf7d4 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Tue, 9 Jul 2019 18:43:16 -0400 Subject: [PATCH] Fix peer graphql dep for ts plugin --- packages/plugins/typescript/typescript/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/plugins/typescript/typescript/package.json b/packages/plugins/typescript/typescript/package.json index 205cde8839f..06ad7ef86aa 100644 --- a/packages/plugins/typescript/typescript/package.json +++ b/packages/plugins/typescript/typescript/package.json @@ -20,6 +20,9 @@ "ts-jest": "24.0.2", "typescript": "3.5.3" }, + "peerDependencies": { + "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" + }, "sideEffects": false, "main": "dist/commonjs/index.js", "module": "dist/esnext/index.js",