Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 0ec68cb

Browse files
authored
Merge pull request #313 from lrcry/312-upgrade-graphql-version-to-0-13-1
#312 upgrade graphql version to v0.13+
2 parents f855225 + da1437f commit 0ec68cb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"elasticsearch": "^15.2.0",
6565
"email-check": "^1.1.0",
6666
"express": "^4.16.3",
67-
"graphql": "^0.10.1",
67+
"graphql": "^0.13.1",
6868
"graphql-tools": "^1.2.1",
6969
"humps": "^1.1.0",
7070
"jsonfile": "^4.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2596,12 +2596,12 @@ graphql-tools@^1.2.1:
25962596
optionalDependencies:
25972597
"@types/graphql" "^0.9.0"
25982598

2599-
graphql@^0.10.1:
2600-
version "0.10.5"
2601-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.10.5.tgz#c9be17ca2bdfdbd134077ffd9bbaa48b8becd298"
2602-
integrity sha512-Q7cx22DiLhwHsEfUnUip1Ww/Vfx7FS0w6+iHItNuN61+XpegHSa3k5U0+6M5BcpavQImBwFiy0z3uYwY7cXMLQ==
2599+
graphql@^0.13.1:
2600+
version "0.13.2"
2601+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
2602+
integrity sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog==
26032603
dependencies:
2604-
iterall "^1.1.0"
2604+
iterall "^1.2.1"
26052605

26062606
har-schema@^2.0.0:
26072607
version "2.0.0"
@@ -3119,7 +3119,7 @@ isstream@0.1.x, isstream@~0.1.2:
31193119
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
31203120
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
31213121

3122-
iterall@^1.1.0:
3122+
iterall@^1.2.1:
31233123
version "1.2.2"
31243124
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
31253125
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==

0 commit comments

Comments
 (0)