Skip to content

Commit 0036832

Browse files
committed
fix: bump graphql-config
1 parent d7014df commit 0036832

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": "^2.2.0"
12+
"graphql-config": "^2.2.1"
1313
},
1414
"devDependencies": {
1515
"@types/node": "9.4.6",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ [email protected]:
164164
scuid "^1.0.2"
165165
yaml-ast-parser "^0.0.40"
166166

167-
graphql-config@^2.2.0:
168-
version "2.2.0"
169-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.2.0.tgz#fe1529eb5b77d0bf5cb32b8bbda2f5e7db622d97"
167+
graphql-config@^2.2.1:
168+
version "2.2.1"
169+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.2.1.tgz#5fd0ec77ac7428ca5fb2026cf131be10151a0cb2"
170170
dependencies:
171171
graphql-import "^0.7.1"
172172
graphql-request "^1.5.0"

0 commit comments

Comments
 (0)