From 7a34c6d22273023858a90f3e289e0a12e7c302b8 Mon Sep 17 00:00:00 2001 From: stefanprobst Date: Sun, 14 Apr 2019 13:36:52 +0200 Subject: [PATCH] fix: Pin graphql-compose version (#13356) Something broke some tests with the `graphql-compose` update from 6.1.2 to 6.1.3. Needs investigation, in the meantime pin the version. --- packages/gatsby/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 0d6d1028742a2..639816ebb93b1 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -72,7 +72,7 @@ "gatsby-telemetry": "^1.0.7", "glob": "^7.1.1", "graphql": "^14.1.1", - "graphql-compose": "^6.0.3", + "graphql-compose": "6.0.3", "graphql-playground-middleware-express": "^1.7.10", "hash-mod": "^0.0.5", "invariant": "^2.2.4", diff --git a/yarn.lock b/yarn.lock index dcaeefc338c50..4d561a9203172 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10220,7 +10220,7 @@ graceful-fs@^4.1.15, graceful-fs@^4.1.9: resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU= -graphql-compose@^6.0.3: +graphql-compose@6.0.3: version "6.0.3" resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-6.0.3.tgz#fa5668a30694abef4166703aa03af07a741039a8" integrity sha512-QpywEtNvlEQS0a5VIseMA/tk67QmEN9NNUx1B1tzGR/p7MePyus9wvci2cIP/mwdDrvLRRbwpmidSKQXFD3SEA==