From 724c8c6983c7f950d5c5241f6a1530ddfe3d61f1 Mon Sep 17 00:00:00 2001 From: Kim Brandwijk Date: Thu, 28 Dec 2017 21:26:36 +0100 Subject: [PATCH] fix: downstream fixes in graphql-static-binding --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c6c196..4ec15bd 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ }, "homepage": "https://github.com/supergraphql/graphql-cli-binding#readme", "dependencies": { - "chalk": "^2.3.0", - "graphql-static-binding": "^0.2.0" + "chalk": "2.3.0", + "graphql-static-binding": "0.2.1" }, "devDependencies": { "@types/node": "8.5.2",