From d21fd99f657a4fc8f8ee3f6a5db8b0b0f779ca35 Mon Sep 17 00:00:00 2001 From: Mike Allanson Date: Fri, 4 Jan 2019 16:29:24 +0000 Subject: [PATCH] fix(examples): Update Gatsby version in example (#10833) ## Description A version of Gatsby with the correct fix has been published, this is the same as https://github.com/gatsbyjs/gatsby/pull/10807 --- examples/graphql-reference/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphql-reference/package.json b/examples/graphql-reference/package.json index 2a9aaf4b4b946..753a528c779cb 100644 --- a/examples/graphql-reference/package.json +++ b/examples/graphql-reference/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "LekoArts ", "dependencies": { - "gatsby": "^2.0.83", + "gatsby": "^2.0.85", "gatsby-image": "^2.0.22", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-sharp": "^2.0.6",