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 9, 2018
1 parent ad536f3 commit eee0721
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"graphql": ">= 0.10.0 < 0.12.0"
},
"dependencies": {
"@gql2ts/from-schema": "1.4.3",
"@gql2ts/from-schema": "1.5.0",
"apollo-fetch": "0.7.0",
"apollo-link": "1.2.1",
"apollo-server-express": "1.3.2",
Expand Down
34 changes: 23 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
esutils "^2.0.2"
js-tokens "^3.0.0"

"@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 @@ -44,6 +44,12 @@
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"
dependencies:
graphql ">= 0.10 <1.0.0"

"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
Expand Down Expand Up @@ -2592,6 +2598,12 @@ graphql-tools@2.21.0:
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"
dependencies:
iterall "^1.2.0"

growly@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
Expand Down Expand Up @@ -3262,7 +3274,7 @@ 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.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 eee0721

Please sign in to comment.