mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Upgrade graphql-markdown and regenerate docs (#19)
* Upgrade graphql-markdown and regenerate docs * Use published 2.0.0
This commit is contained in:
parent
5e9604ffe6
commit
61efd5d6fa
3 changed files with 6739 additions and 5080 deletions
11805
docs/types.md
11805
docs/types.md
File diff suppressed because it is too large
Load diff
|
|
@ -91,8 +91,7 @@
|
||||||
"coveralls": "^2.13.0",
|
"coveralls": "^2.13.0",
|
||||||
"cross-env": "^4.0.0",
|
"cross-env": "^4.0.0",
|
||||||
"doctoc": "^1.3.0",
|
"doctoc": "^1.3.0",
|
||||||
"graphql-markdown": "^1.3.0",
|
"graphql-markdown": "^2.0.0",
|
||||||
"marked": "^0.3.6",
|
|
||||||
"nodemon": "^1.11.0",
|
"nodemon": "^1.11.0",
|
||||||
"nyc": "^10.2.0",
|
"nyc": "^10.2.0",
|
||||||
"rimraf": "^2.6.1",
|
"rimraf": "^2.6.1",
|
||||||
|
|
|
||||||
11
yarn.lock
11
yarn.lock
|
|
@ -2385,12 +2385,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6:
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
|
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
|
||||||
|
|
||||||
graphql-markdown@^1.3.0:
|
graphql-markdown@^2.0.0:
|
||||||
version "1.3.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/graphql-markdown/-/graphql-markdown-1.3.0.tgz#6a68252b79335f837b54df7f5b4cfe7a9edb01f4"
|
resolved "https://registry.yarnpkg.com/graphql-markdown/-/graphql-markdown-2.0.0.tgz#c5e54080493827d91bf2413603f50f8b1fb6ca74"
|
||||||
dependencies:
|
dependencies:
|
||||||
graphql "^0.9.1"
|
graphql "^0.9.1"
|
||||||
marked "^0.3.6"
|
|
||||||
minimist "^1.2.0"
|
minimist "^1.2.0"
|
||||||
node-fetch "^1.6.3"
|
node-fetch "^1.6.3"
|
||||||
pre-commit "^1.2.2"
|
pre-commit "^1.2.2"
|
||||||
|
|
@ -3245,10 +3244,6 @@ markdown-to-ast@~3.4.0:
|
||||||
structured-source "^3.0.2"
|
structured-source "^3.0.2"
|
||||||
traverse "^0.6.6"
|
traverse "^0.6.6"
|
||||||
|
|
||||||
marked@^0.3.6:
|
|
||||||
version "0.3.6"
|
|
||||||
resolved "https://registry.yarnpkg.com/marked/-/marked-0.3.6.tgz#b2c6c618fccece4ef86c4fc6cb8a7cbf5aeda8d7"
|
|
||||||
|
|
||||||
matcher@^0.1.1:
|
matcher@^0.1.1:
|
||||||
version "0.1.2"
|
version "0.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/matcher/-/matcher-0.1.2.tgz#ef20cbde64c24c50cc61af5b83ee0b1b8ff00101"
|
resolved "https://registry.yarnpkg.com/matcher/-/matcher-0.1.2.tgz#ef20cbde64c24c50cc61af5b83ee0b1b8ff00101"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue