Skip to content

Commit dee1876

Browse files
committed
fix(deps): update graphql & graphql-config
1 parent 7d7f65d commit dee1876

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"license": "Apache-2.0",
1010
"dependencies": {
1111
"graphcool-yml": "0.4.15",
12-
"graphql-config": "^2.0.1"
12+
"graphql-config": "^2.2.0"
1313
},
1414
"devDependencies": {
1515
"@types/node": "9.4.6",
16-
"graphql": "0.13.1",
16+
"graphql": "14.0.2",
1717
"ts-node": "5.0.0",
1818
"typescript": "2.7.2"
1919
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ graphcool-yml@0.4.15:
164164
scuid "^1.0.2"
165165
yaml-ast-parser "^0.0.40"
166166

167-
graphql-config@^2.0.1:
167+
graphql-config@^2.2.0:
168168
version "2.2.0"
169169
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.2.0.tgz#fe1529eb5b77d0bf5cb32b8bbda2f5e7db622d97"
170170
dependencies:
@@ -187,11 +187,11 @@ graphql-request@^1.5.0:
187187
dependencies:
188188
cross-fetch "2.2.2"
189189

190-
graphql@0.13.1:
191-
version "0.13.1"
192-
resolved "http://registry.npmjs.org/graphql/-/graphql-0.13.1.tgz#9b3db3d8e40d1827e4172404bfdd2e4e17a58b55"
190+
graphql@14.0.2:
191+
version "14.0.2"
192+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
193193
dependencies:
194-
iterall "^1.2.0"
194+
iterall "^1.2.2"
195195

196196
has-flag@^3.0.0:
197197
version "3.0.0"
@@ -214,7 +214,7 @@ isomorphic-fetch@^2.2.1:
214214
node-fetch "^1.0.1"
215215
whatwg-fetch ">=0.10.0"
216216

217-
iterall@^1.2.0:
217+
iterall@^1.2.2:
218218
version "1.2.2"
219219
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
220220

0 commit comments

Comments
 (0)