Skip to content

Commit

Permalink
[package] Use graphql-js from master
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jun 26, 2019
1 parent 1415b7d commit 1568da2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -19,6 +19,9 @@
"test-dependencies": "node ./scripts/testDependencies.js",
"typecheck": "flow check"
},
"resolutions": {
"graphql": "graphql/graphql-js#npm"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/generator": "^7.0.0",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Expand Up @@ -3259,10 +3259,9 @@ graceful-fs@^4.0.0, graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==

graphql@^14.0.0, graphql@^14.2.0:
graphql@^14.0.0, graphql@^14.2.0, graphql@graphql/graphql-js#npm:
version "14.3.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.3.1.tgz#b3aa50e61a841ada3c1f9ccda101c483f8e8c807"
integrity sha512-FZm7kAa3FqKdXy8YSSpAoTtyDFMIYSpCDOr+3EqlI1bxmtHu+Vv/I2vrSeT1sBOEnEniX3uo4wFhFdS/8XN6gA==
resolved "https://codeload.github.com/graphql/graphql-js/tar.gz/5b76b059502f4b0dced468e5f94e5a3675cfb1e3"
dependencies:
iterall "^1.2.2"

Expand Down

0 comments on commit 1568da2

Please sign in to comment.