File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 9
9
"license" : " Apache-2.0" ,
10
10
"dependencies" : {
11
11
"graphql-config" : " ^2.0.0" ,
12
- "prisma-yml" : " 1.0.25 "
12
+ "prisma-yml" : " 1.0.28 "
13
13
},
14
14
"devDependencies" : {
15
15
"@types/node" : " 9.4.6" ,
Original file line number Diff line number Diff line change @@ -95,6 +95,13 @@ cross-fetch@0.0.8:
95
95
node-fetch "1.7.3"
96
96
whatwg-fetch "2.0.3"
97
97
98
+ cross-fetch@1.1.1 :
99
+ version "1.1.1"
100
+ resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-1.1.1.tgz#dede6865ae30f37eae62ac90ebb7bdac002b05a0"
101
+ dependencies :
102
+ node-fetch "1.7.3"
103
+ whatwg-fetch "2.0.3"
104
+
98
105
debug@^3.1.0 :
99
106
version "3.1.0"
100
107
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
@@ -173,6 +180,12 @@ graphql-request@^1.4.0:
173
180
dependencies :
174
181
cross-fetch "0.0.8"
175
182
183
+ graphql-request@^1.5.0 :
184
+ version "1.5.0"
185
+ resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.5.0.tgz#69b30a1767189fcba27f5c907c0a87339f90b5d8"
186
+ dependencies :
187
+ cross-fetch "1.1.1"
188
+
176
189
graphql@^0.12.3 :
177
190
version "0.12.3"
178
191
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"
@@ -346,16 +359,17 @@ prisma-json-schema@^0.0.1:
346
359
version "0.0.1"
347
360
resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.1.tgz#0802e156a293faefdf21e5e41beb8d3681f45cb1"
348
361
349
- prisma-yml@1.0.25 :
350
- version "1.0.25 "
351
- resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.25 .tgz#e7989efa85320d7f7695d2280ba305abe5262f75 "
362
+ prisma-yml@1.0.28 :
363
+ version "1.0.28 "
364
+ resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-1.0.28 .tgz#5dd9bb99353cf2fba5bb12880b25faaaf72b9f5e "
352
365
dependencies :
353
366
ajv "5"
354
367
bluebird "^3.5.1"
355
368
chalk "^2.3.0"
356
369
debug "^3.1.0"
357
370
dotenv "^4.0.0"
358
371
fs-extra "^5.0.0"
372
+ graphql-request "^1.5.0"
359
373
isomorphic-fetch "^2.2.1"
360
374
js-yaml "^3.10.0"
361
375
json-stable-stringify "^1.0.1"
You can’t perform that action at this time.
0 commit comments