Skip to content

Commit

Permalink
update js-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Apr 16, 2019
1 parent 71e6396 commit 7713bf5
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"inquirer": "6.2.2",
"is-glob": "4.0.0",
"is-valid-path": "0.1.1",
"js-yaml": "3.12.2",
"js-yaml": "3.13.1",
"json-to-pretty-yaml": "1.2.2",
"listr": "0.14.3",
"listr-update-renderer": "0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion website/live-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-scripts-rewired": "2.1.3",
"codemirror": "5.44.0",
"codemirror-graphql": "0.8.3",
"js-yaml": "3.12.2",
"js-yaml": "3.13.1",
"graphql-code-generator": "0.17.0",
"graphql-codegen-flow": "0.17.0",
"graphql-codegen-flow-documents": "0.17.0",
Expand Down
224 changes: 216 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3991,6 +3991,11 @@ deep-is@~0.1.3:
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=

deepmerge@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.1.0.tgz#a612626ce4803da410d77554bfd80361599c034d"
integrity sha512-/TnecbwXEdycfbsM2++O3eGiatEFHjjNciHEwJclM+T5Kd94qD1AP+2elP/Mq0L5b9VZJao5znR01Mz6eX8Seg==

deepmerge@3.2.0, deepmerge@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.2.0.tgz#58ef463a57c08d376547f8869fdc5bcee957f44e"
Expand Down Expand Up @@ -5642,6 +5647,183 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==

graphql-code-generator@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-code-generator/-/graphql-code-generator-0.17.0.tgz#7e76f7c2e7df69af89c478094137385c2761ce4d"
integrity sha512-91KIkyAhdfoYvd2tArwvPql14iaC9x9PN0CmFM2ubnceQZFsIUgPHr4Gmpv+YNYSY97ePmuP6Ui0IHZydvrTPw==
dependencies:
"@types/babylon" "6.16.5"
"@types/is-glob" "4.0.0"
"@types/prettier" "1.16.1"
"@types/valid-url" "1.0.2"
babel-types "7.0.0-beta.3"
babylon "7.0.0-beta.47"
chalk "2.4.2"
change-case "3.1.0"
chokidar "2.1.2"
commander "2.19.0"
common-tags "1.8.0"
detect-indent "5.0.0"
glob "7.1.3"
graphql-codegen-core "0.17.0"
graphql-config "2.2.1"
graphql-import "0.7.1"
graphql-tag-pluck "0.5.0"
graphql-toolkit "0.0.5"
graphql-tools "4.0.4"
indent-string "3.2.0"
inquirer "6.2.2"
is-glob "4.0.0"
is-valid-path "0.1.1"
js-yaml "3.12.1"
json-to-pretty-yaml "1.2.2"
listr "0.14.3"
listr-update-renderer "0.5.0"
log-symbols "2.2.0"
log-update "2.3.0"
mkdirp "0.5.1"
prettier "1.16.4"
request "2.88.0"
valid-url "1.0.9"

graphql-codegen-add@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-add/-/graphql-codegen-add-0.17.0.tgz#b7ceb77f5328ed25fc4c097023b61e05cd903f16"
integrity sha512-wylxGAxggIWlN44FcpX4XMauAk4/lEijtlhwXfDRYRoI58nzzwP9n3LGuAP73jqZrp0ZdmBD53l9xvnX62ixPA==
dependencies:
graphql-codegen-core "0.17.0"

graphql-codegen-core@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-core/-/graphql-codegen-core-0.17.0.tgz#e0e23cf0e1138ff3e75912604cf04aae82aa27be"
integrity sha512-3WULDb+XaRrSsVbTU8VBf7yzGGnW9pAKl+wE3p2NjaKPm0IPBKlWrDtVCUPpTXE0oANv0V4ytsHjMMJ8oTtRLg==
dependencies:
chalk "2.4.2"
change-case "3.1.0"
common-tags "1.8.0"
graphql-tag "2.10.1"
graphql-toolkit "0.0.5"
graphql-tools "4.0.4"
ts-log "2.1.4"
winston "3.2.1"

graphql-codegen-flow-documents@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-flow-documents/-/graphql-codegen-flow-documents-0.17.0.tgz#8de2460e887caaafab793e101424224693193122"
integrity sha512-rdfUHY1scin+q12L6tqwM858zmvSuwS1ELzLjyCAaCZABc1g6Wz5BzSPzsGJovfRu/SFUl/+p6E/iDCmKoTsog==
dependencies:
graphql-codegen-core "0.17.0"
graphql-codegen-flow "0.17.0"
graphql-codegen-plugin-helpers "0.17.0"

graphql-codegen-flow-resolvers@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-flow-resolvers/-/graphql-codegen-flow-resolvers-0.17.0.tgz#1609ae51177ff8cdcf9695f60364709410a2050e"
integrity sha512-NsJto9ARVm1DazWy7kKlQsgiVDaA8tQzMyHUzsA2Zq1o5yN/y2QlesX5DeBvNITtPMAFSwJgSyFQchHOWNG7eg==
dependencies:
graphql-codegen-core "0.17.0"
graphql-codegen-flow "0.17.0"
graphql-codegen-plugin-helpers "0.17.0"

graphql-codegen-flow@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-flow/-/graphql-codegen-flow-0.17.0.tgz#0aede0a16dd3bb36cd6653ef3c3643d16aad78d4"
integrity sha512-AlZykOyDuIzHQXgf5fYCglpJZi4SqN1XmGXo1VsiDhcY2ISCp/WktmVKPSEiZ/6IxVrN651xmw9vtC3pQ7x/RA==
dependencies:
graphql-codegen-core "0.17.0"
graphql-codegen-plugin-helpers "0.17.0"

graphql-codegen-introspection@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-introspection/-/graphql-codegen-introspection-0.17.0.tgz#b87776a9177fc0448bad5bd288c8795af23e3eea"
integrity sha512-UYP7XvGnT6ZMR2bJ9i1QWVPInizGqeS8j9u61BZPYfyMBZz3SA5yJwfZMv+65wRrKEbnXIiuYG1a81cVpjMTcQ==

graphql-codegen-plugin-helpers@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-plugin-helpers/-/graphql-codegen-plugin-helpers-0.17.0.tgz#f65edde8a0810c457a85171d2e8bd0d29c8c7ac3"
integrity sha512-zcTvtvJqGrGTUjM9qz4vGml967uORX5yeSBc9n4du+Ah+y4TLG0GdjmEqfP7Jokwb8YpCGKivY6hXF8AZ7yPdw==
dependencies:
graphql-codegen-core "0.17.0"
import-from "2.1.0"

graphql-codegen-schema-ast@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-schema-ast/-/graphql-codegen-schema-ast-0.17.0.tgz#cd26275881cfaaf6777a2a02511206668b2c0868"
integrity sha512-dLaFSpaXMM5UB/Qpig+ME/RKdjlysNdvN4gqj+e3KWEMMd98YQQJY4wAbzZPCwL+8DM8fKvs0Rqkkk6Vga54ng==

graphql-codegen-time@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-time/-/graphql-codegen-time-0.17.0.tgz#77e1add6981f84c6055c1aeb71b08e05c86f4db0"
integrity sha512-zRqaOFq+BZ8Owa3PCFY3rvwNWNlf1LBmfmqcjYFWWIpueZWh/slSDVlFBhCu2xboRFNEYjMv27SmorRvnarv2A==
dependencies:
moment "2.24.0"

graphql-codegen-typescript-apollo-angular@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-typescript-apollo-angular/-/graphql-codegen-typescript-apollo-angular-0.17.0.tgz#c3a9825b66dba99f8a1259bd986c49d88b5f524f"
integrity sha512-e5zddWaEUxSJGJ0cByhwctLhRJ7N0c6lu/TqhmJeotXsrfNBLPGYuAaPm/K9SfyODCMjAUQSp7IiHra2biZPvw==
dependencies:
dependency-graph "0.8.0"
graphql-codegen-plugin-helpers "0.17.0"
graphql-codegen-typescript-common "0.17.0"

graphql-codegen-typescript-client@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-typescript-client/-/graphql-codegen-typescript-client-0.17.0.tgz#cafb228f6ed7b4f8d202ab58f7a162d73ead236b"
integrity sha512-SHrG1oVMKqIm4xirxZFlHdeQHpDpXJLmkPc6JNS0Mz4g14//muiP3tDlSJRtxSCcC2azRc/k+YkZ4yWFKoLDxQ==
dependencies:
graphql-codegen-core "0.17.0"
graphql-codegen-plugin-helpers "0.17.0"
graphql-codegen-typescript-common "0.17.0"

graphql-codegen-typescript-common@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-typescript-common/-/graphql-codegen-typescript-common-0.17.0.tgz#76cfeefa92ee8420f2c9a687576fd5ac3d6e14fb"
integrity sha512-tUaJB4fuHHgZa1JFroe5V4kIn69HKmKwaHEvizXhuAmJUnHGThzjnn71Ot0FMSpF6RLcMf/adDsNts/BQrUEYg==
dependencies:
change-case "3.1.0"
common-tags "1.8.0"
graphql-codegen-core "0.17.0"
graphql-codegen-plugin-helpers "0.17.0"

graphql-codegen-typescript-graphql-files-modules@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-typescript-graphql-files-modules/-/graphql-codegen-typescript-graphql-files-modules-0.17.0.tgz#887cf015ca0c13f870cf7cd5511a28240b089f89"
integrity sha512-kxb6qRg6IDW4tvN6cNLuXRCeTmPULYSEozGqURtiTekwsvejDICgtTu/2MVQBoWB9mFwZ3TjI0F2W7jYbbu2kw==

graphql-codegen-typescript-mongodb@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-typescript-mongodb/-/graphql-codegen-typescript-mongodb-0.17.0.tgz#6ee64f9f9014f087fe16e99a8a698b2095740267"
integrity sha512-6I/2uJwVURwAYIToRXaeZwdt9O+FjOffA3Gonw3KfjHCAWddXDUcQeFpBfLpct0kpJuc3CJNFUdoYC+sJOEx4g==
dependencies:
graphql-codegen-core "0.17.0"
graphql-codegen-plugin-helpers "0.17.0"
graphql-codegen-typescript-common "0.17.0"

graphql-codegen-typescript-react-apollo@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-typescript-react-apollo/-/graphql-codegen-typescript-react-apollo-0.17.0.tgz#1ea7162afaf7ea2a3cc581cff141837581948c81"
integrity sha512-xG8Rs+pu84ZHlxasjbEhQrcbJv42WXC0hlT5WNPWCgsdF3TpVKHaNepUm12gDPO13RmNuXsmn3VLa/xpn2eNrw==
dependencies:
graphql-codegen-core "0.17.0"
graphql-codegen-plugin-helpers "0.17.0"
graphql-codegen-typescript-common "0.17.0"

graphql-codegen-typescript-resolvers@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-typescript-resolvers/-/graphql-codegen-typescript-resolvers-0.17.0.tgz#b08ad97c36f742fe08acafc28f19192021873049"
integrity sha512-yFYUZ0mXNIhzBKWv1qWnDWPm9SnXR30AfAFsp2DGY6v5834NS48pLHsiHp3z+Fgv+MvANhW+tI1LeViB0Ds5jg==
dependencies:
graphql-codegen-plugin-helpers "0.17.0"
graphql-codegen-typescript-common "0.17.0"

graphql-codegen-typescript-server@0.17.0:
version "0.17.0"
resolved "https://registry.yarnpkg.com/graphql-codegen-typescript-server/-/graphql-codegen-typescript-server-0.17.0.tgz#6c6e70cfe72d73db33662469d83c3a0edcaf3178"
integrity sha512-70EqTJTJ1K8nVvhkpTdzmY4k04/OV1KsGEZeQeH7rPtVxJ2acrxlpFAJIqjQgsCPSnuZJotQfZDNAWmn4bd5nQ==
dependencies:
graphql-codegen-typescript-common "0.17.0"

graphql-config@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-2.0.1.tgz#d34a9bdf1d7360af7b01db9b20260a342ddc7390"
Expand Down Expand Up @@ -5719,6 +5901,17 @@ graphql-request@^1.5.0:
dependencies:
cross-fetch "2.2.2"

graphql-tag-pluck@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/graphql-tag-pluck/-/graphql-tag-pluck-0.5.0.tgz#81f5dee3a6ca829f205ab032336be7b107398b2e"
integrity sha512-SlsIpXKbrKIV2+QxYZ7bFPQ0DpIXFd0BEz3U+Krt8tuHYMFtElcctNDppW4EeQTrSX9H5zpStBZyfOYQjQOH1w==
dependencies:
"@babel/parser" "^7.2.0"
"@babel/traverse" "^7.1.6"
"@babel/types" "^7.2.0"
source-map-support "^0.5.9"
typescript "^3.2.2"

graphql-tag-pluck@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/graphql-tag-pluck/-/graphql-tag-pluck-0.6.0.tgz#d03ab981cd8d31e564d37f8b9bac94a523dc29dd"
Expand All @@ -5735,6 +5928,21 @@ graphql-tag@2.10.1:
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.1.tgz#10aa41f1cd8fae5373eaf11f1f67260a3cad5e02"
integrity sha512-jApXqWBzNXQ8jYa/HLkZJaVw9jgwNqZkywa2zfFn16Iv1Zb7ELNHkJaXHR7Quvd5SIGsy6Ny7SUKATgnu05uEg==

graphql-toolkit@0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/graphql-toolkit/-/graphql-toolkit-0.0.5.tgz#9e6ebe3d4b33fc329e5ee3b7775bfe7fba2f48a5"
integrity sha512-655RP1y8cn65mOa9EE/jnttczHE0lFXpOV1zYLTsE1A0b5j8RVuKWllSZBnnL2WHSAPPqLZ1oJEZV2uzSdV9VQ==
dependencies:
deepmerge "3.1.0"
glob "7.1.3"
graphql-import "0.7.1"
graphql-tag-pluck "0.5.0"
is-glob "4.0.0"
is-valid-path "0.1.1"
lodash "4.17.11"
request "2.88.0"
valid-url "1.0.9"

graphql-toolkit@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/graphql-toolkit/-/graphql-toolkit-0.2.0.tgz#91364b69911d51bc915269a37963f4ea2d5f335c"
Expand Down Expand Up @@ -7696,18 +7904,18 @@ js-tokens@^3.0.2:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=

js-yaml@3.12.2:
version "3.12.2"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.2.tgz#ef1d067c5a9d9cb65bd72f285b5d8105c77f14fc"
integrity sha512-QHn/Lh/7HhZ/Twc7vJYQTkjuCa0kaCcDcjK5Zlk2rvnUpy7DxMJ23+Jc2dcyvltwQVg1nygAVlB2oRDFHoRS5Q==
js-yaml@3.12.1, js-yaml@^3.10.0, js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
version "3.12.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe678167600"
integrity sha512-um46hB9wNOKlwkHgiuyEVAybXBjwFUV0Z/RaHJblRd9DXltue9FTYvzCr9ErQrK9Adz5MU4gHWVaNUfdmrC8qA==
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"

js-yaml@^3.10.0, js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
version "3.12.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe678167600"
integrity sha512-um46hB9wNOKlwkHgiuyEVAybXBjwFUV0Z/RaHJblRd9DXltue9FTYvzCr9ErQrK9Adz5MU4gHWVaNUfdmrC8qA==
js-yaml@3.13.1:
version "3.13.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"
Expand Down

0 comments on commit 7713bf5

Please sign in to comment.