@@ -1987,6 +1987,13 @@ graphql-config-extension-graphcool@1.0.4:
1987
1987
graphcool-yml "0.4.8"
1988
1988
graphql-config "^1.1.4"
1989
1989
1990
+ graphql-config-extension-prisma@0.0.3 :
1991
+ version "0.0.3"
1992
+ resolved "https://registry.yarnpkg.com/graphql-config-extension-prisma/-/graphql-config-extension-prisma-0.0.3.tgz#2fea0a34ef128e1763cb3ebfa6becd99549fe1ef"
1993
+ dependencies :
1994
+ graphql-config "^1.1.4"
1995
+ prisma-yml "0.0.4"
1996
+
1990
1997
graphql-config@1.1.4, graphql-config@^1.0.0, graphql-config@^1.1.1, graphql-config@^1.1.4 :
1991
1998
version "1.1.4"
1992
1999
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.4.tgz#af09659f877b96451838de456e4e4f4be45be6dd"
@@ -2014,19 +2021,20 @@ graphql-import@^0.1.7:
2014
2021
graphql "^0.12.3"
2015
2022
lodash "^4.17.4"
2016
2023
2017
- graphql-playground-html@1.4.3 :
2018
- version "1.4.3 "
2019
- resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.3 .tgz#e31c48bc43b6c4f4c7a96182bafa436f16a20376 "
2024
+ graphql-playground-html@1.4.4 :
2025
+ version "1.4.4 "
2026
+ resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.4.4 .tgz#3870bba04b160b81a84692bcda4f5c8fabd904a8 "
2020
2027
dependencies :
2021
2028
dotenv "^4.0.0"
2022
2029
graphql-config "^1.1.1"
2023
2030
graphql-config-extension-graphcool "1.0.4"
2031
+ graphql-config-extension-prisma "0.0.3"
2024
2032
2025
- graphql-playground-middleware-express@1.4.8 :
2026
- version "1.4.8 "
2027
- resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.8 .tgz#b2c4303e4929ca5f1cef78153c9ef597f4fd8b61 "
2033
+ graphql-playground-middleware-express@1.4.9 :
2034
+ version "1.4.9 "
2035
+ resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.4.9 .tgz#fa7f0f629955e8a6b729704afcd8c5f2e2916d74 "
2028
2036
dependencies :
2029
- graphql-playground-html "1.4.3 "
2037
+ graphql-playground-html "1.4.4 "
2030
2038
2031
2039
graphql-request@^1.4.0 :
2032
2040
version "1.4.1"
@@ -3364,6 +3372,30 @@ pretty-ms@^3.0.0:
3364
3372
parse-ms "^1.0.0"
3365
3373
plur "^2.1.2"
3366
3374
3375
+ prisma-json-schema@^0.0.1 :
3376
+ version "0.0.1"
3377
+ resolved "https://registry.yarnpkg.com/prisma-json-schema/-/prisma-json-schema-0.0.1.tgz#0802e156a293faefdf21e5e41beb8d3681f45cb1"
3378
+
3379
+ prisma-yml@0.0.4 :
3380
+ version "0.0.4"
3381
+ resolved "https://registry.yarnpkg.com/prisma-yml/-/prisma-yml-0.0.4.tgz#66b54f5056f087ff548719bb62e5251ca49fe4b1"
3382
+ dependencies :
3383
+ ajv "^5.5.1"
3384
+ bluebird "^3.5.1"
3385
+ chalk "^2.3.0"
3386
+ debug "^3.1.0"
3387
+ dotenv "^4.0.0"
3388
+ fs-extra "^4.0.3"
3389
+ isomorphic-fetch "^2.2.1"
3390
+ js-yaml "^3.10.0"
3391
+ json-stable-stringify "^1.0.1"
3392
+ jsonwebtoken "^8.1.0"
3393
+ lodash "^4.17.4"
3394
+ prisma-json-schema "^0.0.1"
3395
+ replaceall "^0.1.6"
3396
+ scuid "^1.0.2"
3397
+ yaml-ast-parser "^0.0.40"
3398
+
3367
3399
private@^0.1.7 :
3368
3400
version "0.1.8"
3369
3401
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
0 commit comments