Skip to content

Commit

Permalink
Update dependency graphql-code-generator to v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 19, 2019
1 parent 7cc8c86 commit ed5ddce
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 14 deletions.
2 changes: 1 addition & 1 deletion react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"apollo-boost": "^0.1.20",
"concurrently": "4.1.0",
"graphql": "^14.0.2",
"graphql-code-generator": "0.15.0",
"graphql-code-generator": "0.15.2",
"graphql-codegen-typescript-client": "0.15.0",
"graphql-codegen-typescript-mongodb": "0.15.0",
"graphql-codegen-typescript-react-apollo": "0.15.2",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/mongodb": "3.1.17",
"apollo-server": "2.3.1",
"graphql": "14.1.1",
"graphql-code-generator": "0.15.0",
"graphql-code-generator": "0.15.2",
"graphql-codegen-add": "0.15.0",
"graphql-codegen-typescript-common": "0.15.0",
"graphql-codegen-typescript-mongodb": "0.15.0",
Expand Down
48 changes: 36 additions & 12 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@
graphql-tools "4.0.3"
tslib "1.9.3"

"@graphql-modules/epoxy@0.2.18":
version "0.2.18"
resolved "https://registry.yarnpkg.com/@graphql-modules/epoxy/-/epoxy-0.2.18.tgz#58ea584e57e0573d804ee39e34ee2fad604ba63a"
integrity sha512-I5h45JKZXABJgKPnMIS7EwLDCIqvC53V/I1f35+uzo5a7Np4ItXvwYZXxNlTg+sbcSIhizA5q9XwwaMrOhOzqg==
dependencies:
deepmerge "3.0.0"
graphql-tools "4.0.3"
tslib "1.9.3"

"@graphql-modules/sonar@0.2.17":
version "0.2.17"
resolved "https://registry.yarnpkg.com/@graphql-modules/sonar/-/sonar-0.2.17.tgz#169e741dec61684c9453dc46f836a372f9af228c"
Expand Down Expand Up @@ -1393,6 +1402,11 @@ deepmerge@2.2.1, deepmerge@^2.0.1:
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-2.2.1.tgz#5d3ff22a01c00f645405a2fbc17d0778a1801170"
integrity sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==

deepmerge@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.0.0.tgz#ca7903b34bfa1f8c2eab6779280775a411bfc6ba"
integrity sha512-a8z8bkgHsAML+uHLqmMS83HHlpy3PvZOOuiTQqaa3wu8ZVg3h0hqHk6aCsGdOnZV2XMM/FRimNGjUh0KCcmHBw==

define-properties@^1.1.2:
version "1.1.3"
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
Expand Down Expand Up @@ -1970,12 +1984,12 @@ graceful-fs@^4.1.11, 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-code-generator@0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/graphql-code-generator/-/graphql-code-generator-0.15.0.tgz#ef638bc527288660c83c1a2b6348acabee701fd5"
integrity sha512-d0pvTKvZFcYrekCr8aZDUhRIRlNx8y0qnXBVZhnnN1WU+J0+yHjZvNxbuy8l7QgJPdU9qVrqd2rv95evxnRb2w==
graphql-code-generator@0.15.2:
version "0.15.2"
resolved "https://registry.yarnpkg.com/graphql-code-generator/-/graphql-code-generator-0.15.2.tgz#7ffe5b70e8f442c9dffe608f1e013984813783db"
integrity sha512-u8oLoCl3aFXV110sWFi7d9YJT4xLqS/3Xl7pEuowmCtHm7KnpfKmTXvnXs9OEjo3Ci6oA8x/4MDChs0RzjNHzw==
dependencies:
"@graphql-modules/epoxy" "0.2.17"
"@graphql-modules/epoxy" "0.2.18"
"@types/babylon" "6.16.4"
"@types/is-glob" "4.0.0"
"@types/prettier" "1.15.2"
Expand All @@ -1987,10 +2001,10 @@ graphql-code-generator@0.15.0:
commander "2.19.0"
detect-indent "5.0.0"
glob "7.1.3"
graphql-codegen-core "0.15.0"
graphql-codegen-core "0.15.2"
graphql-config "2.2.1"
graphql-import "0.7.1"
graphql-tag-pluck "0.3.3"
graphql-tag-pluck "0.4.4"
indent-string "3.2.0"
inquirer "6.2.1"
is-glob "4.0.0"
Expand Down Expand Up @@ -2145,14 +2159,16 @@ graphql-subscriptions@^1.0.0:
dependencies:
iterall "^1.2.1"

graphql-tag-pluck@0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/graphql-tag-pluck/-/graphql-tag-pluck-0.3.3.tgz#00f4284f3848b3ed0798ec5541c17f6e8b92363e"
integrity sha512-i/ciMZXiRfgocDk8si4SyMaxGOGUdGZVx+19/LhLKpqhS/zi+k8ipzJnaB9gNfjobqASkcc8aSopCNb5kpWeRA==
graphql-tag-pluck@0.4.4:
version "0.4.4"
resolved "https://registry.yarnpkg.com/graphql-tag-pluck/-/graphql-tag-pluck-0.4.4.tgz#4494c0e13d10aa9a36cea2704218940a1af47170"
integrity sha512-dvfRQ3aMxUYUYG+L+Z35npQ/OSNyitypYZ6wI908SqNQ6DQOWRX1WYcv590FOf2TrPOAY39dQEtq5u7mWMUGMw==
dependencies:
"@babel/parser" "^7.2.0"
"@babel/traverse" "^7.1.6"
"@babel/types" "^7.2.0"
source-map-support "^0.5.9"
typescript "^3.2.2"

graphql-tag@2.10.0, graphql-tag@^2.10.0, graphql-tag@^2.9.2:
version "2.10.0"
Expand Down Expand Up @@ -4124,6 +4140,14 @@ source-map-support@^0.5.6:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map-support@^0.5.9:
version "0.5.10"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10.tgz#2214080bc9d51832511ee2bab96e3c2f9353120c"
integrity sha512-YfQ3tQFTK/yzlGJuX8pTwa4tifQj4QS2Mj7UegOu8jAz59MqIiMGPXxQhVQiIMNzayuUSF/jEuVnfFF5JqybmQ==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"

source-map-url@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
Expand Down Expand Up @@ -4517,7 +4541,7 @@ type-is@^1.6.16, type-is@~1.6.16:
media-typer "0.3.0"
mime-types "~2.1.18"

typescript@3.2.4:
typescript@3.2.4, typescript@^3.2.2:
version "3.2.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d"
integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==
Expand Down

0 comments on commit ed5ddce

Please sign in to comment.