Skip to content

Commit

Permalink
fix: Pin graphql-compose version (gatsbyjs#13356)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stefanprobst authored and pieh committed Apr 14, 2019
1 parent bd8d162 commit 7a34c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
[email protected]:
version "6.0.3"
resolved "https://registry.yarnpkg.com/graphql-compose/-/graphql-compose-6.0.3.tgz#fa5668a30694abef4166703aa03af07a741039a8"
integrity sha512-QpywEtNvlEQS0a5VIseMA/tk67QmEN9NNUx1B1tzGR/p7MePyus9wvci2cIP/mwdDrvLRRbwpmidSKQXFD3SEA==
Expand Down

0 comments on commit 7a34c6d

Please sign in to comment.