Skip to content

Commit

Permalink
fix(load): include graphql-tag-pluck (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Sep 3, 2019
1 parent 25bd03f commit ff23da0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"graphql": "^0.13.0 || ^14.0.0"
},
"dependencies": {
"graphql-tag-pluck": "0.8.4",
"graphql-toolkit": "0.5.10",
"node-fetch": "2.6.0",
"simple-git": "1.124.0"
Expand Down
18 changes: 18 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7546,6 +7546,16 @@ graphql-tag-pluck@0.6.0:
source-map-support "^0.5.9"
typescript "^3.2.2"

graphql-tag-pluck@0.8.4:
version "0.8.4"
resolved "https://registry.yarnpkg.com/graphql-tag-pluck/-/graphql-tag-pluck-0.8.4.tgz#9425627a9358365be519d532acaa38edde049d28"
integrity sha512-weT9fZPILIOkdW26ZkkiGf2OGvSfHQZBudYxkxnNoiLU+9RH+I0THE95iAvzMWbtKVmoBovLF/qQyK4ay/D7Bw==
dependencies:
"@babel/parser" "^7.4.4"
"@babel/traverse" "^7.4.4"
"@babel/types" "^7.4.4"
source-map-support "^0.5.12"

graphql-tag@2.10.1, graphql-tag@^2.9.2:
version "2.10.1"
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02"
Expand Down Expand Up @@ -13756,6 +13766,14 @@ source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
source-map-url "^0.4.0"
urix "^0.1.0"

source-map-support@^0.5.12:
version "0.5.13"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.13.tgz#31b24a9c2e73c2de85066c0feb7d44767ed52932"
integrity sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map-support@^0.5.6, source-map-support@^0.5.9, source-map-support@~0.5.12:
version "0.5.12"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599"
Expand Down

0 comments on commit ff23da0

Please sign in to comment.