Skip to content

Commit

Permalink
Use canary of graphql-toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Mar 19, 2019
1 parent de850fb commit d2f5351
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@graphql-modules/di": "0.6.5",
"graphql-toolkit": "0.2.6",
"graphql-toolkit": "0.2.7-a781bbf.0",
"graphql-tools": "4.0.4",
"tslib": "1.9.3"
},
Expand Down
1 change: 1 addition & 0 deletions packages/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@graphql-modules/core": "0.6.5",
"tslib": "1.9.3"
},
"sideEffects": false,
"main": "dist/commonjs/index.js",
"module": "dist/esnext/index.js",
"typings": "dist/esnext/index.d.ts",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2230,16 +2230,17 @@ [email protected]:
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02"
integrity sha512-jApXqWBzNXQ8jYa/HLkZJaVw9jgwNqZkywa2zfFn16Iv1Zb7ELNHkJaXHR7Quvd5SIGsy6Ny7SUKATgnu05uEg==

[email protected].6:
version "0.2.6"
resolved "https://registry.yarnpkg.com/graphql-toolkit/-/graphql-toolkit-0.2.6.tgz#539f82450c85d81ecb81b5c825d0c7271b458ece"
integrity sha512-VqvsKHYxKW3/qoJIaO17JH6AfClHcPvZRMN2rG/y6fsTKCyCCS7P1+7aKu6RPUwFkW+reqxxrXjEGOG2bkCcMQ==
[email protected].7-c720d55.0:
version "0.2.7-c720d55.0"
resolved "https://registry.yarnpkg.com/graphql-toolkit/-/graphql-toolkit-0.2.7-c720d55.0.tgz#69719bcaad79502775f0519ba93df451c0137e93"
integrity sha512-bE1aZfmcFfH72fgZ1k8oZXBT6btB8NyZKeYU8KaR9LBLHdEC+8XaosivmBZtpoHOzltWycNuSJifYLLUlpog2g==
dependencies:
aggregate-error "2.2.0"
deepmerge "3.2.0"
glob "7.1.3"
graphql-import "0.7.1"
graphql-tag-pluck "0.7.0"
graphql-tools "4.0.4"
is-glob "4.0.0"
is-valid-path "0.1.1"
lodash "4.17.11"
Expand Down

0 comments on commit d2f5351

Please sign in to comment.