Skip to content

Commit

Permalink
Update dependency @gql2ts/from-schema to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 11, 2018
1 parent 9fb3f71 commit 14e2f86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@devinit/prelude": "1.0.4",
"@gql2ts/from-schema": "1.4.3",
"@gql2ts/from-schema": "1.5.0",
"apollo-server-express": "1.3.2",
"body-parser": "1.18.2",
"compression": "1.7.2",
Expand Down
36 changes: 10 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
ramda "0.25.0"
shortid "2.2.8"

"@gql2ts/from-schema@1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@gql2ts/from-schema/-/from-schema-1.4.3.tgz#afb96babe7c96c4d4affad48440c2bac18fc0b4c"
"@gql2ts/from-schema@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@gql2ts/from-schema/-/from-schema-1.5.0.tgz#ce45d55807db51e3299bee15bb84669109f01f5c"
dependencies:
"@gql2ts/language-typescript" "^1.4.3"
"@gql2ts/util" "^1.4.3"
graphql ">= 0.10 <0.12"
"@gql2ts/language-typescript" "^1.5.0"
"@gql2ts/util" "^1.5.0"
graphql ">= 0.10 <1.0.0"

"@gql2ts/language-typescript@^1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@gql2ts/language-typescript/-/language-typescript-1.4.3.tgz#52837b33c8cb9d35ff80ac69212172023c1055e0"
"@gql2ts/language-typescript@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@gql2ts/language-typescript/-/language-typescript-1.5.0.tgz#b85ac547dd87244dd4dc558cdf7782a36b46c7ab"
dependencies:
"@gql2ts/util" "^1.4.3"
"@gql2ts/util" "^1.5.0"
humps "^2.0.0"
typescript "^2.2.2"

Expand All @@ -49,12 +49,6 @@
dependencies:
"@gql2ts/util" "^1.5.0"

"@gql2ts/util@^1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@gql2ts/util/-/util-1.4.3.tgz#365ad149af213d08affea022bc2de1cace4f4c5e"
dependencies:
graphql ">= 0.10 <0.12"

"@gql2ts/util@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@gql2ts/util/-/util-1.5.0.tgz#03146a58efcb255c32aa7b640fa2ed3c42e4adba"
Expand Down Expand Up @@ -2577,12 +2571,6 @@ graphql-tools@2.21.0:
iterall "^1.1.3"
uuid "^3.1.0"

"graphql@>= 0.10 <0.12":
version "0.11.7"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.11.7.tgz#e5abaa9cb7b7cccb84e9f0836bf4370d268750c6"
dependencies:
iterall "1.1.3"

"graphql@>= 0.10 <1.0.0":
version "0.13.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
Expand Down Expand Up @@ -3251,10 +3239,6 @@ isurl@^1.0.0-alpha5:
has-to-string-tag-x "^1.2.0"
is-object "^1.0.1"

iterall@1.1.3:
version "1.1.3"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.3.tgz#1cbbff96204056dde6656e2ed2e2226d0e6d72c9"

iterall@^1.1.3, iterall@^1.2.0:
version "1.2.2"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
Expand Down

0 comments on commit 14e2f86

Please sign in to comment.