Skip to content

Commit

Permalink
add graphql-tag-pluck to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jon301 committed Nov 4, 2019
1 parent 04b7fcd commit ae34adc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"aws-serverless-express": "^3.3.6",
"core-js": "^2.5.4",
"graphql": "^14.5.8",
"graphql-tag-pluck": "^0.8.7",
"graphql-tools": "^4.0.6",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.4.0",
Expand Down
14 changes: 12 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
esutils "^2.0.2"
js-tokens "^4.0.0"

"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.5.5", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4":
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.5.5", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3", "@babel/parser@^7.6.4":
version "7.6.4"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
integrity sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A==
Expand Down Expand Up @@ -7091,6 +7091,16 @@ graphql-subscriptions@^1.0.0, graphql-subscriptions@^1.1.0:
dependencies:
iterall "^1.2.1"

graphql-tag-pluck@^0.8.7:
version "0.8.7"
resolved "https://registry.yarnpkg.com/graphql-tag-pluck/-/graphql-tag-pluck-0.8.7.tgz#8f57cff0c15d21440de53abc38c90b2ee1e456dd"
integrity sha512-yuWcQislvBPHorFQzmZ9/yY0nPD1rn1kBNOr6iPXzT+iJ/i/pciq8Z7ilnVJAGKaJXV58ovD+AWWYYjX6IFF9g==
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.9.2:
version "2.10.1"
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02"
Expand Down Expand Up @@ -12622,7 +12632,7 @@ source-map-support@0.5.13:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@~0.5.12:
source-map-support@^0.5.12, source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@~0.5.12:
version "0.5.16"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.16.tgz#0ae069e7fe3ba7538c64c98515e35339eac5a042"
integrity sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==
Expand Down

0 comments on commit ae34adc

Please sign in to comment.