Skip to content

Commit

Permalink
chore(deps): update dependency graphql to v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 4, 2018
1 parent 4c09eef commit 90bb675
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,12 +37,12 @@
},
"homepage": "https://github.com/graphcool/graphql-config#readme",
"devDependencies": {
"@types/graphql": "0.12.4",
"@types/graphql": "0.13.3",
"@types/node": "9.4.6",
"@types/node-fetch": "1.6.7",
"ava": "0.25.0",
"cpx": "1.5.0",
"graphql": "0.13.1",
"graphql": "0.13.2",
"rimraf": "2.6.2",
"tslint": "5.9.1",
"tslint-config-standard": "7.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Expand Up @@ -53,9 +53,9 @@
pretty-ms "^0.2.1"
text-table "^0.2.0"

"@types/graphql@0.12.4":
version "0.12.4"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.4.tgz#d43bb55d45c6de0178bbd11dd59d04fd42138d94"
"@types/graphql@0.13.3":
version "0.13.3"
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.3.tgz#23af65796d341f93ef5b485138bd52c67786452d"

"@types/node-fetch@1.6.7":
version "1.6.7"
Expand Down Expand Up @@ -1369,11 +1369,11 @@ graphql-request@^1.5.0:
dependencies:
cross-fetch "1.1.1"

graphql@0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
graphql@0.13.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
dependencies:
iterall "^1.2.0"
iterall "^1.2.1"

har-schema@^1.0.5:
version "1.0.5"
Expand Down Expand Up @@ -1702,9 +1702,9 @@ isstream@~0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"

iterall@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"
iterall@^1.2.1:
version "1.2.2"
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"

js-string-escape@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 90bb675

Please sign in to comment.