From 5eaa169ca23428e3cb32eac880b61b64aaad9100 Mon Sep 17 00:00:00 2001 From: Fletcher91 Date: Sat, 27 Oct 2018 15:25:47 +0200 Subject: [PATCH 1/2] Build library on npm:prepare for publishing and git installs (This requires watchman to be preinstalled on the system) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f496d44..8928a6c 100755 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "compile:relay": "yarn compile:schema && relay-compiler --src ./src --schema ./src/common/gqlSchema.graphql", "compile:relayWatch": "yarn compile:relay --watch", "compile:schema": "node lib/server/graphql/updateSchema", - "build": "yarn lint && yarn flow && yarn compile && yarn compile:relay && yarn buildClient && yarn buildSsr && yarn test && yarn docs && yarn xxl", + "build": "yarn lint && yarn prepare && yarn test && yarn docs && yarn xxl", "buildSsr": "yarn build:copyPublic && yarn build:webpack -p --mode production --env.NODE_ENV=production --env.SERVER_SIDE_RENDERING=true", "buildSsrWatch": "yarn build:copyPublic && yarn build:webpack -w --mode development --env.SERVER_SIDE_RENDERING=true", "buildClient": "yarn build:copyPublic && yarn build:webpack -p --mode production --env.NODE_ENV=production", @@ -58,6 +58,7 @@ "buildAnalysisProd": "yarn build:copyPublic && yarn build:webpack -p --mode production --env.NODE_ENV=production --env.ANALYZE_BUNDLE=true", "build:copyPublic": "cp -r src/public lib", "build:webpack": "webpack --config ./src/webpackConfig.js --color --progress --display-chunks", + "prepare": "yarn compile && yarn compile:relay && yarn buildClient && yarn buildSsr", "travis": "yarn compile && yarn test", "docs": "extract-docs --template docs/templates/README.md --output README.md", "lint": "eslint src", From 8da592173c6f6ed28b66c3fd3f70a518dd7c9fd7 Mon Sep 17 00:00:00 2001 From: Fletcher91 Date: Sat, 27 Oct 2018 16:40:56 +0200 Subject: [PATCH 2/2] Upgrade graphql-linked dependencies Fixes a build issue where `rule` was not a function see https://github.com/facebook/relay/issues/2428 --- package.json | 16 +- .../__generated__/aaAppQuery.graphql.js | 560 +++--- .../adTranslator_viewer.graphql.js | 292 ++-- .../aeSettings_config.graphql.js | 56 +- .../__generated__/afDetailsQuery.graphql.js | 226 ++- .../ecTranslatorHeader_stats.graphql.js | 44 +- .../edTranslatorRow_theKey.graphql.js | 111 +- .../eeTranslation_theKey.graphql.js | 32 +- .../eeTranslation_translation.graphql.js | 40 +- .../createTranslationMutation.graphql.js | 277 ++- .../parseSrcFilesMutation.graphql.js | 509 +++--- .../updateConfigMutation.graphql.js | 264 ++- .../updateKeyMutation.graphql.js | 262 ++- .../updateTranslationMutation.graphql.js | 285 ++- .../createdTranslationSubscription.graphql.js | 454 ++--- .../parsedSrcFilesSubscription.graphql.js | 454 ++--- .../updatedConfigSubscription.graphql.js | 97 +- .../updatedKeySubscription.graphql.js | 128 +- .../updatedStatsSubscription.graphql.js | 93 +- .../updatedTranslationSubscription.graphql.js | 111 +- src/common/gqlSchema.graphql | 52 +- src/common/gqlSchema.json | 56 +- src/server/socketServer.js | 2 +- yarn.lock | 1528 ++++------------- 24 files changed, 2254 insertions(+), 3695 deletions(-) diff --git a/package.json b/package.json index 8928a6c..c3e227c 100755 --- a/package.json +++ b/package.json @@ -88,9 +88,9 @@ "express-graphql": "^0.6.12", "fs-extra": "0.30.0", "google-translate-token": "1.0.0", - "graphql": "0.10.5", - "graphql-relay": "0.5.2", - "graphql-subscriptions": "0.4.4", + "graphql": "14.0.2", + "graphql-relay": "0.5.5", + "graphql-subscriptions": "1.0.0", "isomorphic-fetch": "2.2.1", "lodash": "^4.17.11", "messageformat": "1.0.2", @@ -152,19 +152,19 @@ "react": "^16.6.0", "react-dom": "^16.6.0", "react-intl": "^2.7.2", - "react-relay": "^1.2.0", + "react-relay": "^1.6.2", "react-test-renderer": "^16.6.0", - "relay-compiler": "^1.2.0", - "relay-runtime": "^1.2.0", + "relay-compiler": "^1.6.2", + "relay-runtime": "^1.6.2", "sass-loader": "^6.0.7", "storyboard-listener-browser-extension": "^3.1.4", "storyboard-listener-ws-client": "^3.1.4", "style-loader": "^0.20.3", "tiny-cookie": "0.5.5", "tinycolor2": "1.4.1", - "webpack": "^4.22.0", + "webpack": "^4.23.1", "webpack-bundle-analyzer": "^2.11.1", - "webpack-cli": "^2.0.12", + "webpack-cli": "^3.1.2", "xxl": "^1.2.0" }, "jest": { diff --git a/src/client/components/__generated__/aaAppQuery.graphql.js b/src/client/components/__generated__/aaAppQuery.graphql.js index fc70122..15cfa3a 100755 --- a/src/client/components/__generated__/aaAppQuery.graphql.js +++ b/src/client/components/__generated__/aaAppQuery.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash b4de7a7bc03f1ca2f509d8ee8666d98b + * @relayHash dedb7599fadc5b9cd0cad8b6d91473d5 */ /* eslint-disable */ @@ -8,12 +8,22 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; +import type { ConcreteRequest } from 'relay-runtime'; +type adTranslator_viewer$ref = any; +type aeSettings_config$ref = any; +export type aaAppQueryVariables = {||}; export type aaAppQueryResponse = {| +viewer: ?{| - +id: string; - +config: {| |}; - |}; + +id: string, + +config: {| + +$fragmentRefs: aeSettings_config$ref + |}, + +$fragmentRefs: adTranslator_viewer$ref, + |} +|}; +export type aaAppQuery = {| + variables: aaAppQueryVariables, + response: aaAppQueryResponse, |}; */ @@ -136,28 +146,99 @@ fragment eeTranslation_translation on Translation { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}, +v1 = { + "kind": "ScalarField", + "alias": null, + "name": "lang", + "args": null, + "storageKey": null +}, +v2 = [ + { + "kind": "Literal", + "name": "first", + "value": 100000, + "type": "Int" + } +], +v3 = { + "kind": "ScalarField", + "alias": null, + "name": "isDeleted", + "args": null, + "storageKey": null +}, +v4 = { + "kind": "ScalarField", + "alias": null, + "name": "__typename", + "args": null, + "storageKey": null +}, +v5 = { + "kind": "ScalarField", + "alias": null, + "name": "cursor", + "args": null, + "storageKey": null +}, +v6 = { + "kind": "LinkedField", + "alias": null, + "name": "pageInfo", + "storageKey": null, + "args": null, + "concreteType": "PageInfo", + "plural": false, + "selections": [ + { + "kind": "ScalarField", + "alias": null, + "name": "endCursor", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "hasNextPage", + "args": null, + "storageKey": null + } + ] +}; +return { + "kind": "Request", + "operationKind": "query", + "name": "aaAppQuery", + "id": null, + "text": "query aaAppQuery {\n viewer {\n id\n ...adTranslator_viewer\n config {\n ...aeSettings_config\n id\n }\n }\n}\n\nfragment adTranslator_viewer on Viewer {\n id\n config {\n langs\n id\n }\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n keys(first: 100000) {\n edges {\n node {\n id\n isDeleted\n unusedSince\n context\n text\n translations(first: 100000) {\n edges {\n node {\n isDeleted\n lang\n fuzzy\n id\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...edTranslatorRow_theKey\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment aeSettings_config on Config {\n langs\n srcPaths\n srcExtensions\n msgFunctionNames\n msgRegexps\n fMinify\n fJsOutput\n fJsonOutput\n fReactIntlOutput\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n\nfragment edTranslatorRow_theKey on Key {\n id\n context\n text\n unusedSince\n ...eeTranslation_theKey\n translations(first: 100000) {\n edges {\n node {\n id\n isDeleted\n lang\n ...eeTranslation_translation\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment eeTranslation_theKey on Key {\n id\n text\n isMarkdown\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [], "kind": "Fragment", - "metadata": null, "name": "aaAppQuery", + "type": "Query", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "viewer", + "storageKey": null, "args": null, "concreteType": "Viewer", - "name": "viewer", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v0, { "kind": "FragmentSpread", "name": "adTranslator_viewer", @@ -166,9 +247,10 @@ const batch /*: ConcreteBatch*/ = { { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { @@ -176,479 +258,299 @@ const batch /*: ConcreteBatch*/ = { "name": "aeSettings_config", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Query" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "aaAppQuery", - "query": { - "argumentDefinitions": [], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "aaAppQuery", - "operation": "query", + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "viewer", + "storageKey": null, "args": null, "concreteType": "Viewer", - "name": "viewer", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v0, { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "langs", + "args": null, "storageKey": null }, + v0, { "kind": "ScalarField", "alias": null, + "name": "srcPaths", "args": null, - "name": "id", "storageKey": null }, { - "kind": "InlineFragment", - "type": "Config", - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "srcPaths", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "srcExtensions", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "msgFunctionNames", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "msgRegexps", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "fMinify", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "fJsOutput", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "fJsonOutput", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "fReactIntlOutput", - "storageKey": null - } - ] + "kind": "ScalarField", + "alias": null, + "name": "srcExtensions", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "msgFunctionNames", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "msgRegexps", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "fMinify", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "fJsOutput", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "fJsonOutput", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "fReactIntlOutput", + "args": null, + "storageKey": null } - ], - "storageKey": null + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, + "name": "numTotalKeys", "args": null, - "name": "id", "storageKey": null }, { - "kind": "InlineFragment", - "type": "Stats", + "kind": "ScalarField", + "alias": null, + "name": "numUsedKeys", + "args": null, + "storageKey": null + }, + { + "kind": "LinkedField", + "alias": null, + "name": "numTranslations", + "storageKey": null, + "args": null, + "concreteType": "StatsForLang", + "plural": true, "selections": [ + v1, { "kind": "ScalarField", "alias": null, + "name": "value", "args": null, - "name": "numTotalKeys", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "numUsedKeys", - "storageKey": null - }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "StatsForLang", - "name": "numTranslations", - "plural": true, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "value", - "storageKey": null - } - ], "storageKey": null } ] - } - ], - "storageKey": null + }, + v0 + ] }, { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "concreteType": "KeyConnection", "name": "keys", + "storageKey": "keys(first:100000)", + "args": v2, + "concreteType": "KeyConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "KeyEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Key", - "name": "node", "plural": false, "selections": [ + v0, + v3, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "unusedSince", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "context", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "text", + "args": null, "storageKey": null }, { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "concreteType": "TranslationConnection", "name": "translations", + "storageKey": "translations(first:100000)", + "args": v2, + "concreteType": "TranslationConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "TranslationEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "node", "plural": false, "selections": [ + v3, + v1, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "fuzzy", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "id", "storageKey": null }, + v0, + v4, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "__typename", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "translation", + "args": null, "storageKey": null } - ], - "storageKey": null + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v5 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "translations{\"first\":100000}" + v6 + ] }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "translations", + "args": v2, + "handle": "connection", "key": "Translator_viewer_translations", "filters": null }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "translations", + "args": v2, + "handle": "connection", "key": "TranslatorRow_theKey_translations", "filters": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "isMarkdown", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "__typename", "storageKey": null - } - ], - "storageKey": null + }, + v4 + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v5 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "keys{\"first\":100000}" + v6 + ] }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "keys", + "args": v2, + "handle": "connection", "key": "Translator_viewer_keys", "filters": null } - ], - "storageKey": null + ] } ] - }, - "text": "query aaAppQuery {\n viewer {\n id\n ...adTranslator_viewer\n config {\n ...aeSettings_config\n id\n }\n }\n}\n\nfragment adTranslator_viewer on Viewer {\n id\n config {\n langs\n id\n }\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n keys(first: 100000) {\n edges {\n node {\n id\n isDeleted\n unusedSince\n context\n text\n translations(first: 100000) {\n edges {\n node {\n isDeleted\n lang\n fuzzy\n id\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...edTranslatorRow_theKey\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment aeSettings_config on Config {\n langs\n srcPaths\n srcExtensions\n msgFunctionNames\n msgRegexps\n fMinify\n fJsOutput\n fJsonOutput\n fReactIntlOutput\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n\nfragment edTranslatorRow_theKey on Key {\n id\n context\n text\n unusedSince\n ...eeTranslation_theKey\n translations(first: 100000) {\n edges {\n node {\n id\n isDeleted\n lang\n ...eeTranslation_translation\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment eeTranslation_theKey on Key {\n id\n text\n isMarkdown\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '33949c3d1785385950427ebc2be43e3e'; +module.exports = node; diff --git a/src/client/components/__generated__/adTranslator_viewer.graphql.js b/src/client/components/__generated__/adTranslator_viewer.graphql.js index 43f11d6..d7ec4b9 100755 --- a/src/client/components/__generated__/adTranslator_viewer.graphql.js +++ b/src/client/components/__generated__/adTranslator_viewer.graphql.js @@ -7,40 +7,103 @@ 'use strict'; /*:: -import type {ConcreteFragment} from 'relay-runtime'; +import type { ConcreteFragment } from 'relay-runtime'; +type ecTranslatorHeader_stats$ref = any; +type edTranslatorRow_theKey$ref = any; +import type { FragmentReference } from "relay-runtime"; +declare export opaque type adTranslator_viewer$ref: FragmentReference; export type adTranslator_viewer = {| - +id: string; + +id: string, +config: {| - +langs: $ReadOnlyArray; - |}; - +stats: {| |}; + +langs: $ReadOnlyArray + |}, + +stats: {| + +$fragmentRefs: ecTranslatorHeader_stats$ref + |}, +keys: ?{| +edges: ?$ReadOnlyArray; - |}; - |}; - |}>; - |}; + +isDeleted: ?boolean, + +lang: string, + +fuzzy: ?boolean, + |} + |}> + |}, + +$fragmentRefs: edTranslatorRow_theKey$ref, + |} + |}> + |}, + +$refType: adTranslator_viewer$ref, |}; */ -const fragment /*: ConcreteFragment*/ = { - "argumentDefinitions": [], +const node/*: ConcreteFragment*/ = (function(){ +var v0 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}, +v1 = { + "kind": "ScalarField", + "alias": null, + "name": "isDeleted", + "args": null, + "storageKey": null +}, +v2 = { + "kind": "ScalarField", + "alias": null, + "name": "__typename", + "args": null, + "storageKey": null +}, +v3 = { + "kind": "ScalarField", + "alias": null, + "name": "cursor", + "args": null, + "storageKey": null +}, +v4 = { + "kind": "LinkedField", + "alias": null, + "name": "pageInfo", + "storageKey": null, + "args": null, + "concreteType": "PageInfo", + "plural": false, + "selections": [ + { + "kind": "ScalarField", + "alias": null, + "name": "endCursor", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "hasNextPage", + "args": null, + "storageKey": null + } + ] +}; +return { "kind": "Fragment", + "name": "adTranslator_viewer", + "type": "Viewer", "metadata": { "connection": [ { @@ -59,39 +122,34 @@ const fragment /*: ConcreteFragment*/ = { } ] }, - "name": "adTranslator_viewer", + "argumentDefinitions": [], "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v0, { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "langs", + "args": null, "storageKey": null } - ], - "storageKey": null + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ { @@ -99,216 +157,126 @@ const fragment /*: ConcreteFragment*/ = { "name": "ecTranslatorHeader_stats", "args": null } - ], - "storageKey": null + ] }, { "kind": "LinkedField", "alias": "keys", + "name": "__Translator_viewer_keys_connection", + "storageKey": null, "args": null, "concreteType": "KeyConnection", - "name": "__Translator_viewer_keys_connection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "KeyEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Key", - "name": "node", "plural": false, "selections": [ + v0, + v1, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "unusedSince", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "context", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "text", + "args": null, "storageKey": null }, { "kind": "LinkedField", "alias": "translations", + "name": "__Translator_viewer_translations_connection", + "storageKey": null, "args": null, "concreteType": "TranslationConnection", - "name": "__Translator_viewer_translations_connection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "TranslationEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "node", "plural": false, "selections": [ + v1, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "fuzzy", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "fuzzy", "args": null, - "name": "__typename", "storageKey": null - } - ], - "storageKey": null + }, + v2 + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v3 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": null + v4 + ] }, { "kind": "FragmentSpread", "name": "edTranslatorRow_theKey", "args": null }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "__typename", - "storageKey": null - } - ], - "storageKey": null + v2 + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v3 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": null + v4 + ] } - ], - "type": "Viewer" + ] }; - -module.exports = fragment; +})(); +// prettier-ignore +(node/*: any*/).hash = 'cebc4227005f0f874ab4e0e08258e698'; +module.exports = node; diff --git a/src/client/components/__generated__/aeSettings_config.graphql.js b/src/client/components/__generated__/aeSettings_config.graphql.js index 978310d..14fa466 100644 --- a/src/client/components/__generated__/aeSettings_config.graphql.js +++ b/src/client/components/__generated__/aeSettings_config.graphql.js @@ -7,92 +7,96 @@ 'use strict'; /*:: -import type {ConcreteFragment} from 'relay-runtime'; +import type { ConcreteFragment } from 'relay-runtime'; +import type { FragmentReference } from "relay-runtime"; +declare export opaque type aeSettings_config$ref: FragmentReference; export type aeSettings_config = {| - +langs: $ReadOnlyArray; - +srcPaths: $ReadOnlyArray; - +srcExtensions: $ReadOnlyArray; - +msgFunctionNames: $ReadOnlyArray; - +msgRegexps: $ReadOnlyArray; - +fMinify: boolean; - +fJsOutput: boolean; - +fJsonOutput: boolean; - +fReactIntlOutput: boolean; + +langs: $ReadOnlyArray, + +srcPaths: $ReadOnlyArray, + +srcExtensions: $ReadOnlyArray, + +msgFunctionNames: $ReadOnlyArray, + +msgRegexps: $ReadOnlyArray, + +fMinify: boolean, + +fJsOutput: boolean, + +fJsonOutput: boolean, + +fReactIntlOutput: boolean, + +$refType: aeSettings_config$ref, |}; */ -const fragment /*: ConcreteFragment*/ = { - "argumentDefinitions": [], +const node/*: ConcreteFragment*/ = { "kind": "Fragment", - "metadata": null, "name": "aeSettings_config", + "type": "Config", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "langs", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "srcPaths", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "srcExtensions", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "msgFunctionNames", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "msgRegexps", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fMinify", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fJsOutput", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fJsonOutput", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fReactIntlOutput", + "args": null, "storageKey": null } - ], - "type": "Config" + ] }; - -module.exports = fragment; +// prettier-ignore +(node/*: any*/).hash = '32053060599988d5e9306e41e3a6a7b2'; +module.exports = node; diff --git a/src/client/components/__generated__/afDetailsQuery.graphql.js b/src/client/components/__generated__/afDetailsQuery.graphql.js index c3d65e9..81c548a 100755 --- a/src/client/components/__generated__/afDetailsQuery.graphql.js +++ b/src/client/components/__generated__/afDetailsQuery.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 23145775cd965de63a31f4651a934ab7 + * @relayHash 0f005d08a494992b93003fd68def8e4d */ /* eslint-disable */ @@ -8,14 +8,21 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; +import type { ConcreteRequest } from 'relay-runtime'; +export type afDetailsQueryVariables = {| + selectedKeyId: string +|}; export type afDetailsQueryResponse = {| +node: ?{| - +firstUsed?: string; - +unusedSince?: ?string; - +description?: ?string; - +sources?: $ReadOnlyArray; - |}; + +firstUsed?: string, + +unusedSince?: ?string, + +description?: ?string, + +sources?: $ReadOnlyArray, + |} +|}; +export type afDetailsQuery = {| + variables: afDetailsQueryVariables, + response: afDetailsQueryResponse, |}; */ @@ -37,161 +44,120 @@ query afDetailsQuery( } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = [ + { + "kind": "LocalArgument", + "name": "selectedKeyId", + "type": "ID!", + "defaultValue": null + } +], +v1 = [ + { + "kind": "Variable", + "name": "id", + "variableName": "selectedKeyId", + "type": "ID!" + } +], +v2 = { + "kind": "InlineFragment", + "type": "Key", + "selections": [ + { + "kind": "ScalarField", + "alias": null, + "name": "firstUsed", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "unusedSince", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "description", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "sources", + "args": null, + "storageKey": null + } + ] +}; +return { + "kind": "Request", + "operationKind": "query", + "name": "afDetailsQuery", + "id": null, + "text": "query afDetailsQuery(\n $selectedKeyId: ID!\n) {\n node(id: $selectedKeyId) {\n __typename\n ... on Key {\n firstUsed\n unusedSince\n description\n sources\n }\n id\n }\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "selectedKeyId", - "type": "ID!", - "defaultValue": null - } - ], "kind": "Fragment", - "metadata": null, "name": "afDetailsQuery", + "type": "Query", + "metadata": null, + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "id", - "variableName": "selectedKeyId", - "type": "ID!" - } - ], - "concreteType": null, "name": "node", + "storageKey": null, + "args": v1, + "concreteType": null, "plural": false, "selections": [ - { - "kind": "InlineFragment", - "type": "Key", - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "firstUsed", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "unusedSince", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "description", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "sources", - "storageKey": null - } - ] - } - ], - "storageKey": null + v2 + ] } - ], - "type": "Query" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "afDetailsQuery", - "query": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "selectedKeyId", - "type": "ID!", - "defaultValue": null - } - ], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "afDetailsQuery", - "operation": "query", + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "id", - "variableName": "selectedKeyId", - "type": "ID!" - } - ], - "concreteType": null, "name": "node", + "storageKey": null, + "args": v1, + "concreteType": null, "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "__typename", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "id", + "args": null, "storageKey": null }, - { - "kind": "InlineFragment", - "type": "Key", - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "firstUsed", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "unusedSince", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "description", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "sources", - "storageKey": null - } - ] - } - ], - "storageKey": null + v2 + ] } ] - }, - "text": "query afDetailsQuery(\n $selectedKeyId: ID!\n) {\n node(id: $selectedKeyId) {\n __typename\n ... on Key {\n firstUsed\n unusedSince\n description\n sources\n }\n id\n }\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '8fcfa9182120be66deebc768ad9d28f3'; +module.exports = node; diff --git a/src/client/components/__generated__/ecTranslatorHeader_stats.graphql.js b/src/client/components/__generated__/ecTranslatorHeader_stats.graphql.js index a682cc0..cd7da14 100644 --- a/src/client/components/__generated__/ecTranslatorHeader_stats.graphql.js +++ b/src/client/components/__generated__/ecTranslatorHeader_stats.graphql.js @@ -7,65 +7,69 @@ 'use strict'; /*:: -import type {ConcreteFragment} from 'relay-runtime'; +import type { ConcreteFragment } from 'relay-runtime'; +import type { FragmentReference } from "relay-runtime"; +declare export opaque type ecTranslatorHeader_stats$ref: FragmentReference; export type ecTranslatorHeader_stats = {| - +numTotalKeys: number; - +numUsedKeys: number; + +numTotalKeys: number, + +numUsedKeys: number, +numTranslations: ?$ReadOnlyArray; + +lang: string, + +value: number, + |}>, + +$refType: ecTranslatorHeader_stats$ref, |}; */ -const fragment /*: ConcreteFragment*/ = { - "argumentDefinitions": [], +const node/*: ConcreteFragment*/ = { "kind": "Fragment", - "metadata": null, "name": "ecTranslatorHeader_stats", + "type": "Stats", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "numTotalKeys", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "numUsedKeys", + "args": null, "storageKey": null }, { "kind": "LinkedField", "alias": null, + "name": "numTranslations", + "storageKey": null, "args": null, "concreteType": "StatsForLang", - "name": "numTranslations", "plural": true, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "lang", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "value", + "args": null, "storageKey": null } - ], - "storageKey": null + ] } - ], - "type": "Stats" + ] }; - -module.exports = fragment; +// prettier-ignore +(node/*: any*/).hash = 'd26fe4a27153078d1dafba509f76c862'; +module.exports = node; diff --git a/src/client/components/__generated__/edTranslatorRow_theKey.graphql.js b/src/client/components/__generated__/edTranslatorRow_theKey.graphql.js index c5b6c44..6343670 100755 --- a/src/client/components/__generated__/edTranslatorRow_theKey.graphql.js +++ b/src/client/components/__generated__/edTranslatorRow_theKey.graphql.js @@ -7,28 +7,44 @@ 'use strict'; /*:: -import type {ConcreteFragment} from 'relay-runtime'; +import type { ConcreteFragment } from 'relay-runtime'; +type eeTranslation_theKey$ref = any; +type eeTranslation_translation$ref = any; +import type { FragmentReference } from "relay-runtime"; +declare export opaque type edTranslatorRow_theKey$ref: FragmentReference; export type edTranslatorRow_theKey = {| - +id: string; - +context: ?string; - +text: string; - +unusedSince: ?string; + +id: string, + +context: ?string, + +text: string, + +unusedSince: ?string, +translations: ?{| +edges: ?$ReadOnlyArray; - |}; + +id: string, + +isDeleted: ?boolean, + +lang: string, + +$fragmentRefs: eeTranslation_translation$ref, + |} + |}> + |}, + +$fragmentRefs: eeTranslation_theKey$ref, + +$refType: edTranslatorRow_theKey$ref, |}; */ -const fragment /*: ConcreteFragment*/ = { - "argumentDefinitions": [], +const node/*: ConcreteFragment*/ = (function(){ +var v0 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}; +return { "kind": "Fragment", + "name": "edTranslatorRow_theKey", + "type": "Key", "metadata": { "connection": [ { @@ -41,34 +57,28 @@ const fragment /*: ConcreteFragment*/ = { } ] }, - "name": "edTranslatorRow_theKey", + "argumentDefinitions": [], "selections": [ + v0, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "context", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "text", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "unusedSince", + "args": null, "storageKey": null }, { @@ -79,46 +89,43 @@ const fragment /*: ConcreteFragment*/ = { { "kind": "LinkedField", "alias": "translations", + "name": "__TranslatorRow_theKey_translations_connection", + "storageKey": null, "args": null, "concreteType": "TranslationConnection", - "name": "__TranslatorRow_theKey_translations_connection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "TranslationEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "node", "plural": false, "selections": [ + v0, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "isDeleted", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "lang", + "args": null, "storageKey": null }, { @@ -129,53 +136,51 @@ const fragment /*: ConcreteFragment*/ = { { "kind": "ScalarField", "alias": null, - "args": null, "name": "__typename", + "args": null, "storageKey": null } - ], - "storageKey": null + ] }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "cursor", + "args": null, "storageKey": null } - ], - "storageKey": null + ] }, { "kind": "LinkedField", "alias": null, + "name": "pageInfo", + "storageKey": null, "args": null, "concreteType": "PageInfo", - "name": "pageInfo", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "endCursor", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "hasNextPage", + "args": null, "storageKey": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Key" + ] }; - -module.exports = fragment; +})(); +// prettier-ignore +(node/*: any*/).hash = 'de3313895a1934cc4871d4b070e035f5'; +module.exports = node; diff --git a/src/client/components/__generated__/eeTranslation_theKey.graphql.js b/src/client/components/__generated__/eeTranslation_theKey.graphql.js index 7a2d1cf..caad172 100755 --- a/src/client/components/__generated__/eeTranslation_theKey.graphql.js +++ b/src/client/components/__generated__/eeTranslation_theKey.graphql.js @@ -7,44 +7,48 @@ 'use strict'; /*:: -import type {ConcreteFragment} from 'relay-runtime'; +import type { ConcreteFragment } from 'relay-runtime'; +import type { FragmentReference } from "relay-runtime"; +declare export opaque type eeTranslation_theKey$ref: FragmentReference; export type eeTranslation_theKey = {| - +id: string; - +text: string; - +isMarkdown: ?boolean; + +id: string, + +text: string, + +isMarkdown: ?boolean, + +$refType: eeTranslation_theKey$ref, |}; */ -const fragment /*: ConcreteFragment*/ = { - "argumentDefinitions": [], +const node/*: ConcreteFragment*/ = { "kind": "Fragment", - "metadata": null, "name": "eeTranslation_theKey", + "type": "Key", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "id", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "text", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "isMarkdown", + "args": null, "storageKey": null } - ], - "type": "Key" + ] }; - -module.exports = fragment; +// prettier-ignore +(node/*: any*/).hash = 'a5f68163e2c7619f3b1509d0e9873f2a'; +module.exports = node; diff --git a/src/client/components/__generated__/eeTranslation_translation.graphql.js b/src/client/components/__generated__/eeTranslation_translation.graphql.js index df596aa..c0c0ed7 100755 --- a/src/client/components/__generated__/eeTranslation_translation.graphql.js +++ b/src/client/components/__generated__/eeTranslation_translation.graphql.js @@ -7,60 +7,64 @@ 'use strict'; /*:: -import type {ConcreteFragment} from 'relay-runtime'; +import type { ConcreteFragment } from 'relay-runtime'; +import type { FragmentReference } from "relay-runtime"; +declare export opaque type eeTranslation_translation$ref: FragmentReference; export type eeTranslation_translation = {| - +id: string; - +isDeleted: ?boolean; - +lang: string; - +translation: string; - +fuzzy: ?boolean; + +id: string, + +isDeleted: ?boolean, + +lang: string, + +translation: string, + +fuzzy: ?boolean, + +$refType: eeTranslation_translation$ref, |}; */ -const fragment /*: ConcreteFragment*/ = { - "argumentDefinitions": [], +const node/*: ConcreteFragment*/ = { "kind": "Fragment", - "metadata": null, "name": "eeTranslation_translation", + "type": "Translation", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "id", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "isDeleted", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "lang", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "translation", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fuzzy", + "args": null, "storageKey": null } - ], - "type": "Translation" + ] }; - -module.exports = fragment; +// prettier-ignore +(node/*: any*/).hash = 'b75d9fcbe92f5857e56f812d8a233c59'; +module.exports = node; diff --git a/src/client/mutations/__generated__/createTranslationMutation.graphql.js b/src/client/mutations/__generated__/createTranslationMutation.graphql.js index ba72b70..970a7ec 100644 --- a/src/client/mutations/__generated__/createTranslationMutation.graphql.js +++ b/src/client/mutations/__generated__/createTranslationMutation.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 95e292f09978970967ad9f2bbf705d49 + * @relayHash a3288261f9371fa660c786fc5f7d4ca7 */ /* eslint-disable */ @@ -8,30 +8,40 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; +import type { ConcreteRequest } from 'relay-runtime'; +type ecTranslatorHeader_stats$ref = any; +type eeTranslation_translation$ref = any; +export type CreateTranslationInKeyTranslationsInput = { + attrs?: ?TranslationCreate, + parentId: string, + storyId?: ?string, + clientMutationId?: ?string, +}; +export type TranslationCreate = { + lang: string, + translation: string, + fuzzy?: ?boolean, + keyId: string, +}; export type createTranslationMutationVariables = {| - input: { - attrs?: ?{ - lang: string; - translation: string; - fuzzy?: ?boolean; - keyId: string; - }; - parentId: string; - storyId?: ?string; - clientMutationId?: ?string; - }; + input: CreateTranslationInKeyTranslationsInput |}; - export type createTranslationMutationResponse = {| +createTranslationInKeyTranslations: ?{| +createdTranslationEdge: ?{| - +node: ?{| |}; - |}; + +node: ?{| + +$fragmentRefs: eeTranslation_translation$ref + |} + |}, +stats: {| - +id: string; - |}; - |}; + +id: string, + +$fragmentRefs: ecTranslatorHeader_stats$ref, + |}, + |} +|}; +export type createTranslationMutation = {| + variables: createTranslationMutationVariables, + response: createTranslationMutationResponse, |}; */ @@ -72,49 +82,76 @@ fragment ecTranslatorHeader_stats on Stats { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = [ + { + "kind": "LocalArgument", + "name": "input", + "type": "CreateTranslationInKeyTranslationsInput!", + "defaultValue": null + } +], +v1 = [ + { + "kind": "Variable", + "name": "input", + "variableName": "input", + "type": "CreateTranslationInKeyTranslationsInput!" + } +], +v2 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}, +v3 = { + "kind": "ScalarField", + "alias": null, + "name": "lang", + "args": null, + "storageKey": null +}; +return { + "kind": "Request", + "operationKind": "mutation", + "name": "createTranslationMutation", + "id": null, + "text": "mutation createTranslationMutation(\n $input: CreateTranslationInKeyTranslationsInput!\n) {\n createTranslationInKeyTranslations(input: $input) {\n createdTranslationEdge {\n node {\n ...eeTranslation_translation\n id\n }\n }\n stats {\n id\n ...ecTranslatorHeader_stats\n }\n }\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "CreateTranslationInKeyTranslationsInput!", - "defaultValue": null - } - ], "kind": "Fragment", - "metadata": null, "name": "createTranslationMutation", + "type": "Mutation", + "metadata": null, + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "CreateTranslationInKeyTranslationsInput!" - } - ], - "concreteType": "CreateTranslationInKeyTranslationsPayload", "name": "createTranslationInKeyTranslations", + "storageKey": null, + "args": v1, + "concreteType": "CreateTranslationInKeyTranslationsPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "createdTranslationEdge", + "storageKey": null, "args": null, "concreteType": "TranslationEdge", - "name": "createdTranslationEdge", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "node", "plural": false, "selections": [ { @@ -122,199 +159,141 @@ const batch /*: ConcreteBatch*/ = { "name": "eeTranslation_translation", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v2, { "kind": "FragmentSpread", "name": "ecTranslatorHeader_stats", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Mutation" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "createTranslationMutation", - "query": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "CreateTranslationInKeyTranslationsInput!", - "defaultValue": null - } - ], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "createTranslationMutation", - "operation": "mutation", + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "CreateTranslationInKeyTranslationsInput!" - } - ], - "concreteType": "CreateTranslationInKeyTranslationsPayload", "name": "createTranslationInKeyTranslations", + "storageKey": null, + "args": v1, + "concreteType": "CreateTranslationInKeyTranslationsPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "createdTranslationEdge", + "storageKey": null, "args": null, "concreteType": "TranslationEdge", - "name": "createdTranslationEdge", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "node", "plural": false, "selections": [ + v2, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "lang", "storageKey": null }, + v3, { "kind": "ScalarField", "alias": null, - "args": null, "name": "translation", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fuzzy", + "args": null, "storageKey": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ + v2, + { + "kind": "ScalarField", + "alias": null, + "name": "numTotalKeys", + "args": null, + "storageKey": null + }, { "kind": "ScalarField", "alias": null, + "name": "numUsedKeys", "args": null, - "name": "id", "storageKey": null }, { - "kind": "InlineFragment", - "type": "Stats", + "kind": "LinkedField", + "alias": null, + "name": "numTranslations", + "storageKey": null, + "args": null, + "concreteType": "StatsForLang", + "plural": true, "selections": [ + v3, { "kind": "ScalarField", "alias": null, + "name": "value", "args": null, - "name": "numTotalKeys", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "numUsedKeys", - "storageKey": null - }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "StatsForLang", - "name": "numTranslations", - "plural": true, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "value", - "storageKey": null - } - ], "storageKey": null } ] } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "mutation createTranslationMutation(\n $input: CreateTranslationInKeyTranslationsInput!\n) {\n createTranslationInKeyTranslations(input: $input) {\n createdTranslationEdge {\n node {\n ...eeTranslation_translation\n id\n }\n }\n stats {\n id\n ...ecTranslatorHeader_stats\n }\n }\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '870633cd642f1bbe060f026e76600847'; +module.exports = node; diff --git a/src/client/mutations/__generated__/parseSrcFilesMutation.graphql.js b/src/client/mutations/__generated__/parseSrcFilesMutation.graphql.js index ed18bc8..a975137 100644 --- a/src/client/mutations/__generated__/parseSrcFilesMutation.graphql.js +++ b/src/client/mutations/__generated__/parseSrcFilesMutation.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 0a6cbafc94e6b02482cef50990c50d73 + * @relayHash 910b0e21b48021827ecf92dadfb361e9 */ /* eslint-disable */ @@ -8,18 +8,25 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; +import type { ConcreteRequest } from 'relay-runtime'; +type adTranslator_viewer$ref = any; +export type ParseSrcFilesInput = { + storyId?: ?string, + clientMutationId?: ?string, +}; export type parseSrcFilesMutationVariables = {| - input: { - storyId?: ?string; - clientMutationId?: ?string; - }; + input: ParseSrcFilesInput |}; - export type parseSrcFilesMutationResponse = {| +parseSrcFiles: ?{| - +viewer: ?{| |}; - |}; + +viewer: ?{| + +$fragmentRefs: adTranslator_viewer$ref + |} + |} +|}; +export type parseSrcFilesMutation = {| + variables: parseSrcFilesMutationVariables, + response: parseSrcFilesMutationResponse, |}; */ @@ -130,41 +137,121 @@ fragment eeTranslation_translation on Translation { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = [ + { + "kind": "LocalArgument", + "name": "input", + "type": "ParseSrcFilesInput!", + "defaultValue": null + } +], +v1 = [ + { + "kind": "Variable", + "name": "input", + "variableName": "input", + "type": "ParseSrcFilesInput!" + } +], +v2 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}, +v3 = { + "kind": "ScalarField", + "alias": null, + "name": "lang", + "args": null, + "storageKey": null +}, +v4 = [ + { + "kind": "Literal", + "name": "first", + "value": 100000, + "type": "Int" + } +], +v5 = { + "kind": "ScalarField", + "alias": null, + "name": "isDeleted", + "args": null, + "storageKey": null +}, +v6 = { + "kind": "ScalarField", + "alias": null, + "name": "__typename", + "args": null, + "storageKey": null +}, +v7 = { + "kind": "ScalarField", + "alias": null, + "name": "cursor", + "args": null, + "storageKey": null +}, +v8 = { + "kind": "LinkedField", + "alias": null, + "name": "pageInfo", + "storageKey": null, + "args": null, + "concreteType": "PageInfo", + "plural": false, + "selections": [ + { + "kind": "ScalarField", + "alias": null, + "name": "endCursor", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "hasNextPage", + "args": null, + "storageKey": null + } + ] +}; +return { + "kind": "Request", + "operationKind": "mutation", + "name": "parseSrcFilesMutation", + "id": null, + "text": "mutation parseSrcFilesMutation(\n $input: ParseSrcFilesInput!\n) {\n parseSrcFiles(input: $input) {\n viewer {\n ...adTranslator_viewer\n id\n }\n }\n}\n\nfragment adTranslator_viewer on Viewer {\n id\n config {\n langs\n id\n }\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n keys(first: 100000) {\n edges {\n node {\n id\n isDeleted\n unusedSince\n context\n text\n translations(first: 100000) {\n edges {\n node {\n isDeleted\n lang\n fuzzy\n id\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...edTranslatorRow_theKey\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n\nfragment edTranslatorRow_theKey on Key {\n id\n context\n text\n unusedSince\n ...eeTranslation_theKey\n translations(first: 100000) {\n edges {\n node {\n id\n isDeleted\n lang\n ...eeTranslation_translation\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment eeTranslation_theKey on Key {\n id\n text\n isMarkdown\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "ParseSrcFilesInput!", - "defaultValue": null - } - ], "kind": "Fragment", - "metadata": null, "name": "parseSrcFilesMutation", + "type": "Mutation", + "metadata": null, + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "ParseSrcFilesInput!" - } - ], - "concreteType": "ParseSrcFilesPayload", "name": "parseSrcFiles", + "storageKey": null, + "args": v1, + "concreteType": "ParseSrcFilesPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "viewer", + "storageKey": null, "args": null, "concreteType": "Viewer", - "name": "viewer", "plural": false, "selections": [ { @@ -172,442 +259,254 @@ const batch /*: ConcreteBatch*/ = { "name": "adTranslator_viewer", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Mutation" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "parseSrcFilesMutation", - "query": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "ParseSrcFilesInput!", - "defaultValue": null - } - ], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "parseSrcFilesMutation", - "operation": "mutation", + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "ParseSrcFilesInput!" - } - ], - "concreteType": "ParseSrcFilesPayload", "name": "parseSrcFiles", + "storageKey": null, + "args": v1, + "concreteType": "ParseSrcFilesPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "viewer", + "storageKey": null, "args": null, "concreteType": "Viewer", - "name": "viewer", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v2, { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "langs", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "id", "storageKey": null - } - ], - "storageKey": null + }, + v2 + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, + "name": "numTotalKeys", "args": null, - "name": "id", "storageKey": null }, { - "kind": "InlineFragment", - "type": "Stats", + "kind": "ScalarField", + "alias": null, + "name": "numUsedKeys", + "args": null, + "storageKey": null + }, + { + "kind": "LinkedField", + "alias": null, + "name": "numTranslations", + "storageKey": null, + "args": null, + "concreteType": "StatsForLang", + "plural": true, "selections": [ + v3, { "kind": "ScalarField", "alias": null, + "name": "value", "args": null, - "name": "numTotalKeys", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "numUsedKeys", - "storageKey": null - }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "StatsForLang", - "name": "numTranslations", - "plural": true, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "value", - "storageKey": null - } - ], "storageKey": null } ] - } - ], - "storageKey": null + }, + v2 + ] }, { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "concreteType": "KeyConnection", "name": "keys", + "storageKey": "keys(first:100000)", + "args": v4, + "concreteType": "KeyConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "KeyEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Key", - "name": "node", "plural": false, "selections": [ + v2, + v5, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "unusedSince", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "context", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "text", + "args": null, "storageKey": null }, { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "concreteType": "TranslationConnection", "name": "translations", + "storageKey": "translations(first:100000)", + "args": v4, + "concreteType": "TranslationConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "TranslationEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "node", "plural": false, "selections": [ + v5, + v3, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "fuzzy", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "id", "storageKey": null }, + v2, + v6, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "__typename", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "translation", + "args": null, "storageKey": null } - ], - "storageKey": null + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v7 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "translations{\"first\":100000}" + v8 + ] }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "translations", + "args": v4, + "handle": "connection", "key": "Translator_viewer_translations", "filters": null }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "translations", + "args": v4, + "handle": "connection", "key": "TranslatorRow_theKey_translations", "filters": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "isMarkdown", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "__typename", "storageKey": null - } - ], - "storageKey": null + }, + v6 + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v7 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "keys{\"first\":100000}" + v8 + ] }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "keys", + "args": v4, + "handle": "connection", "key": "Translator_viewer_keys", "filters": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "mutation parseSrcFilesMutation(\n $input: ParseSrcFilesInput!\n) {\n parseSrcFiles(input: $input) {\n viewer {\n ...adTranslator_viewer\n id\n }\n }\n}\n\nfragment adTranslator_viewer on Viewer {\n id\n config {\n langs\n id\n }\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n keys(first: 100000) {\n edges {\n node {\n id\n isDeleted\n unusedSince\n context\n text\n translations(first: 100000) {\n edges {\n node {\n isDeleted\n lang\n fuzzy\n id\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...edTranslatorRow_theKey\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n\nfragment edTranslatorRow_theKey on Key {\n id\n context\n text\n unusedSince\n ...eeTranslation_theKey\n translations(first: 100000) {\n edges {\n node {\n id\n isDeleted\n lang\n ...eeTranslation_translation\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment eeTranslation_theKey on Key {\n id\n text\n isMarkdown\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '2f77ba666849bd233d96de720007bf05'; +module.exports = node; diff --git a/src/client/mutations/__generated__/updateConfigMutation.graphql.js b/src/client/mutations/__generated__/updateConfigMutation.graphql.js index ac50660..74a8183 100644 --- a/src/client/mutations/__generated__/updateConfigMutation.graphql.js +++ b/src/client/mutations/__generated__/updateConfigMutation.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 7431e97408ea80e005b52c6c3ffaabdd + * @relayHash 7c8a8cf9d39a66fd60b4621893022636 */ /* eslint-disable */ @@ -8,32 +8,42 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; +import type { ConcreteRequest } from 'relay-runtime'; +type aeSettings_config$ref = any; +type ecTranslatorHeader_stats$ref = any; +export type UpdateConfigInput = { + attrs?: ?ConfigUpdate, + storyId?: ?string, + clientMutationId?: ?string, +}; +export type ConfigUpdate = { + srcPaths?: ?$ReadOnlyArray, + srcExtensions?: ?$ReadOnlyArray, + langs?: ?$ReadOnlyArray, + msgFunctionNames?: ?$ReadOnlyArray, + msgRegexps?: ?$ReadOnlyArray, + fMinify?: ?boolean, + fJsOutput?: ?boolean, + fJsonOutput?: ?boolean, + fReactIntlOutput?: ?boolean, +}; export type updateConfigMutationVariables = {| - input: { - attrs?: ?{ - srcPaths?: ?$ReadOnlyArray; - srcExtensions?: ?$ReadOnlyArray; - langs?: ?$ReadOnlyArray; - msgFunctionNames?: ?$ReadOnlyArray; - msgRegexps?: ?$ReadOnlyArray; - fMinify?: ?boolean; - fJsOutput?: ?boolean; - fJsonOutput?: ?boolean; - fReactIntlOutput?: ?boolean; - }; - storyId?: ?string; - clientMutationId?: ?string; - }; + input: UpdateConfigInput |}; - export type updateConfigMutationResponse = {| +updateConfig: ?{| - +config: ?{| |}; + +config: ?{| + +$fragmentRefs: aeSettings_config$ref + |}, +stats: {| - +id: string; - |}; - |}; + +id: string, + +$fragmentRefs: ecTranslatorHeader_stats$ref, + |}, + |} +|}; +export type updateConfigMutation = {| + variables: updateConfigMutationVariables, + response: updateConfigMutationResponse, |}; */ @@ -76,41 +86,60 @@ fragment ecTranslatorHeader_stats on Stats { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = [ + { + "kind": "LocalArgument", + "name": "input", + "type": "UpdateConfigInput!", + "defaultValue": null + } +], +v1 = [ + { + "kind": "Variable", + "name": "input", + "variableName": "input", + "type": "UpdateConfigInput!" + } +], +v2 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}; +return { + "kind": "Request", + "operationKind": "mutation", + "name": "updateConfigMutation", + "id": null, + "text": "mutation updateConfigMutation(\n $input: UpdateConfigInput!\n) {\n updateConfig(input: $input) {\n config {\n ...aeSettings_config\n id\n }\n stats {\n id\n ...ecTranslatorHeader_stats\n }\n }\n}\n\nfragment aeSettings_config on Config {\n langs\n srcPaths\n srcExtensions\n msgFunctionNames\n msgRegexps\n fMinify\n fJsOutput\n fJsonOutput\n fReactIntlOutput\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "UpdateConfigInput!", - "defaultValue": null - } - ], "kind": "Fragment", - "metadata": null, "name": "updateConfigMutation", + "type": "Mutation", + "metadata": null, + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "UpdateConfigInput!" - } - ], - "concreteType": "UpdateConfigPayload", "name": "updateConfig", + "storageKey": null, + "args": v1, + "concreteType": "UpdateConfigPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { @@ -118,220 +147,175 @@ const batch /*: ConcreteBatch*/ = { "name": "aeSettings_config", "args": null } - ], - "storageKey": null + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v2, { "kind": "FragmentSpread", "name": "ecTranslatorHeader_stats", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Mutation" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "updateConfigMutation", - "query": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "UpdateConfigInput!", - "defaultValue": null - } - ], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "updateConfigMutation", - "operation": "mutation", + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "UpdateConfigInput!" - } - ], - "concreteType": "UpdateConfigPayload", "name": "updateConfig", + "storageKey": null, + "args": v1, + "concreteType": "UpdateConfigPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "langs", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "srcPaths", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "srcPaths", "args": null, - "name": "srcExtensions", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "srcExtensions", "args": null, - "name": "msgFunctionNames", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "msgFunctionNames", "args": null, - "name": "msgRegexps", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "msgRegexps", "args": null, - "name": "fMinify", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "fMinify", "args": null, - "name": "fJsOutput", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "fJsOutput", "args": null, - "name": "fJsonOutput", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "fJsonOutput", "args": null, - "name": "fReactIntlOutput", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "fReactIntlOutput", "args": null, - "name": "id", "storageKey": null - } - ], - "storageKey": null + }, + v2 + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ + v2, + { + "kind": "ScalarField", + "alias": null, + "name": "numTotalKeys", + "args": null, + "storageKey": null + }, { "kind": "ScalarField", "alias": null, + "name": "numUsedKeys", "args": null, - "name": "id", "storageKey": null }, { - "kind": "InlineFragment", - "type": "Stats", + "kind": "LinkedField", + "alias": null, + "name": "numTranslations", + "storageKey": null, + "args": null, + "concreteType": "StatsForLang", + "plural": true, "selections": [ { "kind": "ScalarField", "alias": null, + "name": "lang", "args": null, - "name": "numTotalKeys", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "value", "args": null, - "name": "numUsedKeys", - "storageKey": null - }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "StatsForLang", - "name": "numTranslations", - "plural": true, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "value", - "storageKey": null - } - ], "storageKey": null } ] } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "mutation updateConfigMutation(\n $input: UpdateConfigInput!\n) {\n updateConfig(input: $input) {\n config {\n ...aeSettings_config\n id\n }\n stats {\n id\n ...ecTranslatorHeader_stats\n }\n }\n}\n\nfragment aeSettings_config on Config {\n langs\n srcPaths\n srcExtensions\n msgFunctionNames\n msgRegexps\n fMinify\n fJsOutput\n fJsonOutput\n fReactIntlOutput\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '28918a746f696434674de418329b1ece'; +module.exports = node; diff --git a/src/client/mutations/__generated__/updateKeyMutation.graphql.js b/src/client/mutations/__generated__/updateKeyMutation.graphql.js index 2440ebb..a37f1ba 100644 --- a/src/client/mutations/__generated__/updateKeyMutation.graphql.js +++ b/src/client/mutations/__generated__/updateKeyMutation.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 52045e67ddcafb1e1904fcd474119dc0 + * @relayHash 851ec1918e729a32470f0cb627251f9f */ /* eslint-disable */ @@ -8,31 +8,38 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; +import type { ConcreteRequest } from 'relay-runtime'; +type ecTranslatorHeader_stats$ref = any; +export type UpdateKeyInput = { + id: string, + attrs?: ?KeyUpdate, + storyId?: ?string, + clientMutationId?: ?string, +}; +export type KeyUpdate = { + isDeleted?: ?boolean, + context?: ?string, + text?: ?string, + firstUsed?: ?string, + unusedSince?: ?string, +}; export type updateKeyMutationVariables = {| - input: { - id: string; - attrs?: ?{ - isDeleted?: ?boolean; - context?: ?string; - text?: ?string; - firstUsed?: ?string; - unusedSince?: ?string; - }; - storyId?: ?string; - clientMutationId?: ?string; - }; + input: UpdateKeyInput |}; - export type updateKeyMutationResponse = {| +updateKey: ?{| +key: ?{| - +isDeleted: ?boolean; - |}; + +isDeleted: ?boolean + |}, +stats: {| - +id: string; - |}; - |}; + +id: string, + +$fragmentRefs: ecTranslatorHeader_stats$ref, + |}, + |} +|}; +export type updateKeyMutation = {| + variables: updateKeyMutationVariables, + response: updateKeyMutationResponse, |}; */ @@ -63,208 +70,177 @@ fragment ecTranslatorHeader_stats on Stats { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = [ + { + "kind": "LocalArgument", + "name": "input", + "type": "UpdateKeyInput!", + "defaultValue": null + } +], +v1 = [ + { + "kind": "Variable", + "name": "input", + "variableName": "input", + "type": "UpdateKeyInput!" + } +], +v2 = { + "kind": "ScalarField", + "alias": null, + "name": "isDeleted", + "args": null, + "storageKey": null +}, +v3 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}; +return { + "kind": "Request", + "operationKind": "mutation", + "name": "updateKeyMutation", + "id": null, + "text": "mutation updateKeyMutation(\n $input: UpdateKeyInput!\n) {\n updateKey(input: $input) {\n key {\n isDeleted\n id\n }\n stats {\n id\n ...ecTranslatorHeader_stats\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "UpdateKeyInput!", - "defaultValue": null - } - ], "kind": "Fragment", - "metadata": null, "name": "updateKeyMutation", + "type": "Mutation", + "metadata": null, + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "UpdateKeyInput!" - } - ], - "concreteType": "UpdateKeyPayload", "name": "updateKey", + "storageKey": null, + "args": v1, + "concreteType": "UpdateKeyPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "key", + "storageKey": null, "args": null, "concreteType": "Key", - "name": "key", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - } - ], - "storageKey": null + v2 + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v3, { "kind": "FragmentSpread", "name": "ecTranslatorHeader_stats", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Mutation" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "updateKeyMutation", - "query": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "UpdateKeyInput!", - "defaultValue": null - } - ], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "updateKeyMutation", - "operation": "mutation", + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "UpdateKeyInput!" - } - ], - "concreteType": "UpdateKeyPayload", "name": "updateKey", + "storageKey": null, + "args": v1, + "concreteType": "UpdateKeyPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "key", + "storageKey": null, "args": null, "concreteType": "Key", - "name": "key", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - } - ], - "storageKey": null + v2, + v3 + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ + v3, + { + "kind": "ScalarField", + "alias": null, + "name": "numTotalKeys", + "args": null, + "storageKey": null + }, { "kind": "ScalarField", "alias": null, + "name": "numUsedKeys", "args": null, - "name": "id", "storageKey": null }, { - "kind": "InlineFragment", - "type": "Stats", + "kind": "LinkedField", + "alias": null, + "name": "numTranslations", + "storageKey": null, + "args": null, + "concreteType": "StatsForLang", + "plural": true, "selections": [ { "kind": "ScalarField", "alias": null, + "name": "lang", "args": null, - "name": "numTotalKeys", "storageKey": null }, { "kind": "ScalarField", "alias": null, + "name": "value", "args": null, - "name": "numUsedKeys", - "storageKey": null - }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "StatsForLang", - "name": "numTranslations", - "plural": true, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "value", - "storageKey": null - } - ], "storageKey": null } ] } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "mutation updateKeyMutation(\n $input: UpdateKeyInput!\n) {\n updateKey(input: $input) {\n key {\n isDeleted\n id\n }\n stats {\n id\n ...ecTranslatorHeader_stats\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = 'a88a73e9f2d575dd4c6e4a33c1fc3416'; +module.exports = node; diff --git a/src/client/mutations/__generated__/updateTranslationMutation.graphql.js b/src/client/mutations/__generated__/updateTranslationMutation.graphql.js index 7590800..f515af7 100644 --- a/src/client/mutations/__generated__/updateTranslationMutation.graphql.js +++ b/src/client/mutations/__generated__/updateTranslationMutation.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 982562aba099fcefa8d42a871262626b + * @relayHash 1a0861f04a1dc1adfdeb2e7a77fa0d22 */ /* eslint-disable */ @@ -8,29 +8,38 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; +import type { ConcreteRequest } from 'relay-runtime'; +type ecTranslatorHeader_stats$ref = any; +type eeTranslation_translation$ref = any; +export type UpdateTranslationInput = { + id: string, + attrs?: ?TranslationUpdate, + storyId?: ?string, + clientMutationId?: ?string, +}; +export type TranslationUpdate = { + isDeleted?: ?boolean, + translation?: ?string, + fuzzy?: ?boolean, +}; export type updateTranslationMutationVariables = {| - input: { - id: string; - attrs?: ?{ - isDeleted?: ?boolean; - translation?: ?string; - fuzzy?: ?boolean; - }; - storyId?: ?string; - clientMutationId?: ?string; - }; + input: UpdateTranslationInput |}; - export type updateTranslationMutationResponse = {| +updateTranslation: ?{| +translation: ?{| - +isDeleted: ?boolean; - |}; + +isDeleted: ?boolean, + +$fragmentRefs: eeTranslation_translation$ref, + |}, +stats: {| - +id: string; - |}; - |}; + +id: string, + +$fragmentRefs: ecTranslatorHeader_stats$ref, + |}, + |} +|}; +export type updateTranslationMutation = {| + variables: updateTranslationMutationVariables, + response: updateTranslationMutationResponse, |}; */ @@ -70,234 +79,198 @@ fragment ecTranslatorHeader_stats on Stats { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = [ + { + "kind": "LocalArgument", + "name": "input", + "type": "UpdateTranslationInput!", + "defaultValue": null + } +], +v1 = [ + { + "kind": "Variable", + "name": "input", + "variableName": "input", + "type": "UpdateTranslationInput!" + } +], +v2 = { + "kind": "ScalarField", + "alias": null, + "name": "isDeleted", + "args": null, + "storageKey": null +}, +v3 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}, +v4 = { + "kind": "ScalarField", + "alias": null, + "name": "lang", + "args": null, + "storageKey": null +}; +return { + "kind": "Request", + "operationKind": "mutation", + "name": "updateTranslationMutation", + "id": null, + "text": "mutation updateTranslationMutation(\n $input: UpdateTranslationInput!\n) {\n updateTranslation(input: $input) {\n translation {\n isDeleted\n ...eeTranslation_translation\n id\n }\n stats {\n id\n ...ecTranslatorHeader_stats\n }\n }\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "UpdateTranslationInput!", - "defaultValue": null - } - ], "kind": "Fragment", - "metadata": null, "name": "updateTranslationMutation", + "type": "Mutation", + "metadata": null, + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "UpdateTranslationInput!" - } - ], - "concreteType": "UpdateTranslationPayload", "name": "updateTranslation", + "storageKey": null, + "args": v1, + "concreteType": "UpdateTranslationPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "translation", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "translation", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, + v2, { "kind": "FragmentSpread", "name": "eeTranslation_translation", "args": null } - ], - "storageKey": null + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v3, { "kind": "FragmentSpread", "name": "ecTranslatorHeader_stats", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Mutation" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "updateTranslationMutation", - "query": { - "argumentDefinitions": [ - { - "kind": "LocalArgument", - "name": "input", - "type": "UpdateTranslationInput!", - "defaultValue": null - } - ], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "updateTranslationMutation", - "operation": "mutation", + "argumentDefinitions": v0, "selections": [ { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Variable", - "name": "input", - "variableName": "input", - "type": "UpdateTranslationInput!" - } - ], - "concreteType": "UpdateTranslationPayload", "name": "updateTranslation", + "storageKey": null, + "args": v1, + "concreteType": "UpdateTranslationPayload", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "translation", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "translation", "plural": false, "selections": [ + v2, + v3, + v4, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "translation", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fuzzy", + "args": null, "storageKey": null } - ], - "storageKey": null + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ + v3, { "kind": "ScalarField", "alias": null, + "name": "numTotalKeys", "args": null, - "name": "id", "storageKey": null }, { - "kind": "InlineFragment", - "type": "Stats", + "kind": "ScalarField", + "alias": null, + "name": "numUsedKeys", + "args": null, + "storageKey": null + }, + { + "kind": "LinkedField", + "alias": null, + "name": "numTranslations", + "storageKey": null, + "args": null, + "concreteType": "StatsForLang", + "plural": true, "selections": [ + v4, { "kind": "ScalarField", "alias": null, + "name": "value", "args": null, - "name": "numTotalKeys", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "numUsedKeys", - "storageKey": null - }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "StatsForLang", - "name": "numTranslations", - "plural": true, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "value", - "storageKey": null - } - ], "storageKey": null } ] } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "mutation updateTranslationMutation(\n $input: UpdateTranslationInput!\n) {\n updateTranslation(input: $input) {\n translation {\n isDeleted\n ...eeTranslation_translation\n id\n }\n stats {\n id\n ...ecTranslatorHeader_stats\n }\n }\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '783d4b4d4ca03c0b8a0c3c9b0f8ee139'; +module.exports = node; diff --git a/src/client/subscriptions/__generated__/createdTranslationSubscription.graphql.js b/src/client/subscriptions/__generated__/createdTranslationSubscription.graphql.js index 0e5648b..622cf35 100644 --- a/src/client/subscriptions/__generated__/createdTranslationSubscription.graphql.js +++ b/src/client/subscriptions/__generated__/createdTranslationSubscription.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 02292cac9464e6bd0a2be1d5579a066f + * @relayHash 6392405b71d33bf9eb5aa72a183290d2 */ /* eslint-disable */ @@ -8,13 +8,19 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; -export type createdTranslationSubscriptionVariables = {| |}; - +import type { ConcreteRequest } from 'relay-runtime'; +type adTranslator_viewer$ref = any; +export type createdTranslationSubscriptionVariables = {||}; export type createdTranslationSubscriptionResponse = {| +createdTranslationInKeyTranslations: ?{| - +viewer: ?{| |}; - |}; + +viewer: ?{| + +$fragmentRefs: adTranslator_viewer$ref + |} + |} +|}; +export type createdTranslationSubscription = {| + variables: createdTranslationSubscriptionVariables, + response: createdTranslationSubscriptionResponse, |}; */ @@ -123,27 +129,105 @@ fragment eeTranslation_translation on Translation { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}, +v1 = { + "kind": "ScalarField", + "alias": null, + "name": "lang", + "args": null, + "storageKey": null +}, +v2 = [ + { + "kind": "Literal", + "name": "first", + "value": 100000, + "type": "Int" + } +], +v3 = { + "kind": "ScalarField", + "alias": null, + "name": "isDeleted", + "args": null, + "storageKey": null +}, +v4 = { + "kind": "ScalarField", + "alias": null, + "name": "__typename", + "args": null, + "storageKey": null +}, +v5 = { + "kind": "ScalarField", + "alias": null, + "name": "cursor", + "args": null, + "storageKey": null +}, +v6 = { + "kind": "LinkedField", + "alias": null, + "name": "pageInfo", + "storageKey": null, + "args": null, + "concreteType": "PageInfo", + "plural": false, + "selections": [ + { + "kind": "ScalarField", + "alias": null, + "name": "endCursor", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "hasNextPage", + "args": null, + "storageKey": null + } + ] +}; +return { + "kind": "Request", + "operationKind": "subscription", + "name": "createdTranslationSubscription", + "id": null, + "text": "subscription createdTranslationSubscription {\n createdTranslationInKeyTranslations {\n viewer {\n ...adTranslator_viewer\n id\n }\n }\n}\n\nfragment adTranslator_viewer on Viewer {\n id\n config {\n langs\n id\n }\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n keys(first: 100000) {\n edges {\n node {\n id\n isDeleted\n unusedSince\n context\n text\n translations(first: 100000) {\n edges {\n node {\n isDeleted\n lang\n fuzzy\n id\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...edTranslatorRow_theKey\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n\nfragment edTranslatorRow_theKey on Key {\n id\n context\n text\n unusedSince\n ...eeTranslation_theKey\n translations(first: 100000) {\n edges {\n node {\n id\n isDeleted\n lang\n ...eeTranslation_translation\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment eeTranslation_theKey on Key {\n id\n text\n isMarkdown\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [], "kind": "Fragment", - "metadata": null, "name": "createdTranslationSubscription", + "type": "Subscription", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "createdTranslationInKeyTranslations", + "storageKey": null, "args": null, "concreteType": "CreatedTranslationInKeyTranslationsPayload", - "name": "createdTranslationInKeyTranslations", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "viewer", + "storageKey": null, "args": null, "concreteType": "Viewer", - "name": "viewer", "plural": false, "selections": [ { @@ -151,428 +235,254 @@ const batch /*: ConcreteBatch*/ = { "name": "adTranslator_viewer", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Subscription" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "createdTranslationSubscription", - "query": { - "argumentDefinitions": [], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "createdTranslationSubscription", - "operation": "subscription", + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "createdTranslationInKeyTranslations", + "storageKey": null, "args": null, "concreteType": "CreatedTranslationInKeyTranslationsPayload", - "name": "createdTranslationInKeyTranslations", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "viewer", + "storageKey": null, "args": null, "concreteType": "Viewer", - "name": "viewer", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v0, { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "langs", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "id", "storageKey": null - } - ], - "storageKey": null + }, + v0 + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, + "name": "numTotalKeys", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "numUsedKeys", "args": null, - "name": "id", "storageKey": null }, { - "kind": "InlineFragment", - "type": "Stats", + "kind": "LinkedField", + "alias": null, + "name": "numTranslations", + "storageKey": null, + "args": null, + "concreteType": "StatsForLang", + "plural": true, "selections": [ + v1, { "kind": "ScalarField", "alias": null, + "name": "value", "args": null, - "name": "numTotalKeys", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "numUsedKeys", - "storageKey": null - }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "StatsForLang", - "name": "numTranslations", - "plural": true, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "value", - "storageKey": null - } - ], "storageKey": null } ] - } - ], - "storageKey": null + }, + v0 + ] }, { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "concreteType": "KeyConnection", "name": "keys", + "storageKey": "keys(first:100000)", + "args": v2, + "concreteType": "KeyConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "KeyEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Key", - "name": "node", "plural": false, "selections": [ + v0, + v3, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "unusedSince", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "context", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "text", + "args": null, "storageKey": null }, { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "concreteType": "TranslationConnection", "name": "translations", + "storageKey": "translations(first:100000)", + "args": v2, + "concreteType": "TranslationConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "TranslationEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "node", "plural": false, "selections": [ + v3, + v1, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "fuzzy", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "__typename", "storageKey": null }, + v0, + v4, { "kind": "ScalarField", "alias": null, - "args": null, "name": "translation", + "args": null, "storageKey": null } - ], - "storageKey": null + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v5 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "translations{\"first\":100000}" + v6 + ] }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "translations", + "args": v2, + "handle": "connection", "key": "Translator_viewer_translations", "filters": null }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "translations", + "args": v2, + "handle": "connection", "key": "TranslatorRow_theKey_translations", "filters": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "isMarkdown", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "__typename", "storageKey": null - } - ], - "storageKey": null + }, + v4 + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v5 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "keys{\"first\":100000}" + v6 + ] }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "keys", + "args": v2, + "handle": "connection", "key": "Translator_viewer_keys", "filters": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "subscription createdTranslationSubscription {\n createdTranslationInKeyTranslations {\n viewer {\n ...adTranslator_viewer\n id\n }\n }\n}\n\nfragment adTranslator_viewer on Viewer {\n id\n config {\n langs\n id\n }\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n keys(first: 100000) {\n edges {\n node {\n id\n isDeleted\n unusedSince\n context\n text\n translations(first: 100000) {\n edges {\n node {\n isDeleted\n lang\n fuzzy\n id\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...edTranslatorRow_theKey\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n\nfragment edTranslatorRow_theKey on Key {\n id\n context\n text\n unusedSince\n ...eeTranslation_theKey\n translations(first: 100000) {\n edges {\n node {\n id\n isDeleted\n lang\n ...eeTranslation_translation\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment eeTranslation_theKey on Key {\n id\n text\n isMarkdown\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '4140b76705d71cc8471549007c457774'; +module.exports = node; diff --git a/src/client/subscriptions/__generated__/parsedSrcFilesSubscription.graphql.js b/src/client/subscriptions/__generated__/parsedSrcFilesSubscription.graphql.js index 0601222..d84d3ff 100644 --- a/src/client/subscriptions/__generated__/parsedSrcFilesSubscription.graphql.js +++ b/src/client/subscriptions/__generated__/parsedSrcFilesSubscription.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 4c6ad92fb59f08685bdeae29cb1e0e4c + * @relayHash ab70a15c299f75e007d2eb1a4f1fe0df */ /* eslint-disable */ @@ -8,13 +8,19 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; -export type parsedSrcFilesSubscriptionVariables = {| |}; - +import type { ConcreteRequest } from 'relay-runtime'; +type adTranslator_viewer$ref = any; +export type parsedSrcFilesSubscriptionVariables = {||}; export type parsedSrcFilesSubscriptionResponse = {| +parsedSrcFiles: ?{| - +viewer: ?{| |}; - |}; + +viewer: ?{| + +$fragmentRefs: adTranslator_viewer$ref + |} + |} +|}; +export type parsedSrcFilesSubscription = {| + variables: parsedSrcFilesSubscriptionVariables, + response: parsedSrcFilesSubscriptionResponse, |}; */ @@ -123,27 +129,105 @@ fragment eeTranslation_translation on Translation { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = { + "kind": "ScalarField", + "alias": null, + "name": "id", + "args": null, + "storageKey": null +}, +v1 = { + "kind": "ScalarField", + "alias": null, + "name": "lang", + "args": null, + "storageKey": null +}, +v2 = [ + { + "kind": "Literal", + "name": "first", + "value": 100000, + "type": "Int" + } +], +v3 = { + "kind": "ScalarField", + "alias": null, + "name": "isDeleted", + "args": null, + "storageKey": null +}, +v4 = { + "kind": "ScalarField", + "alias": null, + "name": "__typename", + "args": null, + "storageKey": null +}, +v5 = { + "kind": "ScalarField", + "alias": null, + "name": "cursor", + "args": null, + "storageKey": null +}, +v6 = { + "kind": "LinkedField", + "alias": null, + "name": "pageInfo", + "storageKey": null, + "args": null, + "concreteType": "PageInfo", + "plural": false, + "selections": [ + { + "kind": "ScalarField", + "alias": null, + "name": "endCursor", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "hasNextPage", + "args": null, + "storageKey": null + } + ] +}; +return { + "kind": "Request", + "operationKind": "subscription", + "name": "parsedSrcFilesSubscription", + "id": null, + "text": "subscription parsedSrcFilesSubscription {\n parsedSrcFiles {\n viewer {\n ...adTranslator_viewer\n id\n }\n }\n}\n\nfragment adTranslator_viewer on Viewer {\n id\n config {\n langs\n id\n }\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n keys(first: 100000) {\n edges {\n node {\n id\n isDeleted\n unusedSince\n context\n text\n translations(first: 100000) {\n edges {\n node {\n isDeleted\n lang\n fuzzy\n id\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...edTranslatorRow_theKey\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n\nfragment edTranslatorRow_theKey on Key {\n id\n context\n text\n unusedSince\n ...eeTranslation_theKey\n translations(first: 100000) {\n edges {\n node {\n id\n isDeleted\n lang\n ...eeTranslation_translation\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment eeTranslation_theKey on Key {\n id\n text\n isMarkdown\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [], "kind": "Fragment", - "metadata": null, "name": "parsedSrcFilesSubscription", + "type": "Subscription", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "parsedSrcFiles", + "storageKey": null, "args": null, "concreteType": "ParsedSrcFilesPayload", - "name": "parsedSrcFiles", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "viewer", + "storageKey": null, "args": null, "concreteType": "Viewer", - "name": "viewer", "plural": false, "selections": [ { @@ -151,428 +235,254 @@ const batch /*: ConcreteBatch*/ = { "name": "adTranslator_viewer", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Subscription" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "parsedSrcFilesSubscription", - "query": { - "argumentDefinitions": [], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "parsedSrcFilesSubscription", - "operation": "subscription", + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "parsedSrcFiles", + "storageKey": null, "args": null, "concreteType": "ParsedSrcFilesPayload", - "name": "parsedSrcFiles", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "viewer", + "storageKey": null, "args": null, "concreteType": "Viewer", - "name": "viewer", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, + v0, { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "langs", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "id", "storageKey": null - } - ], - "storageKey": null + }, + v0 + ] }, { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, + "name": "numTotalKeys", + "args": null, + "storageKey": null + }, + { + "kind": "ScalarField", + "alias": null, + "name": "numUsedKeys", "args": null, - "name": "id", "storageKey": null }, { - "kind": "InlineFragment", - "type": "Stats", + "kind": "LinkedField", + "alias": null, + "name": "numTranslations", + "storageKey": null, + "args": null, + "concreteType": "StatsForLang", + "plural": true, "selections": [ + v1, { "kind": "ScalarField", "alias": null, + "name": "value", "args": null, - "name": "numTotalKeys", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "numUsedKeys", - "storageKey": null - }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "StatsForLang", - "name": "numTranslations", - "plural": true, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "value", - "storageKey": null - } - ], "storageKey": null } ] - } - ], - "storageKey": null + }, + v0 + ] }, { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "concreteType": "KeyConnection", "name": "keys", + "storageKey": "keys(first:100000)", + "args": v2, + "concreteType": "KeyConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "KeyEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Key", - "name": "node", "plural": false, "selections": [ + v0, + v3, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "unusedSince", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "context", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "text", + "args": null, "storageKey": null }, { "kind": "LinkedField", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "concreteType": "TranslationConnection", "name": "translations", + "storageKey": "translations(first:100000)", + "args": v2, + "concreteType": "TranslationConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "edges", + "storageKey": null, "args": null, "concreteType": "TranslationEdge", - "name": "edges", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "node", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "node", "plural": false, "selections": [ + v3, + v1, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "lang", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "fuzzy", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "id", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "__typename", "storageKey": null }, + v0, + v4, { "kind": "ScalarField", "alias": null, - "args": null, "name": "translation", + "args": null, "storageKey": null } - ], - "storageKey": null + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v5 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "translations{\"first\":100000}" + v6 + ] }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "translations", + "args": v2, + "handle": "connection", "key": "Translator_viewer_translations", "filters": null }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "translations", + "args": v2, + "handle": "connection", "key": "TranslatorRow_theKey_translations", "filters": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "isMarkdown", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, "args": null, - "name": "__typename", "storageKey": null - } - ], - "storageKey": null + }, + v4 + ] }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "cursor", - "storageKey": null - } - ], - "storageKey": null + v5 + ] }, - { - "kind": "LinkedField", - "alias": null, - "args": null, - "concreteType": "PageInfo", - "name": "pageInfo", - "plural": false, - "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "endCursor", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "hasNextPage", - "storageKey": null - } - ], - "storageKey": null - } - ], - "storageKey": "keys{\"first\":100000}" + v6 + ] }, { "kind": "LinkedHandle", "alias": null, - "args": [ - { - "kind": "Literal", - "name": "first", - "value": 100000, - "type": "Int" - } - ], - "handle": "connection", "name": "keys", + "args": v2, + "handle": "connection", "key": "Translator_viewer_keys", "filters": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "subscription parsedSrcFilesSubscription {\n parsedSrcFiles {\n viewer {\n ...adTranslator_viewer\n id\n }\n }\n}\n\nfragment adTranslator_viewer on Viewer {\n id\n config {\n langs\n id\n }\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n keys(first: 100000) {\n edges {\n node {\n id\n isDeleted\n unusedSince\n context\n text\n translations(first: 100000) {\n edges {\n node {\n isDeleted\n lang\n fuzzy\n id\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n ...edTranslatorRow_theKey\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n\nfragment edTranslatorRow_theKey on Key {\n id\n context\n text\n unusedSince\n ...eeTranslation_theKey\n translations(first: 100000) {\n edges {\n node {\n id\n isDeleted\n lang\n ...eeTranslation_translation\n __typename\n }\n cursor\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n}\n\nfragment eeTranslation_theKey on Key {\n id\n text\n isMarkdown\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '1d8a894cbd23df335a54c7c4dd92edd2'; +module.exports = node; diff --git a/src/client/subscriptions/__generated__/updatedConfigSubscription.graphql.js b/src/client/subscriptions/__generated__/updatedConfigSubscription.graphql.js index c2e394d..18ad3e7 100644 --- a/src/client/subscriptions/__generated__/updatedConfigSubscription.graphql.js +++ b/src/client/subscriptions/__generated__/updatedConfigSubscription.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 99852adc065d176e8a7936ee48e5a640 + * @relayHash f634e3e07a8643b7b334c9202cd34cef */ /* eslint-disable */ @@ -8,13 +8,19 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; -export type updatedConfigSubscriptionVariables = {| |}; - +import type { ConcreteRequest } from 'relay-runtime'; +type aeSettings_config$ref = any; +export type updatedConfigSubscriptionVariables = {||}; export type updatedConfigSubscriptionResponse = {| +updatedConfig: ?{| - +config: ?{| |}; - |}; + +config: ?{| + +$fragmentRefs: aeSettings_config$ref + |} + |} +|}; +export type updatedConfigSubscription = {| + variables: updatedConfigSubscriptionVariables, + response: updatedConfigSubscriptionResponse, |}; */ @@ -42,27 +48,36 @@ fragment aeSettings_config on Config { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = { + "kind": "Request", + "operationKind": "subscription", + "name": "updatedConfigSubscription", + "id": null, + "text": "subscription updatedConfigSubscription {\n updatedConfig {\n config {\n ...aeSettings_config\n id\n }\n }\n}\n\nfragment aeSettings_config on Config {\n langs\n srcPaths\n srcExtensions\n msgFunctionNames\n msgRegexps\n fMinify\n fJsOutput\n fJsonOutput\n fReactIntlOutput\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [], "kind": "Fragment", - "metadata": null, "name": "updatedConfigSubscription", + "type": "Subscription", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "updatedConfig", + "storageKey": null, "args": null, "concreteType": "UpdatedConfigPayload", - "name": "updatedConfig", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { @@ -70,120 +85,112 @@ const batch /*: ConcreteBatch*/ = { "name": "aeSettings_config", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Subscription" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "updatedConfigSubscription", - "query": { - "argumentDefinitions": [], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "updatedConfigSubscription", - "operation": "subscription", + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "updatedConfig", + "storageKey": null, "args": null, "concreteType": "UpdatedConfigPayload", - "name": "updatedConfig", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "config", + "storageKey": null, "args": null, "concreteType": "Config", - "name": "config", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "langs", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "srcPaths", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "srcExtensions", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "msgFunctionNames", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "msgRegexps", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fMinify", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fJsOutput", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fJsonOutput", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fReactIntlOutput", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "id", + "args": null, "storageKey": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "subscription updatedConfigSubscription {\n updatedConfig {\n config {\n ...aeSettings_config\n id\n }\n }\n}\n\nfragment aeSettings_config on Config {\n langs\n srcPaths\n srcExtensions\n msgFunctionNames\n msgRegexps\n fMinify\n fJsOutput\n fJsonOutput\n fReactIntlOutput\n}\n" + } }; - -module.exports = batch; +// prettier-ignore +(node/*: any*/).hash = '9313e0b4846ce9243d554514e33add03'; +module.exports = node; diff --git a/src/client/subscriptions/__generated__/updatedKeySubscription.graphql.js b/src/client/subscriptions/__generated__/updatedKeySubscription.graphql.js index 8d7e3d7..a05ace7 100644 --- a/src/client/subscriptions/__generated__/updatedKeySubscription.graphql.js +++ b/src/client/subscriptions/__generated__/updatedKeySubscription.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash 072f77128e9eb0be46c1d774713478f6 + * @relayHash e6c86c888556d71a36870b5c297935ab */ /* eslint-disable */ @@ -8,16 +8,19 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; -export type updatedKeySubscriptionVariables = {| |}; - +import type { ConcreteRequest } from 'relay-runtime'; +export type updatedKeySubscriptionVariables = {||}; export type updatedKeySubscriptionResponse = {| +updatedKey: ?{| +key: ?{| - +text: string; - +isDeleted: ?boolean; - |}; - |}; + +text: string, + +isDeleted: ?boolean, + |} + |} +|}; +export type updatedKeySubscription = {| + variables: updatedKeySubscriptionVariables, + response: updatedKeySubscriptionResponse, |}; */ @@ -34,108 +37,101 @@ subscription updatedKeySubscription { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = { + "kind": "ScalarField", + "alias": null, + "name": "text", + "args": null, + "storageKey": null +}, +v1 = { + "kind": "ScalarField", + "alias": null, + "name": "isDeleted", + "args": null, + "storageKey": null +}; +return { + "kind": "Request", + "operationKind": "subscription", + "name": "updatedKeySubscription", + "id": null, + "text": "subscription updatedKeySubscription {\n updatedKey {\n key {\n text\n isDeleted\n id\n }\n }\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [], "kind": "Fragment", - "metadata": null, "name": "updatedKeySubscription", + "type": "Subscription", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "updatedKey", + "storageKey": null, "args": null, "concreteType": "UpdatedKeyPayload", - "name": "updatedKey", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "key", + "storageKey": null, "args": null, "concreteType": "Key", - "name": "key", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "text", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - } - ], - "storageKey": null + v0, + v1 + ] } - ], - "storageKey": null + ] } - ], - "type": "Subscription" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "updatedKeySubscription", - "query": { - "argumentDefinitions": [], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "updatedKeySubscription", - "operation": "subscription", + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "updatedKey", + "storageKey": null, "args": null, "concreteType": "UpdatedKeyPayload", - "name": "updatedKey", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "key", + "storageKey": null, "args": null, "concreteType": "Key", - "name": "key", "plural": false, "selections": [ + v0, + v1, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "text", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "id", + "args": null, "storageKey": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "subscription updatedKeySubscription {\n updatedKey {\n key {\n text\n isDeleted\n id\n }\n }\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '481dca79d075e1847c0b685dd6001d23'; +module.exports = node; diff --git a/src/client/subscriptions/__generated__/updatedStatsSubscription.graphql.js b/src/client/subscriptions/__generated__/updatedStatsSubscription.graphql.js index 1117867..3e842dc 100644 --- a/src/client/subscriptions/__generated__/updatedStatsSubscription.graphql.js +++ b/src/client/subscriptions/__generated__/updatedStatsSubscription.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash d8fb57c366991511c3c2aeb45722ee69 + * @relayHash 1819c0878647afa6d3e0ea39493035ac */ /* eslint-disable */ @@ -8,13 +8,19 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; -export type updatedStatsSubscriptionVariables = {| |}; - +import type { ConcreteRequest } from 'relay-runtime'; +type ecTranslatorHeader_stats$ref = any; +export type updatedStatsSubscriptionVariables = {||}; export type updatedStatsSubscriptionResponse = {| +updatedStats: ?{| - +stats: ?{| |}; - |}; + +stats: ?{| + +$fragmentRefs: ecTranslatorHeader_stats$ref + |} + |} +|}; +export type updatedStatsSubscription = {| + variables: updatedStatsSubscriptionVariables, + response: updatedStatsSubscriptionResponse, |}; */ @@ -39,27 +45,36 @@ fragment ecTranslatorHeader_stats on Stats { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = { + "kind": "Request", + "operationKind": "subscription", + "name": "updatedStatsSubscription", + "id": null, + "text": "subscription updatedStatsSubscription {\n updatedStats {\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [], "kind": "Fragment", - "metadata": null, "name": "updatedStatsSubscription", + "type": "Subscription", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "updatedStats", + "storageKey": null, "args": null, "concreteType": "UpdatedStatsPayload", - "name": "updatedStats", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ { @@ -67,96 +82,88 @@ const batch /*: ConcreteBatch*/ = { "name": "ecTranslatorHeader_stats", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Subscription" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "updatedStatsSubscription", - "query": { - "argumentDefinitions": [], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "updatedStatsSubscription", - "operation": "subscription", + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "updatedStats", + "storageKey": null, "args": null, "concreteType": "UpdatedStatsPayload", - "name": "updatedStats", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "stats", + "storageKey": null, "args": null, "concreteType": "Stats", - "name": "stats", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "numTotalKeys", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "numUsedKeys", + "args": null, "storageKey": null }, { "kind": "LinkedField", "alias": null, + "name": "numTranslations", + "storageKey": null, "args": null, "concreteType": "StatsForLang", - "name": "numTranslations", "plural": true, "selections": [ { "kind": "ScalarField", "alias": null, - "args": null, "name": "lang", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "value", + "args": null, "storageKey": null } - ], - "storageKey": null + ] }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "id", + "args": null, "storageKey": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "subscription updatedStatsSubscription {\n updatedStats {\n stats {\n ...ecTranslatorHeader_stats\n id\n }\n }\n}\n\nfragment ecTranslatorHeader_stats on Stats {\n numTotalKeys\n numUsedKeys\n numTranslations {\n lang\n value\n }\n}\n" + } }; - -module.exports = batch; +// prettier-ignore +(node/*: any*/).hash = 'cdacbdfe5bb6f5497bc5abf35152d164'; +module.exports = node; diff --git a/src/client/subscriptions/__generated__/updatedTranslationSubscription.graphql.js b/src/client/subscriptions/__generated__/updatedTranslationSubscription.graphql.js index c80008c..155837a 100644 --- a/src/client/subscriptions/__generated__/updatedTranslationSubscription.graphql.js +++ b/src/client/subscriptions/__generated__/updatedTranslationSubscription.graphql.js @@ -1,6 +1,6 @@ /** * @flow - * @relayHash f3e94f41391c3393488b76cda035fc36 + * @relayHash a601359d0100d5b6fc3a8e46150638e3 */ /* eslint-disable */ @@ -8,15 +8,20 @@ 'use strict'; /*:: -import type {ConcreteBatch} from 'relay-runtime'; -export type updatedTranslationSubscriptionVariables = {| |}; - +import type { ConcreteRequest } from 'relay-runtime'; +type eeTranslation_translation$ref = any; +export type updatedTranslationSubscriptionVariables = {||}; export type updatedTranslationSubscriptionResponse = {| +updatedTranslation: ?{| +translation: ?{| - +isDeleted: ?boolean; - |}; - |}; + +isDeleted: ?boolean, + +$fragmentRefs: eeTranslation_translation$ref, + |} + |} +|}; +export type updatedTranslationSubscription = {| + variables: updatedTranslationSubscriptionVariables, + response: updatedTranslationSubscriptionResponse, |}; */ @@ -41,120 +46,118 @@ fragment eeTranslation_translation on Translation { } */ -const batch /*: ConcreteBatch*/ = { +const node/*: ConcreteRequest*/ = (function(){ +var v0 = { + "kind": "ScalarField", + "alias": null, + "name": "isDeleted", + "args": null, + "storageKey": null +}; +return { + "kind": "Request", + "operationKind": "subscription", + "name": "updatedTranslationSubscription", + "id": null, + "text": "subscription updatedTranslationSubscription {\n updatedTranslation {\n translation {\n isDeleted\n ...eeTranslation_translation\n id\n }\n }\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n", + "metadata": {}, "fragment": { - "argumentDefinitions": [], "kind": "Fragment", - "metadata": null, "name": "updatedTranslationSubscription", + "type": "Subscription", + "metadata": null, + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "updatedTranslation", + "storageKey": null, "args": null, "concreteType": "UpdatedTranslationPayload", - "name": "updatedTranslation", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "translation", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "translation", "plural": false, "selections": [ - { - "kind": "ScalarField", - "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, + v0, { "kind": "FragmentSpread", "name": "eeTranslation_translation", "args": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } - ], - "type": "Subscription" + ] }, - "id": null, - "kind": "Batch", - "metadata": {}, - "name": "updatedTranslationSubscription", - "query": { - "argumentDefinitions": [], - "kind": "Root", + "operation": { + "kind": "Operation", "name": "updatedTranslationSubscription", - "operation": "subscription", + "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, + "name": "updatedTranslation", + "storageKey": null, "args": null, "concreteType": "UpdatedTranslationPayload", - "name": "updatedTranslation", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, + "name": "translation", + "storageKey": null, "args": null, "concreteType": "Translation", - "name": "translation", "plural": false, "selections": [ + v0, { "kind": "ScalarField", "alias": null, - "args": null, - "name": "isDeleted", - "storageKey": null - }, - { - "kind": "ScalarField", - "alias": null, - "args": null, "name": "id", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "lang", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "translation", + "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, - "args": null, "name": "fuzzy", + "args": null, "storageKey": null } - ], - "storageKey": null + ] } - ], - "storageKey": null + ] } ] - }, - "text": "subscription updatedTranslationSubscription {\n updatedTranslation {\n translation {\n isDeleted\n ...eeTranslation_translation\n id\n }\n }\n}\n\nfragment eeTranslation_translation on Translation {\n id\n isDeleted\n lang\n translation\n fuzzy\n}\n" + } }; - -module.exports = batch; +})(); +// prettier-ignore +(node/*: any*/).hash = '4a4ae750806d3e3de00530b8eea3a79a'; +module.exports = node; diff --git a/src/common/gqlSchema.graphql b/src/common/gqlSchema.graphql index 6b2c081..e432995 100755 --- a/src/common/gqlSchema.graphql +++ b/src/common/gqlSchema.graphql @@ -1,5 +1,5 @@ type Config implements Node { - # The ID of an object + """The ID of an object""" id: ID! srcPaths: [String!]! srcExtensions: [String!]! @@ -48,7 +48,7 @@ type CreateTranslationInKeyTranslationsPayload { } type Key implements Node { - # The ID of an object + """The ID of an object""" id: ID! isDeleted: Boolean context: String @@ -62,21 +62,21 @@ type Key implements Node { translations(after: String, first: Int, before: String, last: Int): TranslationConnection } -# A connection to a list of items. +"""A connection to a list of items.""" type KeyConnection { - # Information to aid in pagination. + """Information to aid in pagination.""" pageInfo: PageInfo! - # A list of edges. + """A list of edges.""" edges: [KeyEdge] } -# An edge in a connection. +"""An edge in a connection.""" type KeyEdge { - # The item at the end of the edge + """The item at the end of the edge""" node: Key - # A cursor for use in pagination + """A cursor for use in pagination""" cursor: String! } @@ -96,24 +96,24 @@ type Mutation { updateTranslation(input: UpdateTranslationInput!): UpdateTranslationPayload } -# An object with an ID +"""An object with an ID""" interface Node { - # The id of the object. + """The id of the object.""" id: ID! } -# Information about pagination in a connection. +"""Information about pagination in a connection.""" type PageInfo { - # When paginating forwards, are there more items? + """When paginating forwards, are there more items?""" hasNextPage: Boolean! - # When paginating backwards, are there more items? + """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! - # When paginating backwards, the cursor to continue. + """When paginating backwards, the cursor to continue.""" startCursor: String - # When paginating forwards, the cursor to continue. + """When paginating forwards, the cursor to continue.""" endCursor: String } @@ -133,16 +133,16 @@ type ParseSrcFilesPayload { } type Query { - # Fetches an object given its ID + """Fetches an object given its ID""" node( - # The ID of an object + """The ID of an object""" id: ID! ): Node viewer: Viewer } type Stats implements Node { - # The ID of an object + """The ID of an object""" id: ID! numTotalKeys: Float! numUsedKeys: Float! @@ -164,7 +164,7 @@ type Subscription { } type Translation implements Node { - # The ID of an object + """The ID of an object""" id: ID! isDeleted: Boolean lang: String! @@ -173,12 +173,12 @@ type Translation implements Node { keyId: ID! } -# A connection to a list of items. +"""A connection to a list of items.""" type TranslationConnection { - # Information to aid in pagination. + """Information to aid in pagination.""" pageInfo: PageInfo! - # A list of edges. + """A list of edges.""" edges: [TranslationEdge] } @@ -189,12 +189,12 @@ input TranslationCreate { keyId: ID! } -# An edge in a connection. +"""An edge in a connection.""" type TranslationEdge { - # The item at the end of the edge + """The item at the end of the edge""" node: Translation - # A cursor for use in pagination + """A cursor for use in pagination""" cursor: String! } @@ -266,7 +266,7 @@ type UpdateTranslationPayload { } type Viewer implements Node { - # The ID of an object + """The ID of an object""" id: ID! config: Config! stats: Stats! diff --git a/src/common/gqlSchema.json b/src/common/gqlSchema.json index e5d9a58..0262f46 100755 --- a/src/common/gqlSchema.json +++ b/src/common/gqlSchema.json @@ -3195,54 +3195,6 @@ }, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "onOperation", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - }, - { - "name": "onFragment", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." - }, - { - "name": "onField", - "description": null, - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - } - }, - "isDeprecated": true, - "deprecationReason": "Use `locations`." } ], "inputFields": null, @@ -3300,6 +3252,12 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "VARIABLE_DEFINITION", + "description": "Location adjacent to a variable definition.", + "isDeprecated": false, + "deprecationReason": null + }, { "name": "SCHEMA", "description": "Location adjacent to a schema definition.", @@ -3431,7 +3389,7 @@ "args": [ { "name": "reason", - "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).", + "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax (as specified by [CommonMark](https://commonmark.org/).", "type": { "kind": "SCALAR", "name": "String", diff --git a/src/server/socketServer.js b/src/server/socketServer.js index 2912000..486e00c 100644 --- a/src/server/socketServer.js +++ b/src/server/socketServer.js @@ -85,7 +85,7 @@ const rxSubscribe = async (context, msg: WsMessageSubscribe) => { } let subscription; try { - subscription = gqlSubscribe(context.gqlSchema, ast, null, null, variables); + subscription = await gqlSubscribe(context.gqlSchema, ast, null, null, variables); context.subscriptions[subscriptionId] = subscription; } catch (err) { mainStory.error('socket', 'GraphQL subscribe error', { attach: err }); diff --git a/yarn.lock b/yarn.lock index df90c7b..33eb1f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -128,164 +128,147 @@ resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.2.tgz#54c5a964462be3d4d78af631363c18d6fa91ac26" integrity sha512-yprFYuno9FtNsSHVlSWd+nRlmGoAbqbeCwOryP6sC/zoCjhpArcRMYp19EvpSUSizJAlsXEwJv+wcWS9XaXdMw== -"@samverschueren/stream-to-observable@^0.3.0": - version "0.3.0" - resolved "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f" - integrity sha512-MI4Xx6LHs4Webyvi6EbspgyAb4D2Q2VtnCQ1blOJcoLS6mVa8lNN2rkIy1CVxfTUpoyIbCTkXES1rLXztFD1lg== - dependencies: - any-observable "^0.3.0" - -"@sindresorhus/is@^0.7.0": - version "0.7.0" - resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" - integrity sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow== - -"@types/graphql@^0.9.1": - version "0.9.4" - resolved "https://registry.npmjs.org/@types/graphql/-/graphql-0.9.4.tgz#cdeb6bcbef9b6c584374b81aa7f48ecf3da404fa" - integrity sha512-ob2dps4itT/Le5DbxjssBXtBnloDIRUbkgtAvaB42mJ8pVIWMRuURD9WjnhaEGZ4Ql/EryXMQWeU8Y0EU73QLw== - -"@webassemblyjs/ast@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.8.tgz#f31f480debeef957f01b623f27eabc695fa4fe8f" - integrity sha512-dOrtdtEyB8sInpl75yLPNksY4sRl0j/+t6aHyB/YA+ab9hV3Fo7FmG12FHzP+2MvWVAJtDb+6eXR5EZbZJ+uVg== - dependencies: - "@webassemblyjs/helper-module-context" "1.7.8" - "@webassemblyjs/helper-wasm-bytecode" "1.7.8" - "@webassemblyjs/wast-parser" "1.7.8" - -"@webassemblyjs/floating-point-hex-parser@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.8.tgz#1b3ed0e27e384032254e9322fc646dd3e70ef1b9" - integrity sha512-kn2zNKGsbql5i56VAgRYkpG+VazqHhQQZQycT2uXAazrAEDs23gy+Odkh5VblybjnwX2/BITkDtNmSO76hdIvQ== - -"@webassemblyjs/helper-api-error@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.8.tgz#a2b49c11f615e736f815ec927f035dcfa690d572" - integrity sha512-xUwxDXsd1dUKArJEP5wWM5zxgCSwZApSOJyP1XO7M8rNUChUDblcLQ4FpzTpWG2YeylMwMl1MlP5Ztryiz1x4g== - -"@webassemblyjs/helper-buffer@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.8.tgz#3fc66bfa09c1c60e824cf3d5887826fac062877d" - integrity sha512-WXiIMnuvuwlhWvVOm8xEXU9DnHaa3AgAU0ZPfvY8vO1cSsmYb2WbGbHnMLgs43vXnA7XAob9b56zuZaMkxpCBg== - -"@webassemblyjs/helper-code-frame@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.8.tgz#cc5a7e9522b70e7580df056dfd34020cf29645b0" - integrity sha512-TLQxyD9qGOIdX5LPQOPo0Ernd88U5rHkFb8WAjeMIeA0sPjCHeVPaGqUGGIXjUcblUkjuDAc07bruCcNHUrHDA== - dependencies: - "@webassemblyjs/wast-printer" "1.7.8" - -"@webassemblyjs/helper-fsm@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.8.tgz#fe4607430af466912797c21acafd3046080182ea" - integrity sha512-TjK0CnD8hAPkV5mbSp5aWl6SO1+H3WFcjWtixWoy8EMA99YnNzYhpc/WSYWhf7yrhpzkq5tZB0tvLK3Svr3IXA== - -"@webassemblyjs/helper-module-context@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.8.tgz#3c2e7ee93d14ff4768ba66fb1be42fdc9dc7160a" - integrity sha512-uCutAKR7Nm0VsFixcvnB4HhAyHouNbj0Dx1p7eRjFjXGGZ+N7ftTaG1ZbWCasAEbtwGj54LP8+lkBZdTCPmLGg== - -"@webassemblyjs/helper-wasm-bytecode@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.8.tgz#89bdb78cd6dd5209ae2ed2925de78d0f0e00b6f0" - integrity sha512-AdCCE3BMW6V34WYaKUmPgVHa88t2Z14P4/0LjLwuGkI0X6pf7nzp0CehzVVk51cKm2ymVXjl9dCG+gR1yhITIQ== - -"@webassemblyjs/helper-wasm-section@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.8.tgz#c68ef7d26a6fc12421b2e6e56f9bc810dfb33e87" - integrity sha512-BkBhYQuzyl4hgTGOKo87Vdw6f9nj8HhI7WYpI0MCC5qFa5ahrAPOGgyETVdnRbv+Rjukl9MxxfDmVcVC435lDg== - dependencies: - "@webassemblyjs/ast" "1.7.8" - "@webassemblyjs/helper-buffer" "1.7.8" - "@webassemblyjs/helper-wasm-bytecode" "1.7.8" - "@webassemblyjs/wasm-gen" "1.7.8" - -"@webassemblyjs/ieee754@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.8.tgz#1f37974b13cb486a9237e73ce04cac7a2f1265ed" - integrity sha512-tOarWChdG1a3y1yqCX0JMDKzrat5tQe4pV6K/TX19BcXsBLYxFQOL1DEDa5KG9syeyvCrvZ+i1+Mv1ExngvktQ== +"@webassemblyjs/ast@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.10.tgz#0cfc61d61286240b72fc522cb755613699eea40a" + integrity sha512-wTUeaByYN2EA6qVqhbgavtGc7fLTOx0glG2IBsFlrFG51uXIGlYBTyIZMf4SPLo3v1bgV/7lBN3l7Z0R6Hswew== + dependencies: + "@webassemblyjs/helper-module-context" "1.7.10" + "@webassemblyjs/helper-wasm-bytecode" "1.7.10" + "@webassemblyjs/wast-parser" "1.7.10" + +"@webassemblyjs/floating-point-hex-parser@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.10.tgz#ee63d729c6311a85863e369a473f9983f984e4d9" + integrity sha512-gMsGbI6I3p/P1xL2UxqhNh1ga2HCsx5VBB2i5VvJFAaqAjd2PBTRULc3BpTydabUQEGlaZCzEUQhLoLG7TvEYQ== + +"@webassemblyjs/helper-api-error@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.10.tgz#bfcb3bbe59775357475790a2ad7b289f09b2f198" + integrity sha512-DoYRlPWtuw3yd5BOr9XhtrmB6X1enYF0/54yNvQWGXZEPDF5PJVNI7zQ7gkcKfTESzp8bIBWailaFXEK/jjCsw== + +"@webassemblyjs/helper-buffer@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.10.tgz#0a8c624c67ad0b214d2e003859921a1988cb151b" + integrity sha512-+RMU3dt/dPh4EpVX4u5jxsOlw22tp3zjqE0m3ftU2tsYxnPULb4cyHlgaNd2KoWuwasCQqn8Mhr+TTdbtj3LlA== + +"@webassemblyjs/helper-code-frame@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.10.tgz#0ab7e22fad0241a173178c73976fc0edf50832ce" + integrity sha512-UiytbpKAULOEab2hUZK2ywXen4gWJVrgxtwY3Kn+eZaaSWaRM8z/7dAXRSoamhKFiBh1uaqxzE/XD9BLlug3gw== + dependencies: + "@webassemblyjs/wast-printer" "1.7.10" + +"@webassemblyjs/helper-fsm@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.10.tgz#0915e7713fbbb735620a9d3e4fa3d7951f97ac64" + integrity sha512-w2vDtUK9xeSRtt5+RnnlRCI7wHEvLjF0XdnxJpgx+LJOvklTZPqWkuy/NhwHSLP19sm9H8dWxKeReMR7sCkGZA== + +"@webassemblyjs/helper-module-context@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.10.tgz#9beb83f72740f5ac8075313b5cac5e796510f755" + integrity sha512-yE5x/LzZ3XdPdREmJijxzfrf+BDRewvO0zl8kvORgSWmxpRrkqY39KZSq6TSgIWBxkK4SrzlS3BsMCv2s1FpsQ== + +"@webassemblyjs/helper-wasm-bytecode@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.10.tgz#797b1e734bbcfdea8399669cdc58308ef1c7ffc0" + integrity sha512-u5qy4SJ/OrxKxZqJ9N3qH4ZQgHaAzsopsYwLvoWJY6Q33r8PhT3VPyNMaJ7ZFoqzBnZlCcS/0f4Sp8WBxylXfg== + +"@webassemblyjs/helper-wasm-section@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.10.tgz#c0ea3703c615d7bc3e3507c3b7991c8767b2f20e" + integrity sha512-Ecvww6sCkcjatcyctUrn22neSJHLN/TTzolMGG/N7S9rpbsTZ8c6Bl98GpSpV77EvzNijiNRHBG0+JO99qKz6g== + dependencies: + "@webassemblyjs/ast" "1.7.10" + "@webassemblyjs/helper-buffer" "1.7.10" + "@webassemblyjs/helper-wasm-bytecode" "1.7.10" + "@webassemblyjs/wasm-gen" "1.7.10" + +"@webassemblyjs/ieee754@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.7.10.tgz#62c1728b7ef0f66ef8221e2966a0afd75db430df" + integrity sha512-HRcWcY+YWt4+s/CvQn+vnSPfRaD4KkuzQFt5MNaELXXHSjelHlSEA8ZcqT69q0GTIuLWZ6JaoKar4yWHVpZHsQ== dependencies: "@xtuc/ieee754" "^1.2.0" -"@webassemblyjs/leb128@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.8.tgz#1bee83426819192db2ea1a234b84c7ebc6d34c1f" - integrity sha512-GCYeGPgUFWJiZuP4NICbcyUQNxNLJIf476Ei+K+jVuuebtLpfvwkvYT6iTUE7oZYehhkor4Zz2g7SJ/iZaPudQ== +"@webassemblyjs/leb128@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.7.10.tgz#167e0bb4b06d7701585772a73fba9f4df85439f6" + integrity sha512-og8MciYlA8hvzCLR71hCuZKPbVBfLQeHv7ImKZ4nlyxrYbG7uJHYtHiHu6OV9SqrGuD03H/HtXC4Bgdjfm9FHw== dependencies: "@xtuc/long" "4.2.1" -"@webassemblyjs/utf8@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.8.tgz#2b489d5cf43e0aebb93d8e2d792aff9879c61f05" - integrity sha512-9X+f0VV+xNXW2ujfIRSXBJENGE6Qh7bNVKqu3yDjTFB3ar3nsThsGBBKdTG58aXOm2iUH6v28VIf88ymPXODHA== - -"@webassemblyjs/wasm-edit@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.8.tgz#f8bdbe7088718eca27b1c349bb7c06b8a457950c" - integrity sha512-6D3Hm2gFixrfyx9XjSON4ml1FZTugqpkIz5Awvrou8fnpyprVzcm4X8pyGRtA2Piixjl3DqmX/HB1xdWyE097A== - dependencies: - "@webassemblyjs/ast" "1.7.8" - "@webassemblyjs/helper-buffer" "1.7.8" - "@webassemblyjs/helper-wasm-bytecode" "1.7.8" - "@webassemblyjs/helper-wasm-section" "1.7.8" - "@webassemblyjs/wasm-gen" "1.7.8" - "@webassemblyjs/wasm-opt" "1.7.8" - "@webassemblyjs/wasm-parser" "1.7.8" - "@webassemblyjs/wast-printer" "1.7.8" - -"@webassemblyjs/wasm-gen@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.8.tgz#7e8abf1545eae74ac6781d545c034af3cfd0c7d5" - integrity sha512-a7O/wE6eBeVKKUYgpMK7NOHmMADD85rSXLe3CqrWRDwWff5y3cSVbzpN6Qv3z6C4hdkpq9qyij1Ga1kemOZGvQ== - dependencies: - "@webassemblyjs/ast" "1.7.8" - "@webassemblyjs/helper-wasm-bytecode" "1.7.8" - "@webassemblyjs/ieee754" "1.7.8" - "@webassemblyjs/leb128" "1.7.8" - "@webassemblyjs/utf8" "1.7.8" - -"@webassemblyjs/wasm-opt@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.8.tgz#7ada6e211914728fce02ff0ff9c344edc6d41f26" - integrity sha512-3lbQ0PT81NHCdi1sR/7+SNpZadM4qYcTSr62nFFAA7e5lFwJr14M1Gi+A/Y3PgcDWOHYjsaNGPpPU0H03N6Blg== - dependencies: - "@webassemblyjs/ast" "1.7.8" - "@webassemblyjs/helper-buffer" "1.7.8" - "@webassemblyjs/wasm-gen" "1.7.8" - "@webassemblyjs/wasm-parser" "1.7.8" - -"@webassemblyjs/wasm-parser@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.8.tgz#dac47c291fb6a3e63529aecd647592cd34afbf94" - integrity sha512-rZ/zlhp9DHR/05zh1MbAjT2t624sjrPP/OkJCjXqzm7ynH+nIdNcn9Ixc+qzPMFXhIrk0rBoQ3to6sEIvHh9jQ== - dependencies: - "@webassemblyjs/ast" "1.7.8" - "@webassemblyjs/helper-api-error" "1.7.8" - "@webassemblyjs/helper-wasm-bytecode" "1.7.8" - "@webassemblyjs/ieee754" "1.7.8" - "@webassemblyjs/leb128" "1.7.8" - "@webassemblyjs/utf8" "1.7.8" - -"@webassemblyjs/wast-parser@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.8.tgz#f8aab9a450c048c1f9537695c89faeb92fabfba5" - integrity sha512-Q/zrvtUvzWuSiJMcSp90fi6gp2nraiHXjTV2VgAluVdVapM4gy1MQn7akja2p6eSBDQpKJPJ6P4TxRkghRS5dg== - dependencies: - "@webassemblyjs/ast" "1.7.8" - "@webassemblyjs/floating-point-hex-parser" "1.7.8" - "@webassemblyjs/helper-api-error" "1.7.8" - "@webassemblyjs/helper-code-frame" "1.7.8" - "@webassemblyjs/helper-fsm" "1.7.8" +"@webassemblyjs/utf8@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.7.10.tgz#b6728f5b6f50364abc155be029f9670e6685605a" + integrity sha512-Ng6Pxv6siyZp635xCSnH3mKmIFgqWPCcGdoo0GBYgyGdxu7cUj4agV7Uu1a8REP66UYUFXJLudeGgd4RvuJAnQ== + +"@webassemblyjs/wasm-edit@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.10.tgz#83fe3140f5a58f5a30b914702be9f0e59a399092" + integrity sha512-e9RZFQlb+ZuYcKRcW9yl+mqX/Ycj9+3/+ppDI8nEE/NCY6FoK8f3dKBcfubYV/HZn44b+ND4hjh+4BYBt+sDnA== + dependencies: + "@webassemblyjs/ast" "1.7.10" + "@webassemblyjs/helper-buffer" "1.7.10" + "@webassemblyjs/helper-wasm-bytecode" "1.7.10" + "@webassemblyjs/helper-wasm-section" "1.7.10" + "@webassemblyjs/wasm-gen" "1.7.10" + "@webassemblyjs/wasm-opt" "1.7.10" + "@webassemblyjs/wasm-parser" "1.7.10" + "@webassemblyjs/wast-printer" "1.7.10" + +"@webassemblyjs/wasm-gen@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.10.tgz#4de003806ae29c97ab3707782469b53299570174" + integrity sha512-M0lb6cO2Y0PzDye/L39PqwV+jvO+2YxEG5ax+7dgq7EwXdAlpOMx1jxyXJTScQoeTpzOPIb+fLgX/IkLF8h2yw== + dependencies: + "@webassemblyjs/ast" "1.7.10" + "@webassemblyjs/helper-wasm-bytecode" "1.7.10" + "@webassemblyjs/ieee754" "1.7.10" + "@webassemblyjs/leb128" "1.7.10" + "@webassemblyjs/utf8" "1.7.10" + +"@webassemblyjs/wasm-opt@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.10.tgz#d151e31611934a556c82789fdeec41a814993c2a" + integrity sha512-R66IHGCdicgF5ZliN10yn5HaC7vwYAqrSVJGjtJJQp5+QNPBye6heWdVH/at40uh0uoaDN/UVUfXK0gvuUqtVg== + dependencies: + "@webassemblyjs/ast" "1.7.10" + "@webassemblyjs/helper-buffer" "1.7.10" + "@webassemblyjs/wasm-gen" "1.7.10" + "@webassemblyjs/wasm-parser" "1.7.10" + +"@webassemblyjs/wasm-parser@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.10.tgz#0367be7bf8f09e3e6abc95f8e483b9206487ec65" + integrity sha512-AEv8mkXVK63n/iDR3T693EzoGPnNAwKwT3iHmKJNBrrALAhhEjuPzo/lTE4U7LquEwyvg5nneSNdTdgrBaGJcA== + dependencies: + "@webassemblyjs/ast" "1.7.10" + "@webassemblyjs/helper-api-error" "1.7.10" + "@webassemblyjs/helper-wasm-bytecode" "1.7.10" + "@webassemblyjs/ieee754" "1.7.10" + "@webassemblyjs/leb128" "1.7.10" + "@webassemblyjs/utf8" "1.7.10" + +"@webassemblyjs/wast-parser@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.7.10.tgz#058f598b52f730b23fc874d4775b6286b6247264" + integrity sha512-YTPEtOBljkCL0VjDp4sHe22dAYSm3ZwdJ9+2NTGdtC7ayNvuip1wAhaAS8Zt9Q6SW9E5Jf5PX7YE3XWlrzR9cw== + dependencies: + "@webassemblyjs/ast" "1.7.10" + "@webassemblyjs/floating-point-hex-parser" "1.7.10" + "@webassemblyjs/helper-api-error" "1.7.10" + "@webassemblyjs/helper-code-frame" "1.7.10" + "@webassemblyjs/helper-fsm" "1.7.10" "@xtuc/long" "4.2.1" -"@webassemblyjs/wast-printer@1.7.8": - version "1.7.8" - resolved "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.8.tgz#e7e965782c1912f6a965f14a53ff43d8ad0403a5" - integrity sha512-GllIthRtwTxRDAURRNXscu7Napzmdf1jt1gpiZiK/QN4fH0lSGs3OTmvdfsMNP7tqI4B3ZtfaaWRlNIQug6Xyg== +"@webassemblyjs/wast-printer@1.7.10": + version "1.7.10" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.7.10.tgz#d817909d2450ae96c66b7607624d98a33b84223b" + integrity sha512-mJ3QKWtCchL1vhU/kZlJnLPuQZnlDOdZsyP0bbLWPGdYsQDnSBvyTLhzwBA3QAMlzEL9V4JHygEmK6/OTEyytA== dependencies: - "@webassemblyjs/ast" "1.7.8" - "@webassemblyjs/wast-parser" "1.7.8" + "@webassemblyjs/ast" "1.7.10" + "@webassemblyjs/wast-parser" "1.7.10" "@xtuc/long" "4.2.1" "@xtuc/ieee754@^1.2.0": @@ -415,11 +398,6 @@ amdefine@>=0.0.4: resolved "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= -ansi-escapes@^1.0.0: - version "1.4.0" - resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" - integrity sha1-06ioOzGapneTZisT52HHkRQiMG4= - ansi-escapes@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-2.0.0.tgz#5bae52be424878dd9783e8910e3fc2922e83c81b" @@ -452,16 +430,6 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1: dependencies: color-convert "^1.9.0" -ansi-styles@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178" - integrity sha1-yxAt8cVvUSPquLZ817mAJ6AnkXg= - -any-observable@^0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b" - integrity sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog== - anymatch@^1.3.0: version "1.3.2" resolved "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a" @@ -552,11 +520,6 @@ arr-union@^3.1.0: resolved "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= -array-differ@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz#eff52e3758249d33be402b8bb8e564bb2b5d4031" - integrity sha1-7/UuN1gknTO+QCuLuOVkuytdQDE= - array-equal@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" @@ -665,16 +628,6 @@ ast-types-flow@0.0.7, ast-types-flow@^0.0.7: resolved "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad" integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0= -ast-types@0.10.1: - version "0.10.1" - resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.10.1.tgz#f52fca9715579a14f841d67d7f8d25432ab6a3dd" - integrity sha512-UY7+9DPzlJ9VM8eY0b2TUZcZvF+1pO0hzMtAyjBYKhOmnvRlqYNYnWdtsMj0V16CGaMlpL0G1jnLbLo4AyotuQ== - -ast-types@0.11.5: - version "0.11.5" - resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.11.5.tgz#9890825d660c03c28339f315e9fa0a360e31ec28" - integrity sha512-oJjo+5e7/vEc2FBK8gUalV0pba4L3VdBIs2EKhOLHLcOd2FgQIVQN9xb0eZ9IjEWyAL7vq6fGJxOvVvdCHNyMw== - astral-regex@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" @@ -703,12 +656,7 @@ async-limiter@~1.0.0: resolved "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg== -async@^1.5.0: - version "1.5.2" - resolved "http://registry.npmjs.org/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" - integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo= - -async@^2.1.4, async@^2.4.1, async@^2.5.0, async@^2.6.0: +async@^2.1.4, async@^2.4.1, async@^2.5.0: version "2.6.1" resolved "https://registry.npmjs.org/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" integrity sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ== @@ -1491,7 +1439,7 @@ babel-polyfill@6.26.0, babel-polyfill@^6.20.0, babel-polyfill@^6.26.0: core-js "^2.5.0" regenerator-runtime "^0.10.5" -babel-preset-es2015@6.24.1, babel-preset-es2015@^6.9.0: +babel-preset-es2015@6.24.1: version "6.24.1" resolved "https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939" integrity sha1-1EBQ1rwsn+6nAqrzjXJ6AhBTiTk= @@ -1591,7 +1539,7 @@ babel-preset-stage-0@6.24.1: babel-plugin-transform-function-bind "^6.22.0" babel-preset-stage-1 "^6.24.1" -babel-preset-stage-1@^6.24.1, babel-preset-stage-1@^6.5.0: +babel-preset-stage-1@^6.24.1: version "6.24.1" resolved "https://registry.npmjs.org/babel-preset-stage-1/-/babel-preset-stage-1-6.24.1.tgz#7692cd7dcd6849907e6ae4a0a85589cfb9e2bfb0" integrity sha1-dpLNfc1oSZB+auSgqFWJz7niv7A= @@ -1621,7 +1569,7 @@ babel-preset-stage-3@^6.24.1: babel-plugin-transform-exponentiation-operator "^6.24.1" babel-plugin-transform-object-rest-spread "^6.22.0" -babel-register@^6.26.0, babel-register@^6.9.0: +babel-register@^6.26.0: version "6.26.0" resolved "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071" integrity sha1-btAhFz4vy0htestFxgCahW9kcHE= @@ -1686,16 +1634,11 @@ babel-types@^6.0.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24. lodash "^4.17.4" to-fast-properties "^1.0.3" -babylon@^6.17.3, babylon@^6.18.0: +babylon@^6.18.0: version "6.18.0" resolved "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== -babylon@^7.0.0-beta.47: - version "7.0.0-beta.47" - resolved "https://registry.npmjs.org/babylon/-/babylon-7.0.0-beta.47.tgz#6d1fa44f0abec41ab7c780481e62fd9aafbdea80" - integrity sha512-+rq2cr4GDhtToEzKFD6KZZMDBXhjFAr9JjPw9pAppZACeEWqNM294j+NdBzkSHYXwzzBmVjZ3nEVJlOhbR2gOQ== - backo2@1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz#31ab1ac8b129363463e35b3ebb69f4dfcfba7947" @@ -1777,11 +1720,6 @@ binary-extensions@^1.0.0: resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14" integrity sha512-DYWGk01lDcxeS/K9IHPGWfT8PsJmbXRtRd2Sx72Tnb8pcYZQFF1oSDb8hJtS1vhp212q1Rzi5dUf9+nq0o9UIg== -binaryextensions@2: - version "2.1.1" - resolved "https://registry.npmjs.org/binaryextensions/-/binaryextensions-2.1.1.tgz#3209a51ca4a4ad541a3b8d3d6a6d5b83a2485935" - integrity sha512-XBaoWE9RW8pPdPQNibZsW2zh8TW6gcarXp1FZPwT8Uop8ScSNldJEWf2k9l3HeTqdrEwsOsFcq74RiJECW34yA== - blob@0.0.4: version "0.0.4" resolved "http://registry.npmjs.org/blob/-/blob-0.0.4.tgz#bcf13052ca54463f30f9fc7e95b9a47630a94921" @@ -1956,24 +1894,6 @@ bser@^2.0.0: dependencies: node-int64 "^0.4.0" -buffer-alloc-unsafe@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0" - integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg== - -buffer-alloc@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec" - integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow== - dependencies: - buffer-alloc-unsafe "^1.1.0" - buffer-fill "^1.0.0" - -buffer-fill@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c" - integrity sha1-+PeLdniYiO858gXNY39o5wISKyw= - buffer-from@^1.0.0: version "1.1.1" resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" @@ -2050,19 +1970,6 @@ cache-base@^1.0.1: union-value "^1.0.0" unset-value "^1.0.0" -cacheable-request@^2.1.1: - version "2.1.4" - resolved "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz#0d808801b6342ad33c91df9d0b44dc09b91e5c3d" - integrity sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0= - dependencies: - clone-response "1.0.2" - get-stream "3.0.0" - http-cache-semantics "3.8.1" - keyv "3.0.0" - lowercase-keys "1.0.0" - normalize-url "2.0.1" - responselike "1.0.2" - caching-transform@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/caching-transform/-/caching-transform-2.0.0.tgz#e1292bd92d35b6e8b1ed7075726724b3bd64eea0" @@ -2173,7 +2080,7 @@ center-align@^0.1.1: align-text "^0.1.3" lazy-cache "^1.0.3" -chalk@1.1.3, chalk@1.x, chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: +chalk@1.1.3, chalk@1.x, chalk@^1.1.1, chalk@^1.1.3: version "1.1.3" resolved "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= @@ -2193,15 +2100,6 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@~0.4.0: - version "0.4.0" - resolved "http://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f" - integrity sha1-UZmj3c0MHv4jvAjBsCewYXbgxk8= - dependencies: - ansi-styles "~1.0.0" - has-color "~0.1.0" - strip-ansi "~0.1.0" - chardet@^0.4.0: version "0.4.2" resolved "https://registry.npmjs.org/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" @@ -2300,13 +2198,6 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" -cli-cursor@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987" - integrity sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc= - dependencies: - restore-cursor "^1.0.1" - cli-cursor@^2.1.0: version "2.1.0" resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" @@ -2321,14 +2212,6 @@ cli-table@^0.3.1: dependencies: colors "1.0.3" -cli-truncate@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574" - integrity sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ= - dependencies: - slice-ansi "0.0.4" - string-width "^1.0.1" - cli-width@^2.0.0: version "2.2.0" resolved "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" @@ -2368,11 +2251,6 @@ clocksy@1.1.0: dependencies: timm "1.0.0" -clone-buffer@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz#e3e25b207ac4e701af721e2cb5a16792cac3dc58" - integrity sha1-4+JbIHrE5wGvch4staFnksrD3Fg= - clone-deep@^2.0.1: version "2.0.2" resolved "https://registry.npmjs.org/clone-deep/-/clone-deep-2.0.2.tgz#00db3a1e173656730d1188c3d6aced6d7ea97713" @@ -2383,42 +2261,11 @@ clone-deep@^2.0.1: kind-of "^6.0.0" shallow-clone "^1.0.0" -clone-response@1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz#d1dc973920314df67fbeb94223b4ee350239e96b" - integrity sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws= - dependencies: - mimic-response "^1.0.0" - -clone-stats@^0.0.1: - version "0.0.1" - resolved "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz#b88f94a82cf38b8791d58046ea4029ad88ca99d1" - integrity sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE= - -clone-stats@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz#b3782dff8bb5474e18b9b6bf0fdfe782f8777680" - integrity sha1-s3gt/4u1R04Yuba/D9/ngvh3doA= - -clone@^1.0.0, clone@^1.0.2: +clone@^1.0.2: version "1.0.4" resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= -clone@^2.1.1: - version "2.1.2" - resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" - integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= - -cloneable-readable@^1.0.0: - version "1.1.2" - resolved "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.2.tgz#d591dee4a8f8bc15da43ce97dceeba13d43e2a65" - integrity sha512-Bq6+4t+lbM8vhTs/Bef5c5AdEMtapp/iFb6+s4/Hh9MVTt8OLKH7ZOOZSCT+Ys7hsHvqv0GuMPJ1lnQJVHvxpg== - dependencies: - inherits "^2.0.1" - process-nextick-args "^2.0.0" - readable-stream "^2.3.5" - co@^4.6.0: version "4.6.0" resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" @@ -2491,11 +2338,6 @@ colors@1.0.3: resolved "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= -colors@^1.1.2: - version "1.3.2" - resolved "https://registry.npmjs.org/colors/-/colors-1.3.2.tgz#2df8ff573dfbf255af562f8ce7181d6b971a359b" - integrity sha512-rhP0JSBGYvpcNQj4s5AdShMeE5ahMop96cTeDl/v9qQQm2fYClE2QXZRi8wLzc+GmXSxdIqqbOIAhyObEXDbfQ== - colors@~1.1.2: version "1.1.2" resolved "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63" @@ -2694,7 +2536,7 @@ core-js@^1.0.0: resolved "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= -core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0: +core-js@^2.4.0, core-js@^2.5.0: version "2.5.7" resolved "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e" integrity sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw== @@ -2778,7 +2620,7 @@ cross-spawn@^5.0.1: shebang-command "^1.2.0" which "^1.2.9" -cross-spawn@^6.0.5: +cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== @@ -2927,11 +2769,6 @@ damerau-levenshtein@^1.0.4: resolved "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz#03191c432cb6eea168bb77f3a55ffdccb8978514" integrity sha1-AxkcQyy27qFou3fzpV/9zLiXhRQ= -dargs@^5.1.0: - version "5.1.0" - resolved "https://registry.npmjs.org/dargs/-/dargs-5.1.0.tgz#ec7ea50c78564cd36c9d5ec18f66329fade27829" - integrity sha1-7H6lDHhWTNNsnV7Bj2Yyn63ieCk= - dashdash@^1.12.0: version "1.14.1" resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" @@ -2948,21 +2785,11 @@ data-urls@^1.0.0: whatwg-mimetype "^2.1.0" whatwg-url "^7.0.0" -date-fns@^1.27.2: - version "1.29.0" - resolved "https://registry.npmjs.org/date-fns/-/date-fns-1.29.0.tgz#12e609cdcb935127311d04d33334e2960a2a54e6" - integrity sha512-lbTXWZ6M20cWH8N9S6afb0SBm6tMk+uUg6z3MqHPKE9atmsY3kJkTm8vKe93izJ2B2+q5MV990sM2CHgtAZaOw== - date-now@^0.1.4: version "0.1.4" resolved "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b" integrity sha1-6vQ5/U1ISK105cx9vvIAZyueNFs= -dateformat@^3.0.3: - version "3.0.3" - resolved "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" - integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== - debug-log@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/debug-log/-/debug-log-1.0.1.tgz#2307632d4c04382b8df8a32f70b895046d52745f" @@ -3015,18 +2842,18 @@ decamelize@^1.0.0, decamelize@^1.1.1, decamelize@^1.1.2: resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= +decamelize@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-2.0.0.tgz#656d7bbc8094c4c788ea53c5840908c9c7d063c7" + integrity sha512-Ikpp5scV3MSYxY39ymh45ZLEecsTdv/Xj2CaQfI8RLMuwi7XvjX9H/fhraiSuU+C5w5NTDu4ZU72xNiZnurBPg== + dependencies: + xregexp "4.0.0" + decode-uri-component@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= -decompress-response@^3.2.0, decompress-response@^3.3.0: - version "3.3.0" - resolved "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3" - integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M= - dependencies: - mimic-response "^1.0.0" - deep-extend@^0.6.0: version "0.6.0" resolved "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" @@ -3126,11 +2953,6 @@ destroy@~1.0.4: resolved "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= -detect-conflict@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/detect-conflict/-/detect-conflict-1.0.1.tgz#088657a66a961c05019db7c4230883b1c6b4176e" - integrity sha1-CIZXpmqWHAUBnbfEIwiDsca0F24= - detect-indent@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" @@ -3148,7 +2970,7 @@ detect-newline@^2.1.0: resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" integrity sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I= -diff@^3.2.0, diff@^3.5.0: +diff@^3.2.0: version "3.5.0" resolved "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA== @@ -3239,17 +3061,12 @@ ecc-jsbn@~0.1.1: jsbn "~0.1.0" safer-buffer "^2.1.0" -editions@^1.3.3: - version "1.3.4" - resolved "https://registry.npmjs.org/editions/-/editions-1.3.4.tgz#3662cb592347c3168eb8e498a0ff73271d67f50b" - integrity sha512-gzao+mxnYDzIysXKMQi/+M1mjy/rjestjg6OPoYTtI+3Izp23oiGZitsl9lPDPiTGXbcSIk1iJWhliSaglxnUg== - ee-first@1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= -ejs@^2.5.7, ejs@^2.5.9: +ejs@^2.5.7: version "2.6.1" resolved "https://registry.npmjs.org/ejs/-/ejs-2.6.1.tgz#498ec0d495655abc6f23cd61868d926464071aa0" integrity sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ== @@ -3259,11 +3076,6 @@ electron-to-chromium@^1.2.7: resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.81.tgz#32af69206ef78973b6a6771b0c8450c2ce253913" integrity sha512-+rym2xtzwPWmoi8AYRrCdW65QOT0vfUHjZb5mjgh0VLyj31pGM3CpP3znKhQNBzQaWujR/KEl/mfC2lnKYgADA== -elegant-spinner@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" - integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4= - elliptic@^6.0.0: version "6.4.1" resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz#c2d0b7776911b86722c632c3c06c60f2f819939a" @@ -3388,7 +3200,7 @@ engine.io@~3.2.0: engine.io-parser "~2.1.0" ws "~3.3.1" -enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0: +enhanced-resolve@^4.1.0: version "4.1.0" resolved "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz#41c7e0bfdfe74ac1ffe1e57ad6a5c6c9f3742a7f" integrity sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng== @@ -3397,11 +3209,6 @@ enhanced-resolve@^4.0.0, enhanced-resolve@^4.1.0: memory-fs "^0.4.0" tapable "^1.0.0" -envinfo@^5.7.0: - version "5.10.0" - resolved "https://registry.npmjs.org/envinfo/-/envinfo-5.10.0.tgz#503a9774ae15b93ea68bdfae2ccd6306624ea6df" - integrity sha512-rXbzXWvnQxy+TcqZlARbWVQwgGVVouVJgFZhLVN5htjLxl1thstrP2ZGi0pXC309AbK7gVOPU+ulz/tmpCI7iw== - errno@^0.1.3, errno@~0.1.7: version "0.1.7" resolved "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" @@ -3416,14 +3223,6 @@ error-ex@^1.2.0, error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" -error@^7.0.2: - version "7.0.2" - resolved "https://registry.npmjs.org/error/-/error-7.0.2.tgz#a5f75fff4d9926126ddac0ea5dc38e689153cb02" - integrity sha1-pfdf/02ZJhJt2sDqXcOOaJFTywI= - dependencies: - string-template "~0.2.1" - xtend "~4.0.0" - es-abstract@^1.5.1, es-abstract@^1.6.1, es-abstract@^1.7.0: version "1.12.0" resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165" @@ -3449,11 +3248,6 @@ es6-error@^4.0.1: resolved "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d" integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== -es6-promise@^4.0.5: - version "4.2.5" - resolved "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.5.tgz#da6d0d5692efb461e082c14817fe2427d8f5d054" - integrity sha512-n6wvpdE43VFtJq+lUDYDBFUwV8TZbuGXLV4D6wKafg13ldznKsyEvatubnmUe31zcvelSzOHF+XbaT+Bl9ObDg== - escape-html@1.0.3, escape-html@~1.0.3: version "1.0.3" resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" @@ -3658,7 +3452,7 @@ esprima@^3.1.3: resolved "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" integrity sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM= -esprima@^4.0.0, esprima@~4.0.0: +esprima@^4.0.0: version "4.0.1" resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== @@ -3730,6 +3524,19 @@ execa@0.6.3: signal-exit "^3.0.0" strip-eof "^1.0.0" +execa@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50" + integrity sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw== + dependencies: + cross-spawn "^6.0.0" + get-stream "^3.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + execa@^0.7.0: version "0.7.0" resolved "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" @@ -3743,11 +3550,6 @@ execa@^0.7.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -exit-hook@^1.0.0: - version "1.1.1" - resolved "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" - integrity sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g= - exit@^0.1.2: version "0.1.2" resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" @@ -3780,13 +3582,6 @@ expand-range@^1.8.1: dependencies: fill-range "^2.1.0" -expand-tilde@^2.0.0, expand-tilde@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" - integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - dependencies: - homedir-polyfill "^1.0.1" - expect@^23.6.0: version "23.6.0" resolved "https://registry.npmjs.org/expect/-/expect-23.6.0.tgz#1e0c8d3ba9a581c87bd71fb9bc8862d443425f98" @@ -3897,7 +3692,7 @@ extend@~3.0.0, extend@~3.0.2: resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== -external-editor@^2.0.4, external-editor@^2.1.0: +external-editor@^2.0.4: version "2.2.0" resolved "http://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5" integrity sha512-bSn6gvGxKt+b7+6TKEv1ZycHleA7aHhRHyAqJyp5pbUFuYYNIzpZnQDk7AsYckyWdEnTeAnay0aCy2aV6iTk9A== @@ -4021,14 +3816,6 @@ fbjs@0.8.17, fbjs@^0.8.9: setimmediate "^1.0.5" ua-parser-js "^0.7.18" -figures@^1.7.0: - version "1.7.0" - resolved "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" - integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= - dependencies: - escape-string-regexp "^1.0.5" - object-assign "^4.1.0" - figures@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" @@ -4160,13 +3947,6 @@ find-up@^3.0.0: dependencies: locate-path "^3.0.0" -first-chunk-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-2.0.0.tgz#1bdecdb8e083c0664b91945581577a43a9f31d70" - integrity sha1-G97NuOCDwGZLkZRVgVd6Q6nzHXA= - dependencies: - readable-stream "^2.0.2" - flat-cache@^1.2.1: version "1.3.0" resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.0.tgz#d3030b32b38154f4e3b7e9c709f490f7ef97c481" @@ -4187,11 +3967,6 @@ flow-bin@0.50.0: resolved "https://registry.npmjs.org/flow-bin/-/flow-bin-0.50.0.tgz#d4cdb2430dee1a3599f0eb6fe551146e3027256a" integrity sha1-1M2yQw3uGjWZ8Otv5VEUbjAnJWo= -flow-parser@^0.*: - version "0.83.0" - resolved "https://registry.npmjs.org/flow-parser/-/flow-parser-0.83.0.tgz#d0217ab0acb25c4eb7efd956ad0636c78b1f3482" - integrity sha512-L+8CQhekf9FJOr1cqH3G6bvBfCVt8uvKzZq25nwOymJeQChU4P8g6Iwb2rOytan//6dd3ptUL8BzLXS+DvzpTg== - flush-write-stream@^1.0.0: version "1.0.3" resolved "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd" @@ -4282,7 +4057,7 @@ fresh@0.5.2: resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= -from2@^2.1.0, from2@^2.1.1: +from2@^2.1.0: version "2.3.0" resolved "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= @@ -4406,7 +4181,7 @@ get-stdin@^6.0.0: resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== -get-stream@3.0.0, get-stream@^3.0.0: +get-stream@^3.0.0: version "3.0.0" resolved "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= @@ -4423,21 +4198,6 @@ getpass@^0.1.1: dependencies: assert-plus "^1.0.0" -gh-got@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/gh-got/-/gh-got-6.0.0.tgz#d74353004c6ec466647520a10bd46f7299d268d0" - integrity sha512-F/mS+fsWQMo1zfgG9MD8KWvTWPPzzhuVwY++fhQ5Ggd+0P+CAMHtzMZhNxG+TqGfHDChJKsbh6otfMGqO2AKBw== - dependencies: - got "^7.0.0" - is-plain-obj "^1.1.0" - -github-username@^4.0.0: - version "4.1.0" - resolved "https://registry.npmjs.org/github-username/-/github-username-4.1.0.tgz#cbe280041883206da4212ae9e4b5f169c30bf417" - integrity sha1-y+KABBiDIG2kISrp5LXxacML9Bc= - dependencies: - gh-got "^6.0.0" - giu@0.14.1: version "0.14.1" resolved "https://registry.npmjs.org/giu/-/giu-0.14.1.tgz#17485159c4c9b6e020577d39e9adc3052c477e94" @@ -4458,14 +4218,6 @@ giu@0.14.1: typeface-roboto "0.0.31" unorm "1.4.1" -glob-all@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/glob-all/-/glob-all-3.1.0.tgz#8913ddfb5ee1ac7812656241b03d5217c64b02ab" - integrity sha1-iRPd+17hrHgSZWJBsD1SF8ZLAqs= - dependencies: - glob "^7.0.5" - yargs "~1.2.6" - glob-base@^0.3.0: version "0.3.0" resolved "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" @@ -4518,25 +4270,10 @@ glob@~7.0.6: once "^1.3.0" path-is-absolute "^1.0.0" -global-modules@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" - integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - dependencies: - global-prefix "^1.0.1" - is-windows "^1.0.1" - resolve-dir "^1.0.0" - -global-prefix@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" - integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - dependencies: - expand-tilde "^2.0.2" - homedir-polyfill "^1.0.1" - ini "^1.3.4" - is-windows "^1.0.1" - which "^1.2.14" +global-modules-path@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/global-modules-path/-/global-modules-path-2.3.0.tgz#b0e2bac6beac39745f7db5c59d26a36a0b94f7dc" + integrity sha512-HchvMJNYh9dGSCy8pOQ2O8u/hoXaL+0XhnrwH0RyLiSXMMTl9W3N6KUU73+JFOg5PGjtzl6VZzUQsnrpm7Szag== globals@^11.1.0, globals@^11.7.0: version "11.8.0" @@ -4571,18 +4308,6 @@ globby@^5.0.0: pify "^2.0.0" pinkie-promise "^2.0.0" -globby@^7.1.1: - version "7.1.1" - resolved "https://registry.npmjs.org/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680" - integrity sha1-+yzP+UAfhgCUXfral0QMypcrhoA= - dependencies: - array-union "^1.0.1" - dir-glob "^2.0.0" - glob "^7.1.2" - ignore "^3.3.5" - pify "^3.0.0" - slash "^1.0.0" - globby@^8.0.1: version "8.0.1" resolved "https://registry.npmjs.org/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50" @@ -4630,49 +4355,6 @@ got@^6.3.0: unzip-response "^2.0.1" url-parse-lax "^1.0.0" -got@^7.0.0: - version "7.1.0" - resolved "https://registry.npmjs.org/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a" - integrity sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw== - dependencies: - decompress-response "^3.2.0" - duplexer3 "^0.1.4" - get-stream "^3.0.0" - is-plain-obj "^1.1.0" - is-retry-allowed "^1.0.0" - is-stream "^1.0.0" - isurl "^1.0.0-alpha5" - lowercase-keys "^1.0.0" - p-cancelable "^0.3.0" - p-timeout "^1.1.1" - safe-buffer "^5.0.1" - timed-out "^4.0.0" - url-parse-lax "^1.0.0" - url-to-options "^1.0.1" - -got@^8.3.1: - version "8.3.2" - resolved "https://registry.npmjs.org/got/-/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937" - integrity sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw== - dependencies: - "@sindresorhus/is" "^0.7.0" - cacheable-request "^2.1.1" - decompress-response "^3.3.0" - duplexer3 "^0.1.4" - get-stream "^3.0.0" - into-stream "^3.1.0" - is-retry-allowed "^1.1.0" - isurl "^1.0.0-alpha5" - lowercase-keys "^1.0.0" - mimic-response "^1.0.0" - p-cancelable "^0.4.0" - p-timeout "^2.0.1" - pify "^3.0.0" - safe-buffer "^5.1.1" - timed-out "^4.0.1" - url-parse-lax "^3.0.0" - url-to-options "^1.0.1" - graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6, graceful-fs@^4.1.9: version "4.1.11" resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" @@ -4692,33 +4374,24 @@ graphql-compiler@1.6.2: fb-watchman "^2.0.0" immutable "~3.7.6" -graphql-relay@0.5.2: - version "0.5.2" - resolved "https://registry.npmjs.org/graphql-relay/-/graphql-relay-0.5.2.tgz#40ff714efd60c2cd89e0bcc79e2afa6d87fa8673" - integrity sha1-QP9xTv1gws2J4LzHnir6bYf6hnM= - -graphql-subscriptions@0.4.4: - version "0.4.4" - resolved "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-0.4.4.tgz#39cff32d08dd3c990113864bab77154403727e9b" - integrity sha512-hqfUsZv39qmK4SEoKMnTO05U4EVvIeAD4ai5ztE9gCl4hEdeaF2Q5gvF80ONQQAnkys4odzxWYd2tBLS/cWl8g== - dependencies: - "@types/graphql" "^0.9.1" - es6-promise "^4.0.5" - iterall "^1.1.1" +graphql-relay@0.5.5: + version "0.5.5" + resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.5.5.tgz#d6815e6edd618e878d5d921c13fc66033ec867e2" + integrity sha1-1oFebt1hjoeNXZIcE/xmAz7IZ+I= -graphql@0.10.5: - version "0.10.5" - resolved "https://registry.npmjs.org/graphql/-/graphql-0.10.5.tgz#c9be17ca2bdfdbd134077ffd9bbaa48b8becd298" - integrity sha512-Q7cx22DiLhwHsEfUnUip1Ww/Vfx7FS0w6+iHItNuN61+XpegHSa3k5U0+6M5BcpavQImBwFiy0z3uYwY7cXMLQ== +graphql-subscriptions@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/graphql-subscriptions/-/graphql-subscriptions-1.0.0.tgz#475267694b3bd465af6477dbab4263a3f62702b8" + integrity sha512-+ytmryoHF1LVf58NKEaNPRUzYyXplm120ntxfPcgOBC7TnK7Tv/4VRHeh4FAR9iL+O1bqhZs4nkibxQ+OA5cDQ== dependencies: - iterall "^1.1.0" + iterall "^1.2.1" -grouped-queue@^0.3.3: - version "0.3.3" - resolved "https://registry.npmjs.org/grouped-queue/-/grouped-queue-0.3.3.tgz#c167d2a5319c5a0e0964ef6a25b7c2df8996c85c" - integrity sha1-wWfSpTGcWg4JZO9qJbfC34mWyFw= +graphql@14.0.2: + version "14.0.2" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650" + integrity sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw== dependencies: - lodash "^4.17.2" + iterall "^1.2.2" growly@^1.3.0: version "1.3.0" @@ -4795,11 +4468,6 @@ has-binary@0.1.7: dependencies: isarray "0.0.1" -has-color@~0.1.0: - version "0.1.7" - resolved "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz#67144a5260c34fc3cca677d041daf52fe7b78b2f" - integrity sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8= - has-cors@1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz#5e474793f7ea9843d1bb99c23eef49ff126fff39" @@ -4815,23 +4483,11 @@ has-flag@^3.0.0: resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= -has-symbol-support-x@^1.4.1: - version "1.4.2" - resolved "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455" - integrity sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw== - has-symbols@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= -has-to-string-tag-x@^1.2.0: - version "1.4.1" - resolved "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz#a045ab383d7b4b2012a00148ab0aa5f290044d4d" - integrity sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw== - dependencies: - has-symbol-support-x "^1.4.1" - has-unicode@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" @@ -4928,13 +4584,6 @@ home-or-tmp@^2.0.0: os-homedir "^1.0.0" os-tmpdir "^1.0.1" -homedir-polyfill@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz#4c2bbc8a758998feebf5ed68580f76d46768b4bc" - integrity sha1-TCu8inWJmP7r9e1oWA921GdotLw= - dependencies: - parse-passwd "^1.0.0" - hosted-git-info@^2.1.4: version "2.7.1" resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" @@ -4952,11 +4601,6 @@ html-encoding-sniffer@^1.0.2: dependencies: whatwg-encoding "^1.0.1" -http-cache-semantics@3.8.1: - version "3.8.1" - resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" - integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== - http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3: version "1.6.3" resolved "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" @@ -5076,6 +4720,14 @@ import-local@^1.0.0: pkg-dir "^2.0.0" resolve-cwd "^2.0.0" +import-local@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d" + integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ== + dependencies: + pkg-dir "^3.0.0" + resolve-cwd "^2.0.0" + imurmurhash@^0.1.4: version "0.1.4" resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" @@ -5093,11 +4745,6 @@ indent-string@^2.1.0: dependencies: repeating "^2.0.0" -indent-string@^3.0.0: - version "3.2.0" - resolved "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" - integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= - indexes-of@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" @@ -5126,7 +4773,7 @@ inherits@2.0.1: resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= -ini@^1.3.4, ini@~1.3.0: +ini@~1.3.0: version "1.3.5" resolved "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== @@ -5151,26 +4798,7 @@ inquirer@3.2.1: strip-ansi "^4.0.0" through "^2.3.6" -inquirer@^5.2.0: - version "5.2.0" - resolved "http://registry.npmjs.org/inquirer/-/inquirer-5.2.0.tgz#db350c2b73daca77ff1243962e9f22f099685726" - integrity sha512-E9BmnJbAKLPGonz0HeWHtbKf+EeSP93paWO3ZYoUpq/aowXvYGjjCSuashhXPpzbArIjBbji39THkxTz9ZeEUQ== - dependencies: - ansi-escapes "^3.0.0" - chalk "^2.0.0" - cli-cursor "^2.1.0" - cli-width "^2.0.0" - external-editor "^2.1.0" - figures "^2.0.0" - lodash "^4.3.0" - mute-stream "0.0.7" - run-async "^2.2.0" - rxjs "^5.5.2" - string-width "^2.1.0" - strip-ansi "^4.0.0" - through "^2.3.6" - -inquirer@^6.0.0, inquirer@^6.1.0: +inquirer@^6.1.0: version "6.2.0" resolved "https://registry.npmjs.org/inquirer/-/inquirer-6.2.0.tgz#51adcd776f661369dc1e894859c2560a224abdd8" integrity sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg== @@ -5218,14 +4846,6 @@ intl-relativeformat@^2.1.0: dependencies: intl-messageformat "^2.0.0" -into-stream@^3.1.0: - version "3.1.0" - resolved "http://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6" - integrity sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY= - dependencies: - from2 "^2.1.1" - p-is-promise "^1.1.0" - invariant@^2.1.1, invariant@^2.2.1, invariant@^2.2.2, invariant@^2.2.4: version "2.2.4" resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" @@ -5238,6 +4858,11 @@ invert-kv@^1.0.0: resolved "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= +invert-kv@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" + integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA== + ipaddr.js@1.4.0: version "1.4.0" resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.4.0.tgz#296aca878a821816e5b85d0a285a99bcff4582f0" @@ -5459,18 +5084,6 @@ is-obj@^1.0.0: resolved "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= -is-object@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470" - integrity sha1-iVJojF7C/9awPsyF52ngKQMINHA= - -is-observable@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/is-observable/-/is-observable-1.1.0.tgz#b3e986c8f44de950867cab5403f5a3465005975e" - integrity sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA== - dependencies: - symbol-observable "^1.1.0" - is-path-cwd@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d" @@ -5490,7 +5103,7 @@ is-path-inside@^1.0.0: dependencies: path-is-inside "^1.0.1" -is-plain-obj@^1.0.0, is-plain-obj@^1.1.0: +is-plain-obj@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e" integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4= @@ -5539,18 +5152,11 @@ is-resolvable@^1.1.0: resolved "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== -is-retry-allowed@^1.0.0, is-retry-allowed@^1.1.0: +is-retry-allowed@^1.0.0: version "1.1.0" resolved "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34" integrity sha1-EaBgVotnM5REAz0BJaYaINVk+zQ= -is-scoped@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz#449ca98299e713038256289ecb2b540dc437cb30" - integrity sha1-RJypgpnnEwOCViieyytUDcQ3yzA= - dependencies: - scoped-regex "^1.0.0" - is-stream@^1.0.0, is-stream@^1.0.1, is-stream@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" @@ -5580,7 +5186,7 @@ is-utf8@^0.2.0: resolved "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= -is-windows@^1.0.1, is-windows@^1.0.2: +is-windows@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== @@ -5605,13 +5211,6 @@ isarray@2.0.1: resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz#a37d94ed9cda2d59865c9f76fe596ee1f338741e" integrity sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4= -isbinaryfile@^3.0.2: - version "3.0.3" - resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz#5d6def3edebf6e8ca8cae9c30183a804b5f8be80" - integrity sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw== - dependencies: - buffer-alloc "^1.2.0" - isexe@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" @@ -5764,26 +5363,9 @@ istanbul-reports@^2.0.1: dependencies: handlebars "^4.0.11" -istextorbinary@^2.2.1: - version "2.2.1" - resolved "https://registry.npmjs.org/istextorbinary/-/istextorbinary-2.2.1.tgz#a5231a08ef6dd22b268d0895084cf8d58b5bec53" - integrity sha512-TS+hoFl8Z5FAFMK38nhBkdLt44CclNRgDHWeMgsV8ko3nDlr/9UI2Sf839sW7enijf8oKsZYXRvM8g0it9Zmcw== - dependencies: - binaryextensions "2" - editions "^1.3.3" - textextensions "2" - -isurl@^1.0.0-alpha5: - version "1.0.0" - resolved "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz#b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67" - integrity sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w== - dependencies: - has-to-string-tag-x "^1.2.0" - is-object "^1.0.1" - -iterall@^1.1.0, iterall@^1.1.1: +iterall@^1.2.1, iterall@^1.2.2: version "1.2.2" - resolved "https://registry.npmjs.org/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7" + resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7" integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA== jest-changed-files@^23.4.2: @@ -6168,48 +5750,6 @@ jsbn@~0.1.0: resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= -jscodeshift@^0.4.0: - version "0.4.1" - resolved "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.4.1.tgz#da91a1c2eccfa03a3387a21d39948e251ced444a" - integrity sha512-iOX6If+hsw0q99V3n31t4f5VlD1TQZddH08xbT65ZqA7T4Vkx68emrDZMUOLVvCEAJ6NpAk7DECe3fjC/t52AQ== - dependencies: - async "^1.5.0" - babel-plugin-transform-flow-strip-types "^6.8.0" - babel-preset-es2015 "^6.9.0" - babel-preset-stage-1 "^6.5.0" - babel-register "^6.9.0" - babylon "^6.17.3" - colors "^1.1.2" - flow-parser "^0.*" - lodash "^4.13.1" - micromatch "^2.3.7" - node-dir "0.1.8" - nomnom "^1.8.1" - recast "^0.12.5" - temp "^0.8.1" - write-file-atomic "^1.2.0" - -jscodeshift@^0.5.0: - version "0.5.1" - resolved "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.5.1.tgz#4af6a721648be8638ae1464a190342da52960c33" - integrity sha512-sRMollbhbmSDrR79JMAnhEjyZJlQQVozeeY9A6/KNuV26DNcuB3mGSCWXp0hks9dcwRNOELbNOiwraZaXXRk5Q== - dependencies: - babel-plugin-transform-flow-strip-types "^6.8.0" - babel-preset-es2015 "^6.9.0" - babel-preset-stage-1 "^6.5.0" - babel-register "^6.9.0" - babylon "^7.0.0-beta.47" - colors "^1.1.2" - flow-parser "^0.*" - lodash "^4.13.1" - micromatch "^2.3.7" - neo-async "^2.5.0" - node-dir "0.1.8" - nomnom "^1.8.1" - recast "^0.15.0" - temp "^0.8.1" - write-file-atomic "^1.2.0" - jsdom@^11.5.1: version "11.12.0" resolved "https://registry.npmjs.org/jsdom/-/jsdom-11.12.0.tgz#1a80d40ddd378a1de59656e9e6dc5a3ba8657bc8" @@ -6257,11 +5797,6 @@ jsesc@~0.5.0: resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= -json-buffer@3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" - integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= - json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" @@ -6341,13 +5876,6 @@ keycode@2.1.9: resolved "https://registry.npmjs.org/keycode/-/keycode-2.1.9.tgz#964a23c54e4889405b4861a5c9f0480d45141dfa" integrity sha1-lkojxU5IiUBbSGGlyfBIDUUUHfo= -keyv@3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz#44923ba39e68b12a7cec7df6c3268c031f2ef373" - integrity sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA== - dependencies: - json-buffer "3.0.0" - kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: version "3.2.2" resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" @@ -6396,6 +5924,13 @@ lcid@^1.0.0: dependencies: invert-kv "^1.0.0" +lcid@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf" + integrity sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA== + dependencies: + invert-kv "^2.0.0" + lcov-parse@0.0.10: version "0.0.10" resolved "https://registry.npmjs.org/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3" @@ -6419,50 +5954,6 @@ levn@^0.3.0, levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -listr-silent-renderer@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz#924b5a3757153770bf1a8e3fbf74b8bbf3f9242e" - integrity sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4= - -listr-update-renderer@^0.4.0: - version "0.4.0" - resolved "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.4.0.tgz#344d980da2ca2e8b145ba305908f32ae3f4cc8a7" - integrity sha1-NE2YDaLKLosUW6MFkI8yrj9MyKc= - dependencies: - chalk "^1.1.3" - cli-truncate "^0.2.1" - elegant-spinner "^1.0.1" - figures "^1.7.0" - indent-string "^3.0.0" - log-symbols "^1.0.2" - log-update "^1.0.2" - strip-ansi "^3.0.1" - -listr-verbose-renderer@^0.4.0: - version "0.4.1" - resolved "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz#8206f4cf6d52ddc5827e5fd14989e0e965933a35" - integrity sha1-ggb0z21S3cWCfl/RSYng6WWTOjU= - dependencies: - chalk "^1.1.3" - cli-cursor "^1.0.2" - date-fns "^1.27.2" - figures "^1.7.0" - -listr@^0.14.1: - version "0.14.2" - resolved "https://registry.npmjs.org/listr/-/listr-0.14.2.tgz#cbe44b021100a15376addfc2d79349ee430bfe14" - integrity sha512-vmaNJ1KlGuGWShHI35X/F8r9xxS0VTHh9GejVXwSN20fG5xpq3Jh4bJbnumoT6q5EDM/8/YP1z3YMtQbFmhuXw== - dependencies: - "@samverschueren/stream-to-observable" "^0.3.0" - is-observable "^1.1.0" - is-promise "^2.1.0" - is-stream "^1.1.0" - listr-silent-renderer "^1.1.1" - listr-update-renderer "^0.4.0" - listr-verbose-renderer "^0.4.0" - p-map "^1.1.1" - rxjs "^6.1.0" - load-json-file@^1.0.0: version "1.1.0" resolved "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" @@ -6584,7 +6075,7 @@ lodash@4.17.4: resolved "http://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" integrity sha1-eCA6TRwyiuHYbcpkYONptX9AVa4= -lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.10: +lodash@^4.0.0, lodash@^4.12.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.10: version "4.17.11" resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== @@ -6594,28 +6085,6 @@ log-driver@1.2.5: resolved "https://registry.npmjs.org/log-driver/-/log-driver-1.2.5.tgz#7ae4ec257302fd790d557cb10c97100d857b0056" integrity sha1-euTsJXMC/XkNVXyxDJcQDYV7AFY= -log-symbols@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18" - integrity sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg= - dependencies: - chalk "^1.0.0" - -log-symbols@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" - integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== - dependencies: - chalk "^2.0.1" - -log-update@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz#19929f64c4093d2d2e7075a1dad8af59c296b8d1" - integrity sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE= - dependencies: - ansi-escapes "^1.0.0" - cli-cursor "^1.0.2" - longest@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" @@ -6636,11 +6105,6 @@ loud-rejection@^1.0.0: currently-unhandled "^0.4.1" signal-exit "^3.0.0" -lowercase-keys@1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" - integrity sha1-TjNms55/VFfjXxMkvfb4jQv8cwY= - lowercase-keys@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" @@ -6654,7 +6118,7 @@ lru-cache@^4.0.1, lru-cache@^4.1.1: pseudomap "^1.0.2" yallist "^2.1.2" -make-dir@^1.0.0, make-dir@^1.1.0, make-dir@^1.3.0: +make-dir@^1.0.0, make-dir@^1.3.0: version "1.3.0" resolved "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ== @@ -6675,6 +6139,13 @@ makeerror@1.0.x: dependencies: tmpl "1.0.x" +map-age-cleaner@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.2.tgz#098fb15538fd3dbe461f12745b0ca8568d4e3f74" + integrity sha512-UN1dNocxQq44IhJyMI4TU8phc2m9BddacHRPRjKGLYaF0jqd3xLz0jS0skpAU9WgYyoR4gHtUpzytNBS385FWQ== + dependencies: + p-defer "^1.0.0" + map-cache@^0.2.2: version "0.2.2" resolved "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" @@ -6728,32 +6199,6 @@ media-typer@0.3.0: resolved "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= -mem-fs-editor@^4.0.0: - version "4.0.3" - resolved "https://registry.npmjs.org/mem-fs-editor/-/mem-fs-editor-4.0.3.tgz#d282a0c4e0d796e9eff9d75661f25f68f389af53" - integrity sha512-tgWmwI/+6vwu6POan82dTjxEpwAoaj0NAFnghtVo/FcLK2/7IhPUtFUUYlwou4MOY6OtjTUJtwpfH1h+eSUziw== - dependencies: - commondir "^1.0.1" - deep-extend "^0.6.0" - ejs "^2.5.9" - glob "^7.0.3" - globby "^7.1.1" - isbinaryfile "^3.0.2" - mkdirp "^0.5.0" - multimatch "^2.0.0" - rimraf "^2.2.8" - through2 "^2.0.0" - vinyl "^2.0.1" - -mem-fs@^1.1.0: - version "1.1.3" - resolved "https://registry.npmjs.org/mem-fs/-/mem-fs-1.1.3.tgz#b8ae8d2e3fcb6f5d3f9165c12d4551a065d989cc" - integrity sha1-uK6NLj/Lb10/kWXBLUVRoGXZicw= - dependencies: - through2 "^2.0.0" - vinyl "^1.1.0" - vinyl-file "^2.0.0" - mem@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" @@ -6761,6 +6206,15 @@ mem@^1.1.0: dependencies: mimic-fn "^1.0.0" +mem@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/mem/-/mem-4.0.0.tgz#6437690d9471678f6cc83659c00cbafcd6b0cdaf" + integrity sha512-WQxG/5xYc3tMbYLXoXPm81ET2WDULiU5FxbuIoNbJqLOOI8zehXFdZuiUEgfdrU2mVB1pxBZUGlYORSrpuJreA== + dependencies: + map-age-cleaner "^0.1.1" + mimic-fn "^1.0.0" + p-is-promise "^1.1.0" + memory-fs@^0.4.0, memory-fs@~0.4.1: version "0.4.1" resolved "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552" @@ -6835,7 +6289,7 @@ methods@~1.1.2: resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= -micromatch@^2.1.5, micromatch@^2.3.11, micromatch@^2.3.7: +micromatch@^2.1.5, micromatch@^2.3.11: version "2.3.11" resolved "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU= @@ -6908,11 +6362,6 @@ mimic-fn@^1.0.0: resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== -mimic-response@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b" - integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== - minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" @@ -6923,7 +6372,7 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: +minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@~3.0.2: version "3.0.4" resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== @@ -6940,11 +6389,6 @@ minimist@1.2.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0: resolved "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= -minimist@^0.1.0: - version "0.1.0" - resolved "http://registry.npmjs.org/minimist/-/minimist-0.1.0.tgz#99df657a52574c21c9057497df742790b2b4c0de" - integrity sha1-md9lelJXTCHJBXSX33QnkLK0wN4= - minimist@~0.0.1: version "0.0.10" resolved "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" @@ -7041,16 +6485,6 @@ ms@^2.1.1: resolved "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== -multimatch@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/multimatch/-/multimatch-2.1.0.tgz#9c7906a22fb4c02919e2f5f75161b4cdbd4b2a2b" - integrity sha1-nHkGoi+0wCkZ4vX3UWG0zb1LKis= - dependencies: - array-differ "^1.0.0" - array-union "^1.0.1" - arrify "^1.0.0" - minimatch "^3.0.0" - mute-stream@0.0.7: version "0.0.7" resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" @@ -7117,11 +6551,6 @@ nice-try@^1.0.4: resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== -node-dir@0.1.8: - version "0.1.8" - resolved "https://registry.npmjs.org/node-dir/-/node-dir-0.1.8.tgz#55fb8deb699070707fb67f91a460f0448294c77d" - integrity sha1-VfuN62mQcHB/tn+RpGDwRIKUx30= - node-fetch@^1.0.1: version "1.7.3" resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" @@ -7233,14 +6662,6 @@ node-sass@^4.9.4: stdout-stream "^1.4.0" "true-case-path" "^1.0.2" -nomnom@^1.8.1: - version "1.8.1" - resolved "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz#2151f722472ba79e50a76fc125bb8c8f2e4dc2a7" - integrity sha1-IVH3Ikcrp55Qp2/BJbuMjy5Nwqc= - dependencies: - chalk "~0.4.0" - underscore "~1.6.0" - "nopt@2 || 3", nopt@~3.0.6: version "3.0.6" resolved "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" @@ -7278,15 +6699,6 @@ normalize-range@^0.1.2: resolved "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" integrity sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= -normalize-url@2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz#835a9da1551fa26f70e92329069a23aa6574d7e6" - integrity sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw== - dependencies: - prepend-http "^2.0.0" - query-string "^5.0.1" - sort-keys "^2.0.0" - normalize-url@^1.4.0: version "1.9.1" resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz#2cc0d66b31ea23036458436e3620d85954c66c3c" @@ -7507,11 +6919,6 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0: dependencies: wrappy "1" -onetime@^1.0.0: - version "1.1.0" - resolved "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" - integrity sha1-ofeDj4MUxRbwXs78vEzP4EtO14k= - onetime@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" @@ -7582,6 +6989,15 @@ os-locale@^2.0.0: lcid "^1.0.0" mem "^1.1.0" +os-locale@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.0.1.tgz#3b014fbf01d87f60a1e5348d80fe870dc82c4620" + integrity sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw== + dependencies: + execa "^0.10.0" + lcid "^2.0.0" + mem "^4.0.0" + os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" @@ -7604,22 +7020,10 @@ output-file-sync@^1.1.2: mkdirp "^0.5.1" object-assign "^4.1.0" -p-cancelable@^0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa" - integrity sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw== - -p-cancelable@^0.4.0: - version "0.4.1" - resolved "http://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0" - integrity sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ== - -p-each-series@^1.0.0: +p-defer@^1.0.0: version "1.0.0" - resolved "https://registry.npmjs.org/p-each-series/-/p-each-series-1.0.0.tgz#930f3d12dd1f50e7434457a22cd6f04ac6ad7f71" - integrity sha1-kw89Et0fUOdDRFeiLNbwSsatf3E= - dependencies: - p-reduce "^1.0.0" + resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c" + integrity sha1-n26xgvbJqozXQwBKfU+WsZaw+ww= p-finally@^1.0.0: version "1.0.0" @@ -7631,11 +7035,6 @@ p-is-promise@^1.1.0: resolved "http://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz#9c9456989e9f6588017b0434d56097675c3da05e" integrity sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4= -p-lazy@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/p-lazy/-/p-lazy-1.0.0.tgz#ec53c802f2ee3ac28f166cc82d0b2b02de27a835" - integrity sha1-7FPIAvLuOsKPFmzILQsrAt4nqDU= - p-limit@^1.1.0: version "1.3.0" resolved "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" @@ -7664,30 +7063,6 @@ p-locate@^3.0.0: dependencies: p-limit "^2.0.0" -p-map@^1.1.1: - version "1.2.0" - resolved "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b" - integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA== - -p-reduce@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa" - integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo= - -p-timeout@^1.1.1: - version "1.2.1" - resolved "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz#5eb3b353b7fce99f101a1038880bb054ebbea386" - integrity sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y= - dependencies: - p-finally "^1.0.0" - -p-timeout@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038" - integrity sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA== - dependencies: - p-finally "^1.0.0" - p-try@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" @@ -7758,11 +7133,6 @@ parse-json@^4.0.0: error-ex "^1.3.1" json-parse-better-errors "^1.0.1" -parse-passwd@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" - integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - parse5@4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" @@ -7885,7 +7255,7 @@ performance-now@^2.1.0: resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= -pify@^2.0.0, pify@^2.3.0: +pify@^2.0.0: version "2.3.0" resolved "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= @@ -8237,26 +7607,16 @@ prepend-http@^1.0.0, prepend-http@^1.0.1: resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc" integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw= -prepend-http@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897" - integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc= - preserve@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= -prettier@^1.12.1, prettier@^1.14.3: +prettier@^1.14.3: version "1.14.3" resolved "https://registry.npmjs.org/prettier/-/prettier-1.14.3.tgz#90238dd4c0684b7edce5f83b0fb7328e48bd0895" integrity sha512-qZDVnCrnpsRJJq5nSsiHCE3BYMED2OtsI+cmzIzF1QIfqm5ALf8tEJcO27zV1gKNKRPdhjO0dNWnrzssDQ1tFg== -pretty-bytes@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz#b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9" - integrity sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk= - pretty-format@^23.5.0, pretty-format@^23.6.0: version "23.6.0" resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-23.6.0.tgz#5eaac8eeb6b33b987b7fe6097ea6a8a146ab5760" @@ -8265,12 +7625,12 @@ pretty-format@^23.5.0, pretty-format@^23.6.0: ansi-regex "^3.0.0" ansi-styles "^3.2.0" -private@^0.1.6, private@^0.1.8, private@~0.1.5: +private@^0.1.6, private@^0.1.8: version "0.1.8" resolved "https://registry.npmjs.org/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" integrity sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg== -process-nextick-args@^2.0.0, process-nextick-args@~2.0.0: +process-nextick-args@~2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw== @@ -8424,15 +7784,6 @@ query-string@^4.1.0: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -query-string@^5.0.1: - version "5.1.1" - resolved "http://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz#a78c012b71c17e05f2e3fa2319dd330682efb3cb" - integrity sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw== - dependencies: - decode-uri-component "^0.2.0" - object-assign "^4.1.0" - strict-uri-encode "^1.0.0" - querystring-es3@^0.2.0: version "0.2.1" resolved "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" @@ -8518,9 +7869,9 @@ react-is@^16.6.0: resolved "https://registry.npmjs.org/react-is/-/react-is-16.6.0.tgz#456645144581a6e99f6816ae2bd24ee94bdd0c01" integrity sha512-q8U7k0Fi7oxF1HvQgyBjPwDXeMplEsArnKt2iYhuIF86+GBbgLHdAmokL3XUFjTd7Q363OSNG55FOGUdONVn1g== -react-relay@^1.2.0: +react-relay@^1.6.2: version "1.6.2" - resolved "https://registry.npmjs.org/react-relay/-/react-relay-1.6.2.tgz#2e48480390b327dbf28cb0d97420db64fae4bda6" + resolved "https://registry.yarnpkg.com/react-relay/-/react-relay-1.6.2.tgz#2e48480390b327dbf28cb0d97420db64fae4bda6" integrity sha512-gccbtizhRgLcRbDn+Hh/uCZYg6/rtkWKPVd/sEeziqMMgWEoma81Wgd2zaLsuHhg5MZF6q4XmjYGMKuCIEV7fA== dependencies: babel-runtime "^6.23.0" @@ -8558,14 +7909,6 @@ react@^16.6.0: prop-types "^15.6.2" scheduler "^0.10.0" -read-chunk@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/read-chunk/-/read-chunk-2.1.0.tgz#6a04c0928005ed9d42e1a6ac5600e19cbc7ff655" - integrity sha1-agTAkoAF7Z1C4aasVgDhnLx/9lU= - dependencies: - pify "^3.0.0" - safe-buffer "^5.1.1" - read-pkg-up@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" @@ -8582,14 +7925,6 @@ read-pkg-up@^2.0.0: find-up "^2.0.0" read-pkg "^2.0.0" -read-pkg-up@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07" - integrity sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc= - dependencies: - find-up "^2.0.0" - read-pkg "^3.0.0" - read-pkg-up@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz#1b221c6088ba7799601c808f91161c66e58f8978" @@ -8625,7 +7960,7 @@ read-pkg@^3.0.0: normalize-package-data "^2.3.2" path-type "^3.0.0" -"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.5, readable-stream@^2.3.6: +"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6: version "2.3.6" resolved "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== @@ -8654,27 +7989,6 @@ realpath-native@^1.0.0: dependencies: util.promisify "^1.0.0" -recast@^0.12.5: - version "0.12.9" - resolved "https://registry.npmjs.org/recast/-/recast-0.12.9.tgz#e8e52bdb9691af462ccbd7c15d5a5113647a15f1" - integrity sha512-y7ANxCWmMW8xLOaiopiRDlyjQ9ajKRENBH+2wjntIbk3A6ZR1+BLQttkmSHMY7Arl+AAZFwJ10grg2T6f1WI8A== - dependencies: - ast-types "0.10.1" - core-js "^2.4.1" - esprima "~4.0.0" - private "~0.1.5" - source-map "~0.6.1" - -recast@^0.15.0: - version "0.15.5" - resolved "https://registry.npmjs.org/recast/-/recast-0.15.5.tgz#6871177ee26720be80d7624e4283d5c855a5cb0b" - integrity sha512-nkAYNqarh73cMWRKFiPQ8I9dOLFvFk6SnG8u/LUlOYfArDOD/EjsVRAs860TlBLrpxqAXHGET/AUAVjdEymL5w== - dependencies: - ast-types "0.11.5" - esprima "~4.0.0" - private "~0.1.5" - source-map "~0.6.1" - rechoir@^0.6.2: version "0.6.2" resolved "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384" @@ -8795,9 +8109,9 @@ regjsparser@^0.1.4: dependencies: jsesc "~0.5.0" -relay-compiler@^1.2.0: +relay-compiler@^1.6.2: version "1.6.2" - resolved "https://registry.npmjs.org/relay-compiler/-/relay-compiler-1.6.2.tgz#845e27bb446e993524d176b0ef4593c9757ed662" + resolved "https://registry.yarnpkg.com/relay-compiler/-/relay-compiler-1.6.2.tgz#845e27bb446e993524d176b0ef4593c9757ed662" integrity sha512-p2dYbQR4up4ZPLbTQ7GRP0ySlN3Btr1eT4PBhzCC+z4iJxZJczUPJnCvmxTvIHaxgoSjlUS88TR0Dbl13s7gDw== dependencies: "@babel/generator" "7.0.0-beta.54" @@ -8817,7 +8131,7 @@ relay-compiler@^1.2.0: signedsource "^1.0.0" yargs "^9.0.0" -relay-runtime@1.6.2, relay-runtime@^1.2.0: +relay-runtime@1.6.2, relay-runtime@^1.6.2: version "1.6.2" resolved "https://registry.npmjs.org/relay-runtime/-/relay-runtime-1.6.2.tgz#5ecd43d92799e761454200b455dd1c0cb0259659" integrity sha512-eWjdlK+OvzW35fbYcFrO+S4dMyxb1LqrCU9HBh1OEEK465Te+l+l2Rmg9RCdcvaPuq7zGC6+Anec2/2aNXtiUA== @@ -8854,16 +8168,6 @@ repeating@^2.0.0: dependencies: is-finite "^1.0.0" -replace-ext@0.0.1: - version "0.0.1" - resolved "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz#29bbd92078a739f0bcce2b4ee41e837953522924" - integrity sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ= - -replace-ext@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb" - integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs= - request-promise-core@1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.1.tgz#3eee00b2c5aa83239cfb04c5700da36f81cd08b6" @@ -8962,14 +8266,6 @@ resolve-cwd@^2.0.0: dependencies: resolve-from "^3.0.0" -resolve-dir@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" - integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= - dependencies: - expand-tilde "^2.0.0" - global-modules "^1.0.0" - resolve-from@^1.0.0: version "1.0.1" resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz#26cbfe935d1aeeeabb29bc3fe5aeb01e93d44226" @@ -9002,21 +8298,6 @@ resolve@^1.1.6, resolve@^1.5.0, resolve@^1.6.0: dependencies: path-parse "^1.0.5" -responselike@1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" - integrity sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec= - dependencies: - lowercase-keys "^1.0.0" - -restore-cursor@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" - integrity sha1-NGYfRohjJ/7SmRR5FSJS35LapUE= - dependencies: - exit-hook "^1.0.0" - onetime "^1.0.0" - restore-cursor@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" @@ -9051,11 +8332,6 @@ rimraf@2.6.1: dependencies: glob "^7.0.5" -rimraf@~2.2.6: - version "2.2.8" - resolved "http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582" - integrity sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI= - ripemd160@^2.0.0, ripemd160@^2.0.1: version "2.0.2" resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" @@ -9069,7 +8345,7 @@ rsvp@^3.3.3: resolved "https://registry.npmjs.org/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a" integrity sha512-OfWGQTb9vnwRjwtA2QwpG2ICclHC3pgXZO5xt8H2EfgDquO0qVdSb5T88L4qJVAEugbS56pAuV4XZM58UX8ulw== -run-async@^2.0.0, run-async@^2.2.0: +run-async@^2.2.0: version "2.3.0" resolved "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0" integrity sha1-A3GrSuC91yDUFm19/aZP96RFpsA= @@ -9095,13 +8371,6 @@ rx-lite@*, rx-lite@^4.0.8: resolved "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444" integrity sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ= -rxjs@^5.5.2: - version "5.5.12" - resolved "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz#6fa61b8a77c3d793dbaf270bee2f43f652d741cc" - integrity sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw== - dependencies: - symbol-observable "1.0.1" - rxjs@^6.1.0: version "6.3.3" resolved "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55" @@ -9184,11 +8453,6 @@ schema-utils@^0.4.4, schema-utils@^0.4.5: ajv "^6.1.0" ajv-keywords "^3.1.0" -scoped-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/scoped-regex/-/scoped-regex-1.0.0.tgz#a346bb1acd4207ae70bd7c0c7ca9e566b6baddb8" - integrity sha1-o0a7Gs1CB65wvXwMfKnlZra63bg= - scss-tokenizer@^0.2.3: version "0.2.3" resolved "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1" @@ -9372,15 +8636,6 @@ shelljs@0.7.8: interpret "^1.0.0" rechoir "^0.6.2" -shelljs@^0.8.0: - version "0.8.2" - resolved "https://registry.npmjs.org/shelljs/-/shelljs-0.8.2.tgz#345b7df7763f4c2340d584abb532c5f752ca9e35" - integrity sha512-pRXeNrCA2Wd9itwhvLp5LZQvPJ0wU6bcjaTMywHHGX5XWhVN2nzSu7WV0q+oUY7mGK3mgSkDDzP3MgjqdyIgbQ== - dependencies: - glob "^7.0.0" - interpret "^1.0.0" - rechoir "^0.6.2" - shellwords@^0.1.1: version "0.1.1" resolved "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" @@ -9406,11 +8661,6 @@ slash@1.0.0, slash@^1.0.0: resolved "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= -slice-ansi@0.0.4: - version "0.0.4" - resolved "http://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" - integrity sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU= - slice-ansi@1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz#044f1a49d8842ff307aad6b505ed178bd950134d" @@ -9571,13 +8821,6 @@ sort-keys@^1.0.0: dependencies: is-plain-obj "^1.0.0" -sort-keys@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" - integrity sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg= - dependencies: - is-plain-obj "^1.0.0" - source-list-map@^2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34" @@ -9888,11 +9131,6 @@ string-length@^2.0.0: astral-regex "^1.0.0" strip-ansi "^4.0.0" -string-template@~0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add" - integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0= - string-width@^1.0.1, string-width@^1.0.2: version "1.0.2" resolved "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" @@ -9936,19 +9174,6 @@ strip-ansi@^4.0.0: dependencies: ansi-regex "^3.0.0" -strip-ansi@~0.1.0: - version "0.1.1" - resolved "http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991" - integrity sha1-OeipjQRNFQZgq+SmgIrPcLt7yZE= - -strip-bom-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-2.0.0.tgz#f87db5ef2613f6968aa545abfe1ec728b6a829ca" - integrity sha1-+H217yYT9paKpUWr/h7HKLaoKco= - dependencies: - first-chunk-stream "^2.0.0" - strip-bom "^2.0.0" - strip-bom@3.0.0, strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" @@ -9998,7 +9223,7 @@ supports-color@^3.1.2, supports-color@^3.2.3: dependencies: has-flag "^1.0.0" -supports-color@^5.3.0, supports-color@^5.4.0: +supports-color@^5.3.0, supports-color@^5.4.0, supports-color@^5.5.0: version "5.5.0" resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== @@ -10018,12 +9243,7 @@ svgo@^0.7.0: sax "~1.2.1" whet.extend "~0.9.9" -symbol-observable@1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4" - integrity sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ= - -symbol-observable@^1.0.3, symbol-observable@^1.1.0: +symbol-observable@^1.0.3: version "1.2.0" resolved "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804" integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ== @@ -10070,14 +9290,6 @@ tar@^4: safe-buffer "^5.1.2" yallist "^3.0.2" -temp@^0.8.1: - version "0.8.3" - resolved "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz#e0c6bc4d26b903124410e4fed81103014dfc1f59" - integrity sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k= - dependencies: - os-tmpdir "^1.0.0" - rimraf "~2.2.6" - terminal-kit@^0.26.1: version "0.26.2" resolved "https://registry.npmjs.org/terminal-kit/-/terminal-kit-0.26.2.tgz#545e61585e90c284782a5bb0d17f6f1be9b8f1ad" @@ -10114,11 +9326,6 @@ text-table@^0.2.0: resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= -textextensions@2: - version "2.2.0" - resolved "https://registry.npmjs.org/textextensions/-/textextensions-2.2.0.tgz#38ac676151285b658654581987a0ce1a4490d286" - integrity sha512-j5EMxnryTvKxwH2Cq+Pb43tsf6sdEgw6Pdwxk83mPaq0ToeFJt6WE4J3s5BqY7vmjlLgkgXvhtXUxo80FyBhCA== - throat@^4.0.0: version "4.1.0" resolved "https://registry.npmjs.org/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" @@ -10137,7 +9344,7 @@ through@2, through@^2.3.6: resolved "http://registry.npmjs.org/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU= -timed-out@^4.0.0, timed-out@^4.0.1: +timed-out@^4.0.0: version "4.0.1" resolved "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8= @@ -10402,11 +9609,6 @@ ultron@~1.1.0: resolved "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c" integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og== -underscore@~1.6.0: - version "1.6.0" - resolved "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz#8b38b10cacdef63337b8b24e4ff86d45aea529a8" - integrity sha1-izixDKze9jM3uLJOT/htRa6lKag= - union-value@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" @@ -10459,11 +9661,6 @@ unset-value@^1.0.0: has-value "^0.3.1" isobject "^3.0.0" -untildify@^3.0.3: - version "3.0.3" - resolved "https://registry.npmjs.org/untildify/-/untildify-3.0.3.tgz#1e7b42b140bcfd922b22e70ca1265bfe3634c7c9" - integrity sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA== - unzip-response@^2.0.1: version "2.0.1" resolved "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" @@ -10493,18 +9690,6 @@ url-parse-lax@^1.0.0: dependencies: prepend-http "^1.0.1" -url-parse-lax@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c" - integrity sha1-FrXK/Afb42dsGxmZF3gj1lA6yww= - dependencies: - prepend-http "^2.0.0" - -url-to-options@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9" - integrity sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k= - url@^0.11.0: version "0.11.0" resolved "https://registry.npmjs.org/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" @@ -10570,9 +9755,9 @@ uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2: resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== -v8-compile-cache@^2.0.0: +v8-compile-cache@^2.0.2: version "2.0.2" - resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz#a428b28bb26790734c4fc8bc9fa106fccebf6a6c" + resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz#a428b28bb26790734c4fc8bc9fa106fccebf6a6c" integrity sha512-1wFuMUIM16MDJRCrpbpuEPTUGmM5QMUg0cr3KFwra2XgOgFcPGDQHDh3CszSCD2Zewc/dh/pamNEW8CbfDebUw== v8flags@^2.1.1: @@ -10609,39 +9794,6 @@ verror@1.10.0: core-util-is "1.0.2" extsprintf "^1.2.0" -vinyl-file@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/vinyl-file/-/vinyl-file-2.0.0.tgz#a7ebf5ffbefda1b7d18d140fcb07b223efb6751a" - integrity sha1-p+v1/779obfRjRQPyweyI++2dRo= - dependencies: - graceful-fs "^4.1.2" - pify "^2.3.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" - strip-bom-stream "^2.0.0" - vinyl "^1.1.0" - -vinyl@^1.1.0: - version "1.2.0" - resolved "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz#5c88036cf565e5df05558bfc911f8656df218884" - integrity sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ= - dependencies: - clone "^1.0.0" - clone-stats "^0.0.1" - replace-ext "0.0.1" - -vinyl@^2.0.1: - version "2.2.0" - resolved "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz#d85b07da96e458d25b2ffe19fece9f2caa13ed86" - integrity sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg== - dependencies: - clone "^2.1.1" - clone-buffer "^1.0.0" - clone-stats "^1.0.0" - cloneable-readable "^1.0.0" - remove-trailing-separator "^1.0.1" - replace-ext "^1.0.0" - vm-browserify@0.0.4: version "0.0.4" resolved "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz#5d7ea45bbef9e4a6ff65f95438e0a87c357d5a73" @@ -10685,13 +9837,6 @@ webidl-conversions@^4.0.2: resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== -webpack-addons@^1.1.5: - version "1.1.5" - resolved "https://registry.npmjs.org/webpack-addons/-/webpack-addons-1.1.5.tgz#2b178dfe873fb6e75e40a819fa5c26e4a9bc837a" - integrity sha512-MGO0nVniCLFAQz1qv22zM02QPjcpAoJdy7ED0i3Zy7SY1IecgXCm460ib7H/Wq7e9oL5VL6S2BxaObxwIcag0g== - dependencies: - jscodeshift "^0.4.0" - webpack-bundle-analyzer@^2.11.1: version "2.13.1" resolved "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz#07d2176c6e86c3cdce4c23e56fae2a7b6b4ad526" @@ -10710,37 +9855,21 @@ webpack-bundle-analyzer@^2.11.1: opener "^1.4.3" ws "^4.0.0" -webpack-cli@^2.0.12: - version "2.1.5" - resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-2.1.5.tgz#3081fdeb2f205f0a54aa397986880b0c20a71f7a" - integrity sha512-CiWQR+1JS77rmyiO6y1q8Kt/O+e8nUUC9YfJ25JtSmzDwbqJV7vIsh3+QKRHVTbTCa0DaVh8iY1LBiagUIDB3g== +webpack-cli@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.1.2.tgz#17d7e01b77f89f884a2bbf9db545f0f6a648e746" + integrity sha512-Cnqo7CeqeSvC6PTdts+dywNi5CRlIPbLx1AoUPK2T6vC1YAugMG3IOoO9DmEscd+Dghw7uRlnzV1KwOe5IrtgQ== dependencies: chalk "^2.4.1" cross-spawn "^6.0.5" - diff "^3.5.0" - enhanced-resolve "^4.0.0" - envinfo "^5.7.0" - glob-all "^3.1.0" - global-modules "^1.0.0" - got "^8.3.1" - import-local "^1.0.0" - inquirer "^5.2.0" + enhanced-resolve "^4.1.0" + global-modules-path "^2.3.0" + import-local "^2.0.0" interpret "^1.1.0" - jscodeshift "^0.5.0" - listr "^0.14.1" loader-utils "^1.1.0" - lodash "^4.17.10" - log-symbols "^2.2.0" - mkdirp "^0.5.1" - p-each-series "^1.0.0" - p-lazy "^1.0.0" - prettier "^1.12.1" - supports-color "^5.4.0" - v8-compile-cache "^2.0.0" - webpack-addons "^1.1.5" - yargs "^11.1.0" - yeoman-environment "^2.1.1" - yeoman-generator "^2.0.5" + supports-color "^5.5.0" + v8-compile-cache "^2.0.2" + yargs "^12.0.2" webpack-sources@^1.1.0, webpack-sources@^1.3.0: version "1.3.0" @@ -10750,15 +9879,15 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.22.0: - version "4.22.0" - resolved "https://registry.npmjs.org/webpack/-/webpack-4.22.0.tgz#b168111e2e7b05f5169ac484e79e62093ec39e0d" - integrity sha512-2+3EYFqyhPl12buLQ42QPHEEh8BHn3P9ipRvGRHhdfKJ1u9svhZ3QjhIoEdL5SeIhL5gfOZVbBnartYEabkEsg== +webpack@^4.23.1: + version "4.23.1" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.23.1.tgz#db7467b116771ae020c58bdfe2a0822785bb8239" + integrity sha512-iE5Cu4rGEDk7ONRjisTOjVHv3dDtcFfwitSxT7evtYj/rANJpt1OuC/Kozh1pBa99AUBr1L/LsaNB+D9Xz3CEg== dependencies: - "@webassemblyjs/ast" "1.7.8" - "@webassemblyjs/helper-module-context" "1.7.8" - "@webassemblyjs/wasm-edit" "1.7.8" - "@webassemblyjs/wasm-parser" "1.7.8" + "@webassemblyjs/ast" "1.7.10" + "@webassemblyjs/helper-module-context" "1.7.10" + "@webassemblyjs/wasm-edit" "1.7.10" + "@webassemblyjs/wasm-parser" "1.7.10" acorn "^5.6.2" acorn-dynamic-import "^3.0.0" ajv "^6.1.0" @@ -10835,7 +9964,7 @@ which-module@^2.0.0: resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= -which@1, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0: +which@1, which@^1.2.12, which@^1.2.9, which@^1.3.0: version "1.3.1" resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== @@ -10889,7 +10018,7 @@ wrappy@1: resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= -write-file-atomic@^1.1.2, write-file-atomic@^1.2.0: +write-file-atomic@^1.1.2: version "1.3.4" resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.4.tgz#f807a4f0b1d9e913ae7a48112e6cc3af1991b45f" integrity sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8= @@ -10973,12 +10102,17 @@ xmlhttprequest-ssl@~1.5.4: resolved "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e" integrity sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4= +xregexp@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-4.0.0.tgz#e698189de49dd2a18cc5687b05e17c8e43943020" + integrity sha512-PHyM+sQouu7xspQQwELlGwwd05mXUFqwFYfqPO0cC7x4fxyHnnuetmQr6CjJiafIDoH4MogHb9dOoJzR/Y4rFg== + xregexp@^3.2.0: version "3.2.0" resolved "https://registry.npmjs.org/xregexp/-/xregexp-3.2.0.tgz#cb3601987bfe2695b584000c18f1c4a8c322878e" integrity sha1-yzYBmHv+JpW1hAAMGPHEqMMih44= -xtend@^4.0.0, xtend@~4.0.0, xtend@~4.0.1: +xtend@^4.0.0, xtend@~4.0.1: version "4.0.1" resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68= @@ -11000,7 +10134,7 @@ y18n@^3.2.1: resolved "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= -y18n@^4.0.0: +"y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== @@ -11015,6 +10149,13 @@ yallist@^3.0.0, yallist@^3.0.2: resolved "https://registry.npmjs.org/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9" integrity sha1-hFK0u36Dx8GI2AQcGoN8dz1ti7k= +yargs-parser@^10.1.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8" + integrity sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ== + dependencies: + camelcase "^4.1.0" + yargs-parser@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a" @@ -11036,7 +10177,7 @@ yargs-parser@^9.0.2: dependencies: camelcase "^4.1.0" -yargs@11.1.0, yargs@^11.0.0, yargs@^11.1.0: +yargs@11.1.0, yargs@^11.0.0: version "11.1.0" resolved "http://registry.npmjs.org/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77" integrity sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A== @@ -11054,6 +10195,24 @@ yargs@11.1.0, yargs@^11.0.0, yargs@^11.1.0: y18n "^3.2.1" yargs-parser "^9.0.2" +yargs@^12.0.2: + version "12.0.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.2.tgz#fe58234369392af33ecbef53819171eff0f5aadc" + integrity sha512-e7SkEx6N6SIZ5c5H22RTZae61qtn3PYUE8JYbBFlK9sYmh3DMQ6E5ygtaG/2BW0JZi4WGgTR2IV5ChqlqrDGVQ== + dependencies: + cliui "^4.0.0" + decamelize "^2.0.0" + find-up "^3.0.0" + get-caller-file "^1.0.1" + os-locale "^3.0.0" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^2.0.0" + which-module "^2.0.0" + y18n "^3.2.1 || ^4.0.0" + yargs-parser "^10.1.0" + yargs@^7.0.0: version "7.1.0" resolved "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8" @@ -11092,13 +10251,6 @@ yargs@^9.0.0: y18n "^3.2.1" yargs-parser "^7.0.0" -yargs@~1.2.6: - version "1.2.6" - resolved "http://registry.npmjs.org/yargs/-/yargs-1.2.6.tgz#9c7b4a82fd5d595b2bf17ab6dcc43135432fe34b" - integrity sha1-nHtKgv1dWVsr8Xq23MQxNUMv40s= - dependencies: - minimist "^0.1.0" - yargs@~3.10.0: version "3.10.0" resolved "http://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1" @@ -11113,55 +10265,3 @@ yeast@0.1.2: version "0.1.2" resolved "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419" integrity sha1-AI4G2AlDIMNy28L47XagymyKxBk= - -yeoman-environment@^2.0.5, yeoman-environment@^2.1.1: - version "2.3.3" - resolved "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-2.3.3.tgz#1bd9720714cc49036e901503a789d809df8f51bf" - integrity sha512-HBpXdNw8V66EwqIFt01rNhSgX33BOzgVb9CxpIvESvCI4ELeOSniB6gV6RXwrBur8kmHZCIAkYQYpib7Qxx8FQ== - dependencies: - chalk "^2.4.1" - cross-spawn "^6.0.5" - debug "^3.1.0" - diff "^3.5.0" - escape-string-regexp "^1.0.2" - globby "^8.0.1" - grouped-queue "^0.3.3" - inquirer "^6.0.0" - is-scoped "^1.0.0" - lodash "^4.17.10" - log-symbols "^2.2.0" - mem-fs "^1.1.0" - strip-ansi "^4.0.0" - text-table "^0.2.0" - untildify "^3.0.3" - -yeoman-generator@^2.0.5: - version "2.0.5" - resolved "https://registry.npmjs.org/yeoman-generator/-/yeoman-generator-2.0.5.tgz#57b0b3474701293cc9ec965288f3400b00887c81" - integrity sha512-rV6tJ8oYzm4mmdF2T3wjY+Q42jKF2YiiD0VKfJ8/0ZYwmhCKC9Xs2346HVLPj/xE13i68psnFJv7iS6gWRkeAg== - dependencies: - async "^2.6.0" - chalk "^2.3.0" - cli-table "^0.3.1" - cross-spawn "^6.0.5" - dargs "^5.1.0" - dateformat "^3.0.3" - debug "^3.1.0" - detect-conflict "^1.0.0" - error "^7.0.2" - find-up "^2.1.0" - github-username "^4.0.0" - istextorbinary "^2.2.1" - lodash "^4.17.10" - make-dir "^1.1.0" - mem-fs-editor "^4.0.0" - minimist "^1.2.0" - pretty-bytes "^4.0.2" - read-chunk "^2.1.0" - read-pkg-up "^3.0.0" - rimraf "^2.6.2" - run-async "^2.0.0" - shelljs "^0.8.0" - text-table "^0.2.0" - through2 "^2.0.0" - yeoman-environment "^2.0.5"