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

Commit 618f1e3

Browse files
renovate[bot]DevanB
authored andcommitted
fix(deps): update graphql to v0.13.1
1 parent 71f2fd9 commit 618f1e3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"apollo-client-preset": "1.0.8",
2323
"expo": "25.0.0",
24-
"graphql": "0.13.0",
24+
"graphql": "0.13.1",
2525
"graphql-tag": "2.6.1",
2626
"react": "16.2.0",
2727
"react-apollo": "2.0.4",

basic/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,11 +2577,11 @@ [email protected], graphql-tag@^2.4.2:
25772577
version "2.6.1"
25782578
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.6.1.tgz#4788d509f6e29607d947fc47a40c4e18f736d34a"
25792579

2580-
2581-
version "0.13.0"
2582-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6"
2580+
2581+
version "0.13.1"
2582+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
25832583
dependencies:
2584-
iterall "1.1.x"
2584+
iterall "^1.2.0"
25852585

25862586
growly@^1.3.0:
25872587
version "1.3.0"
@@ -3128,9 +3128,9 @@ [email protected]:
31283128
version "2.1.1"
31293129
resolved "https://registry.yarnpkg.com/items/-/items-2.1.1.tgz#8bd16d9c83b19529de5aea321acaada78364a198"
31303130

3131-
iterall@1.1.x:
3132-
version "1.1.4"
3133-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc"
3131+
iterall@^1.2.0:
3132+
version "1.2.0"
3133+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.0.tgz#434e9f41f0b99911ab9c3d49d95f0e079176a2a2"
31343134

31353135
jest-changed-files@^22.1.4:
31363136
version "22.1.4"

0 commit comments

Comments
 (0)