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 Dec 24, 2018
1 parent e361ac6 commit e9e67ec
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 5 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.0",
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.0.2",
"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
79 changes: 76 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,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 @@ -4659,6 +4668,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==

default-gateway@^2.6.0:
version "2.7.2"
resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-2.7.2.tgz#b7ef339e5e024b045467af403d50348db4642d0f"
Expand Down Expand Up @@ -6399,7 +6413,42 @@ graphql-anywhere@^4.1.0-alpha.0:
dependencies:
apollo-utilities "^1.0.26"

graphql-code-generator@0.15.0, graphql-code-generator@^0.15.0:
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.18"
"@types/babylon" "6.16.4"
"@types/is-glob" "4.0.0"
"@types/prettier" "1.15.2"
"@types/valid-url" "1.0.2"
babel-types "7.0.0-beta.3"
babylon "7.0.0-beta.47"
chalk "2.4.1"
chokidar "2.0.4"
commander "2.19.0"
detect-indent "5.0.0"
glob "7.1.3"
graphql-codegen-core "0.15.2"
graphql-config "2.2.1"
graphql-import "0.7.1"
graphql-tag-pluck "0.4.4"
indent-string "3.2.0"
inquirer "6.2.1"
is-glob "4.0.0"
is-valid-path "0.1.1"
js-yaml "3.12.0"
json-to-pretty-yaml "1.2.2"
listr "0.14.3"
log-symbols "2.2.0"
log-update "2.3.0"
mkdirp "0.5.1"
prettier "1.15.3"
request "2.88.0"
valid-url "1.0.9"

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==
Expand Down Expand Up @@ -6454,6 +6503,19 @@ graphql-codegen-core@0.15.0:
ts-log "2.1.4"
winston "3.1.0"

graphql-codegen-core@0.15.2:
version "0.15.2"
resolved "https://registry.yarnpkg.com/graphql-codegen-core/-/graphql-codegen-core-0.15.2.tgz#f97ff2bcedddf8ce0623e21afef586f7249c453b"
integrity sha512-kMzeu4TSLVeYqhwBP1cRqHHpNhszC1jG00oKN2qmQ0jWpjiR8LymXrYHI7sYY+/+q2ASGRQhok9um8OgD2DsLw==
dependencies:
chalk "2.4.1"
change-case "3.0.2"
common-tags "1.8.0"
graphql-tag "2.10.0"
graphql-tools "4.0.3"
ts-log "2.1.4"
winston "3.1.0"

graphql-codegen-plugin-helpers@0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-plugin-helpers/-/graphql-codegen-plugin-helpers-0.15.0.tgz#e97a84b57d902b42c8aa1c4f3b1b1828ba309853"
Expand Down Expand Up @@ -6579,6 +6641,17 @@ graphql-tag-pluck@0.3.3:
"@babel/traverse" "^7.1.6"
"@babel/types" "^7.2.0"

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.4.2, graphql-tag@^2.9.2:
version "2.10.0"
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.0.tgz#87da024be863e357551b2b8700e496ee2d4353ae"
Expand Down Expand Up @@ -12826,7 +12899,7 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"

source-map-support@0.5.9, source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@~0.5.6:
source-map-support@0.5.9, source-map-support@^0.5.5, source-map-support@^0.5.6, source-map-support@^0.5.9, source-map-support@~0.5.6:
version "0.5.9"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.9.tgz#41bc953b2534267ea2d605bccfa7bfa3111ced5f"
integrity sha512-gR6Rw4MvUlYy83vP0vxoVNzM6t8MUXqNuRsuBmBHQDu1Fh6X015FrLdgoDKcNdkwGubozq0P4N0Q37UyFVr1EA==
Expand Down Expand Up @@ -13734,7 +13807,7 @@ typescript@3.1.6:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.6.tgz#b6543a83cfc8c2befb3f4c8fba6896f5b0c9be68"
integrity sha512-tDMYfVtvpb96msS1lDX9MEdHrW4yOuZ4Kdc4Him9oU796XldPYF/t2+uKoX0BBa0hXXwDlqYQbXY5Rzjzc5hBA==

typescript@3.2.2, typescript@~3.2.0:
typescript@3.2.2, typescript@^3.2.2, typescript@~3.2.0:
version "3.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5"
integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==
Expand Down

0 comments on commit e9e67ec

Please sign in to comment.