From c5ca849a671367e7cf8adbbe1256876d453de87d Mon Sep 17 00:00:00 2001 From: Adam Miskiewicz Date: Thu, 25 Aug 2016 22:33:26 -0700 Subject: [PATCH] Update graphiql and graphql to latest --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a30fa7..95f8d9a 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "url": "http://github.com/skevy/graphiql-app.git" }, "dependencies": { - "graphiql": "^0.7.1", - "graphql": "^0.6.0", + "graphiql": "^0.7.6", + "graphql": "^0.7.0", "isomorphic-fetch": "^2.1.1", "lodash": "^3.10.1", "mousetrap": "^1.5.3",