Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
fix(deps): update dependency graphql to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2018
1 parent c9643c5 commit 14d766a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"apollo-client-preset": "1.0.8",
"expo": "25.0.0",
"graphql": "0.13.1",
"graphql": "14.0.1",
"graphql-tag": "2.8.0",
"react": "16.2.0",
"react-apollo": "2.0.4",
Expand Down
14 changes: 7 additions & 7 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2918,11 +2918,11 @@ graphql-tag@^2.4.2:
version "2.6.1"
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.6.1.tgz#4788d509f6e29607d947fc47a40c4e18f736d34a"

graphql@0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
graphql@14.0.1:
version "14.0.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.1.tgz#a00d82fd10c51f842de7499446d068cd788dece9"
dependencies:
iterall "^1.2.0"
iterall "^1.2.2"

growly@^1.3.0:
version "1.3.0"
Expand Down Expand Up @@ -3493,9 +3493,9 @@ [email protected]:
version "2.1.1"
resolved "https://registry.yarnpkg.com/items/-/items-2.1.1.tgz#8bd16d9c83b19529de5aea321acaada78364a198"

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

jest-changed-files@^22.1.4:
version "22.1.4"
Expand Down

0 comments on commit 14d766a

Please sign in to comment.