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

Commit 05c50a8

Browse files
committed
fix(deps): update dependency graphql to v14
1 parent c9643c5 commit 05c50a8

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
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"apollo-client-preset": "1.0.8",
3030
"expo": "25.0.0",
31-
"graphql": "0.13.1",
31+
"graphql": "14.0.0",
3232
"graphql-tag": "2.8.0",
3333
"react": "16.2.0",
3434
"react-apollo": "2.0.4",

basic/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,11 +2918,11 @@ graphql-tag@^2.4.2:
29182918
version "2.6.1"
29192919
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.6.1.tgz#4788d509f6e29607d947fc47a40c4e18f736d34a"
29202920

2921-
graphql@0.13.1:
2922-
version "0.13.1"
2923-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
2921+
graphql@14.0.0:
2922+
version "14.0.0"
2923+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.0.tgz#4ee771c5266d08cb75df2d3ac41e8dd51ce3d599"
29242924
dependencies:
2925-
iterall "^1.2.0"
2925+
iterall "^1.2.2"
29262926

29272927
growly@^1.3.0:
29282928
version "1.3.0"
@@ -3493,9 +3493,9 @@ [email protected]:
34933493
version "2.1.1"
34943494
resolved "https://registry.yarnpkg.com/items/-/items-2.1.1.tgz#8bd16d9c83b19529de5aea321acaada78364a198"
34953495

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

35003500
jest-changed-files@^22.1.4:
35013501
version "22.1.4"

0 commit comments

Comments
 (0)