From b7d71d1a94ce27b5d5730aedca4484968a3698f8 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Tue, 10 Apr 2018 12:23:28 -0700 Subject: [PATCH] Update graphiql to 0.11.11 The main thing I want from this update is rendering field description as markdown https://github.com/graphql/graphiql/commit/6398718c4111360f8c95fda3622bbcfa48cc0862, but I imagine there's other stuff in the update that might be nice or on the other hand might be breaking. Thought I'd put this in to see if you were open to the update, happy to do any other work needed to get this through. I didn't commit the changes from the build script since I figured that might be part of your release process. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f064a5..5ee4da9 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-dropzone": "^3.11.0", "urijs": "^1.18.8", "subscriptions-transport-ws": "0.8.3", - "graphiql": "0.11.6", + "graphiql": "0.11.11", "prop-types": "15.6.0", "graphql": "0.11.7" },