Skip to content

Commit 728ce80

Browse files
committedJan 13, 2018
fix(deps): update dependency graphql-playground-middleware-express to v1.4.9
1 parent 10fb634 commit 728ce80

File tree

2 files changed

+40
-8
lines changed

2 files changed

+40
-8
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"graphql-cli-prepare": "1.4.9",
8282
"graphql-config": "1.1.4",
8383
"graphql-config-extension-graphcool": "1.0.4",
84-
"graphql-playground-middleware-express": "1.4.8",
84+
"graphql-playground-middleware-express": "1.4.9",
8585
"graphql-schema-linter": "0.0.26",
8686
"inquirer": "5.0.0",
8787
"is-url-superb": "2.0.0",

Diff for: ‎yarn.lock

+39-7
Original file line numberDiff line numberDiff line change
@@ -1987,6 +1987,13 @@ graphql-config-extension-graphcool@1.0.4:
19871987
graphcool-yml "0.4.8"
19881988
graphql-config "^1.1.4"
19891989

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+
19901997
graphql-config@1.1.4, graphql-config@^1.0.0, graphql-config@^1.1.1, graphql-config@^1.1.4:
19911998
version "1.1.4"
19921999
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-1.1.4.tgz#af09659f877b96451838de456e4e4f4be45be6dd"
@@ -2014,19 +2021,20 @@ graphql-import@^0.1.7:
20142021
graphql "^0.12.3"
20152022
lodash "^4.17.4"
20162023

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"
20202027
dependencies:
20212028
dotenv "^4.0.0"
20222029
graphql-config "^1.1.1"
20232030
graphql-config-extension-graphcool "1.0.4"
2031+
graphql-config-extension-prisma "0.0.3"
20242032

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"
20282036
dependencies:
2029-
graphql-playground-html "1.4.3"
2037+
graphql-playground-html "1.4.4"
20302038

20312039
graphql-request@^1.4.0:
20322040
version "1.4.1"
@@ -3364,6 +3372,30 @@ pretty-ms@^3.0.0:
33643372
parse-ms "^1.0.0"
33653373
plur "^2.1.2"
33663374

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+
33673399
private@^0.1.7:
33683400
version "0.1.8"
33693401
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"

0 commit comments

Comments
 (0)
Please sign in to comment.