Skip to content

Commit 479a516

Browse files
committed
fix(deps): update dependency graphql-config to v2.0.0
1 parent de860e6 commit 479a516

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "Apache-2.0",
1010
"dependencies": {
1111
"graphcool-yml": "0.4.15",
12-
"graphql-config": "1.2.0"
12+
"graphql-config": "2.0.0"
1313
},
1414
"devDependencies": {
1515
"@types/node": "9.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ graphcool-yml@0.4.15:
173173
scuid "^1.0.2"
174174
yaml-ast-parser "^0.0.40"
175175

176-
graphql-config@1.2.0:
177-
version "1.2.0"
178-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.2.0.tgz#c1396e7705ce82870923134426d1b19b2de6c326"
176+
graphql-config@2.0.0:
177+
version "2.0.0"
178+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.0.tgz#daf69091055c6f675d63893a2d14c48f3fec3327"
179179
dependencies:
180-
graphql "^0.12.3"
181180
graphql-import "^0.4.0"
182181
graphql-request "^1.4.0"
183182
js-yaml "^3.10.0"
183+
lodash "^4.17.4"
184184
minimatch "^3.0.4"
185185

186186
graphql-import@^0.4.0:

0 commit comments

Comments
 (0)