mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Use new major release of graphql-markdown
This commit is contained in:
parent
98e80f1bd1
commit
d9c029ff71
2 changed files with 4 additions and 4 deletions
|
|
@ -110,7 +110,7 @@
|
||||||
"eslint-plugin-prettier": "^2.6.2",
|
"eslint-plugin-prettier": "^2.6.2",
|
||||||
"eslint-plugin-promise": "^3.8.0",
|
"eslint-plugin-promise": "^3.8.0",
|
||||||
"eslint-plugin-standard": "^3.1.0",
|
"eslint-plugin-standard": "^3.1.0",
|
||||||
"graphql-markdown": "^4.0.0-0",
|
"graphql-markdown": "^4.0.0",
|
||||||
"nodemon": "^1.18.3",
|
"nodemon": "^1.18.3",
|
||||||
"nyc": "^12.0.2",
|
"nyc": "^12.0.2",
|
||||||
"prettier": "^1.14.0",
|
"prettier": "^1.14.0",
|
||||||
|
|
|
||||||
|
|
@ -2857,9 +2857,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4:
|
||||||
version "4.1.11"
|
version "4.1.11"
|
||||||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
|
||||||
|
|
||||||
graphql-markdown@^4.0.0-0:
|
graphql-markdown@^4.0.0:
|
||||||
version "4.0.0-0"
|
version "4.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/graphql-markdown/-/graphql-markdown-4.0.0-0.tgz#d42ed38a01655e39bbe51b033d8e7fedcf433f70"
|
resolved "https://registry.yarnpkg.com/graphql-markdown/-/graphql-markdown-4.0.0.tgz#91ef01cf7e080db2f1bcefaa1326854e6377c15c"
|
||||||
dependencies:
|
dependencies:
|
||||||
deep-diff "^1.0.1"
|
deep-diff "^1.0.1"
|
||||||
graphql "^0.13.2"
|
graphql "^0.13.2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue