diff --git a/client-v2/.babelrc b/client-v2/.babelrc deleted file mode 100644 index ab803d6118e..00000000000 --- a/client-v2/.babelrc +++ /dev/null @@ -1,19 +0,0 @@ -{ - "presets": [ - [ - "@babel/env", - { - "useBuiltIns": "usage", - "targets": { - "browsers": ["chrome >= 49", "firefox >= 48", "safari >= 10", "> 1%"] - } - } - ], - "@babel/react", - "@babel/flow" - ], - "plugins": [ - "@babel/plugin-proposal-object-rest-spread", - "transform-class-properties" - ] -} diff --git a/client-v2/babel.config.js b/client-v2/babel.config.js new file mode 100644 index 00000000000..a3c9d6788a3 --- /dev/null +++ b/client-v2/babel.config.js @@ -0,0 +1,19 @@ +module.exports = { + presets: [ + [ + '@babel/env', + { + useBuiltIns: 'usage', + targets: { + browsers: ['chrome >= 49', 'firefox >= 48', 'safari >= 10', '> 1%'] + } + } + ], + '@babel/react', + '@babel/flow' + ], + plugins: [ + '@babel/plugin-proposal-object-rest-spread', + 'transform-class-properties' + ] +}; diff --git a/client-v2/flow-typed/npm/@babel/cli_vx.x.x.js b/client-v2/flow-typed/npm/@babel/cli_vx.x.x.js index 53065561910..de31158d2e7 100644 --- a/client-v2/flow-typed/npm/@babel/cli_vx.x.x.js +++ b/client-v2/flow-typed/npm/@babel/cli_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 26746b607d948daa9ca3060e91fa7897 -// flow-typed version: <>/@babel/cli_v^7.0.0-beta.42/flow_v0.68.0 +// flow-typed signature: bd3f8621434dfe15bd829f8dab10ba3d +// flow-typed version: <>/@babel/cli_v^7.0.0-beta.44/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/@babel/core_vx.x.x.js b/client-v2/flow-typed/npm/@babel/core_vx.x.x.js index 58cf717dda0..331f807c21c 100644 --- a/client-v2/flow-typed/npm/@babel/core_vx.x.x.js +++ b/client-v2/flow-typed/npm/@babel/core_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 38e42e085d520052512f25b343345de0 -// flow-typed version: <>/@babel/core_v^7.0.0-beta.42/flow_v0.68.0 +// flow-typed signature: e4b0101c80a429d95709c2d3cd5c13e8 +// flow-typed version: <>/@babel/core_v^7.0.0-beta.44/flow_v0.69.0 /** * This is an autogenerated libdef stub for: @@ -46,10 +46,22 @@ declare module '@babel/core/lib/config/files/index' { declare module.exports: any; } +declare module '@babel/core/lib/config/files/package' { + declare module.exports: any; +} + declare module '@babel/core/lib/config/files/plugins' { declare module.exports: any; } +declare module '@babel/core/lib/config/files/types' { + declare module.exports: any; +} + +declare module '@babel/core/lib/config/files/utils' { + declare module.exports: any; +} + declare module '@babel/core/lib/config/full' { declare module.exports: any; } @@ -193,9 +205,18 @@ declare module '@babel/core/lib/config/files/index-browser.js' { declare module '@babel/core/lib/config/files/index.js' { declare module.exports: $Exports<'@babel/core/lib/config/files/index'>; } +declare module '@babel/core/lib/config/files/package.js' { + declare module.exports: $Exports<'@babel/core/lib/config/files/package'>; +} declare module '@babel/core/lib/config/files/plugins.js' { declare module.exports: $Exports<'@babel/core/lib/config/files/plugins'>; } +declare module '@babel/core/lib/config/files/types.js' { + declare module.exports: $Exports<'@babel/core/lib/config/files/types'>; +} +declare module '@babel/core/lib/config/files/utils.js' { + declare module.exports: $Exports<'@babel/core/lib/config/files/utils'>; +} declare module '@babel/core/lib/config/full.js' { declare module.exports: $Exports<'@babel/core/lib/config/full'>; } diff --git a/client-v2/flow-typed/npm/@babel/plugin-proposal-object-rest-spread_vx.x.x.js b/client-v2/flow-typed/npm/@babel/plugin-proposal-object-rest-spread_vx.x.x.js index b999b30d7f3..f24bc702e6e 100644 --- a/client-v2/flow-typed/npm/@babel/plugin-proposal-object-rest-spread_vx.x.x.js +++ b/client-v2/flow-typed/npm/@babel/plugin-proposal-object-rest-spread_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: b3f806b2cbeca58e13a985bd22c53358 -// flow-typed version: <>/@babel/plugin-proposal-object-rest-spread_v^7.0.0-beta.42/flow_v0.68.0 +// flow-typed signature: b3f35b94a4c770880015ecf3f8456080 +// flow-typed version: <>/@babel/plugin-proposal-object-rest-spread_v^7.0.0-beta.44/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/@babel/polyfill_vx.x.x.js b/client-v2/flow-typed/npm/@babel/polyfill_vx.x.x.js index 4d50e88c10f..6b79e0ec877 100644 --- a/client-v2/flow-typed/npm/@babel/polyfill_vx.x.x.js +++ b/client-v2/flow-typed/npm/@babel/polyfill_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: fb9ea3734f5ed6cc6ee3a24719d00915 -// flow-typed version: <>/@babel/polyfill_v^7.0.0-beta.42/flow_v0.68.0 +// flow-typed signature: ebba19230f59e4e6d2b9104c1d905ef9 +// flow-typed version: <>/@babel/polyfill_v^7.0.0-beta.44/flow_v0.69.0 /** * This is an autogenerated libdef stub for: @@ -38,6 +38,14 @@ declare module '@babel/polyfill/lib/index' { declare module.exports: any; } +declare module '@babel/polyfill/lib/noConflict' { + declare module.exports: any; +} + +declare module '@babel/polyfill/noConflict' { + declare module.exports: any; +} + declare module '@babel/polyfill/scripts/postpublish' { declare module.exports: any; } @@ -59,6 +67,12 @@ declare module '@babel/polyfill/dist/polyfill.min.js' { declare module '@babel/polyfill/lib/index.js' { declare module.exports: $Exports<'@babel/polyfill/lib/index'>; } +declare module '@babel/polyfill/lib/noConflict.js' { + declare module.exports: $Exports<'@babel/polyfill/lib/noConflict'>; +} +declare module '@babel/polyfill/noConflict.js' { + declare module.exports: $Exports<'@babel/polyfill/noConflict'>; +} declare module '@babel/polyfill/scripts/postpublish.js' { declare module.exports: $Exports<'@babel/polyfill/scripts/postpublish'>; } diff --git a/client-v2/flow-typed/npm/@babel/preset-env_vx.x.x.js b/client-v2/flow-typed/npm/@babel/preset-env_vx.x.x.js index cc604de2d63..30e4a65b785 100644 --- a/client-v2/flow-typed/npm/@babel/preset-env_vx.x.x.js +++ b/client-v2/flow-typed/npm/@babel/preset-env_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: f72b39496ce97f4c5a15be655164d39d -// flow-typed version: <>/@babel/preset-env_v^7.0.0-beta.42/flow_v0.68.0 +// flow-typed signature: 4dbc7be39c65a592e53886d8987cd922 +// flow-typed version: <>/@babel/preset-env_v^7.0.0-beta.44/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/@babel/preset-flow_vx.x.x.js b/client-v2/flow-typed/npm/@babel/preset-flow_vx.x.x.js index cca908f4018..7c8f52aa5ef 100644 --- a/client-v2/flow-typed/npm/@babel/preset-flow_vx.x.x.js +++ b/client-v2/flow-typed/npm/@babel/preset-flow_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: f9f73245b20359952aa528eebce0e666 -// flow-typed version: <>/@babel/preset-flow_v^7.0.0-beta.42/flow_v0.68.0 +// flow-typed signature: 82d1cb7cb4e579b15dbe2814f6b47f3e +// flow-typed version: <>/@babel/preset-flow_v^7.0.0-beta.44/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/@babel/preset-react_vx.x.x.js b/client-v2/flow-typed/npm/@babel/preset-react_vx.x.x.js index d33f974f704..dd7f031f591 100644 --- a/client-v2/flow-typed/npm/@babel/preset-react_vx.x.x.js +++ b/client-v2/flow-typed/npm/@babel/preset-react_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 2798996242dbaac923e48e7846e78e75 -// flow-typed version: <>/@babel/preset-react_v^7.0.0-beta.42/flow_v0.68.0 +// flow-typed signature: 66dd3b0631683ecae0846bf79813e9dd +// flow-typed version: <>/@babel/preset-react_v^7.0.0-beta.44/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/@babel/register_vx.x.x.js b/client-v2/flow-typed/npm/@babel/register_vx.x.x.js index 6f77cf2b380..dba5fb3bdd2 100644 --- a/client-v2/flow-typed/npm/@babel/register_vx.x.x.js +++ b/client-v2/flow-typed/npm/@babel/register_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 8bf82a4f37aa5a8b2ace8f9040a728d8 -// flow-typed version: <>/@babel/register_v^7.0.0-beta.42/flow_v0.68.0 +// flow-typed signature: 67e89aee3960b4fb713c60bc8861fd29 +// flow-typed version: <>/@babel/register_v^7.0.0-beta.44/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/babel-core_vx.x.x.js b/client-v2/flow-typed/npm/babel-core_vx.x.x.js index ad93055ee89..803d567ab88 100644 --- a/client-v2/flow-typed/npm/babel-core_vx.x.x.js +++ b/client-v2/flow-typed/npm/babel-core_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 505142e867c89cbc867dedeb7255e2f2 -// flow-typed version: <>/babel-core_v^7.0.0-0/flow_v0.68.0 +// flow-typed signature: c7055e9eee73f3eefb671ceedff55269 +// flow-typed version: <>/babel-core_v^7.0.0-0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/babel-eslint_vx.x.x.js b/client-v2/flow-typed/npm/babel-eslint_vx.x.x.js index 5e90278dab5..a484680b9f7 100644 --- a/client-v2/flow-typed/npm/babel-eslint_vx.x.x.js +++ b/client-v2/flow-typed/npm/babel-eslint_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: d7ee538b2f8f84031dddac928498db22 -// flow-typed version: <>/babel-eslint_v^8.2.2/flow_v0.68.0 +// flow-typed signature: 7d8a567071271aca71f1d7c450898abf +// flow-typed version: <>/babel-eslint_v^8.2.2/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/babel-jest_vx.x.x.js b/client-v2/flow-typed/npm/babel-jest_vx.x.x.js index a634e8c7930..2384400fb2a 100644 --- a/client-v2/flow-typed/npm/babel-jest_vx.x.x.js +++ b/client-v2/flow-typed/npm/babel-jest_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 7c647843980c34cf616effa23468a234 -// flow-typed version: <>/babel-jest_v^23.0.0-alpha.0/flow_v0.68.0 +// flow-typed signature: 9b9ced8713ed143583267978b5ec91bb +// flow-typed version: <>/babel-jest_v^22.4.3/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/babel-loader_vx.x.x.js b/client-v2/flow-typed/npm/babel-loader_vx.x.x.js index 15698c3e776..c6822c271a5 100644 --- a/client-v2/flow-typed/npm/babel-loader_vx.x.x.js +++ b/client-v2/flow-typed/npm/babel-loader_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 220815f810e733a8aca061cf7538241d -// flow-typed version: <>/babel-loader_v^8.0.0-beta/flow_v0.68.0 +// flow-typed signature: 0524dba7eb51e032e5478dbcee2763cb +// flow-typed version: <>/babel-loader_v^8.0.0-beta/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/babel-plugin-transform-class-properties_vx.x.x.js b/client-v2/flow-typed/npm/babel-plugin-transform-class-properties_vx.x.x.js index d277a93ca5a..9a1a43da53b 100644 --- a/client-v2/flow-typed/npm/babel-plugin-transform-class-properties_vx.x.x.js +++ b/client-v2/flow-typed/npm/babel-plugin-transform-class-properties_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 9ff098d5f5575bc71487081f66ba0289 -// flow-typed version: <>/babel-plugin-transform-class-properties_v^6.24.1/flow_v0.68.0 +// flow-typed signature: 1b35fb2270b4bcb57ce6b8bfb2a33783 +// flow-typed version: <>/babel-plugin-transform-class-properties_v^6.24.1/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/downshift_vx.x.x.js b/client-v2/flow-typed/npm/downshift_vx.x.x.js index c8af309d694..dc3702d9a51 100644 --- a/client-v2/flow-typed/npm/downshift_vx.x.x.js +++ b/client-v2/flow-typed/npm/downshift_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 5c0c870a9258a057ee8e7de8bd6de3e4 -// flow-typed version: <>/downshift_v^1.31.4/flow_v0.68.0 +// flow-typed signature: b0a3aa04fc012b5832c6b2d494018748 +// flow-typed version: <>/downshift_v^1.31.6/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/enzyme-adapter-react-16_vx.x.x.js b/client-v2/flow-typed/npm/enzyme-adapter-react-16_vx.x.x.js index 286a291ef18..eb562b06c85 100644 --- a/client-v2/flow-typed/npm/enzyme-adapter-react-16_vx.x.x.js +++ b/client-v2/flow-typed/npm/enzyme-adapter-react-16_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: d28eeb7e9183514ef88bf14f0a09eb86 -// flow-typed version: <>/enzyme-adapter-react-16_v^1.1.1/flow_v0.68.0 +// flow-typed signature: b55edbf3961daef0addd5d5576d8a0d3 +// flow-typed version: <>/enzyme-adapter-react-16_v^1.1.1/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/eslint-config-airbnb_vx.x.x.js b/client-v2/flow-typed/npm/eslint-config-airbnb_vx.x.x.js index 019e1762a00..a609472bf09 100644 --- a/client-v2/flow-typed/npm/eslint-config-airbnb_vx.x.x.js +++ b/client-v2/flow-typed/npm/eslint-config-airbnb_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 72ba8dfd359cea3b8c1efd96827fc118 -// flow-typed version: <>/eslint-config-airbnb_v^16.1.0/flow_v0.68.0 +// flow-typed signature: 71174ba6e931ea28e06ef48e6f17c8eb +// flow-typed version: <>/eslint-config-airbnb_v^16.1.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/eslint-config-prettier_vx.x.x.js b/client-v2/flow-typed/npm/eslint-config-prettier_vx.x.x.js index dfdd7db9b07..eab3d6fc490 100644 --- a/client-v2/flow-typed/npm/eslint-config-prettier_vx.x.x.js +++ b/client-v2/flow-typed/npm/eslint-config-prettier_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 8cac323021e15c8d1101f2d8cd7f95ee -// flow-typed version: <>/eslint-config-prettier_v^2.9.0/flow_v0.68.0 +// flow-typed signature: 3711665c8cab1c09358ae8b972d2e47d +// flow-typed version: <>/eslint-config-prettier_v^2.9.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/eslint-loader_vx.x.x.js b/client-v2/flow-typed/npm/eslint-loader_vx.x.x.js index c29512c87e6..b8c6c50702d 100644 --- a/client-v2/flow-typed/npm/eslint-loader_vx.x.x.js +++ b/client-v2/flow-typed/npm/eslint-loader_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 139fd750143d31e5304b7f7ff3ceb2ae -// flow-typed version: <>/eslint-loader_v^2.0.0/flow_v0.68.0 +// flow-typed signature: 4f3836be9e0e2291e1915c6e4cae2e36 +// flow-typed version: <>/eslint-loader_v^2.0.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js b/client-v2/flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js index a7b9bac5c77..4bfa529c459 100644 --- a/client-v2/flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js +++ b/client-v2/flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: aed7bd6de97be02cc57a3a88f6678e29 -// flow-typed version: <>/eslint-plugin-flowtype_v^2.46.1/flow_v0.68.0 +// flow-typed signature: b6cee62d06ad86db0962aa2f6179c48f +// flow-typed version: <>/eslint-plugin-flowtype_v^2.46.1/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/eslint-plugin-import_vx.x.x.js b/client-v2/flow-typed/npm/eslint-plugin-import_vx.x.x.js index defc2b32bdd..b0f590f084e 100644 --- a/client-v2/flow-typed/npm/eslint-plugin-import_vx.x.x.js +++ b/client-v2/flow-typed/npm/eslint-plugin-import_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 0810dd73ad3bab5036b775f58bb42bb1 -// flow-typed version: <>/eslint-plugin-import_v^2.9.0/flow_v0.68.0 +// flow-typed signature: b08c60e31b40293378121ae45473e66d +// flow-typed version: <>/eslint-plugin-import_v^2.10.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/eslint-plugin-jsx-a11y_vx.x.x.js b/client-v2/flow-typed/npm/eslint-plugin-jsx-a11y_vx.x.x.js index f955f42334d..80aa4374fd3 100644 --- a/client-v2/flow-typed/npm/eslint-plugin-jsx-a11y_vx.x.x.js +++ b/client-v2/flow-typed/npm/eslint-plugin-jsx-a11y_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: d23585c0713e9a1f229b346337433ac5 -// flow-typed version: <>/eslint-plugin-jsx-a11y_v^6.0.3/flow_v0.68.0 +// flow-typed signature: e58338c3b1ebe48c746b2f26daec8a34 +// flow-typed version: <>/eslint-plugin-jsx-a11y_v^6.0.3/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/eslint-plugin-prettier_vx.x.x.js b/client-v2/flow-typed/npm/eslint-plugin-prettier_vx.x.x.js index abd311f3489..20f7937d523 100644 --- a/client-v2/flow-typed/npm/eslint-plugin-prettier_vx.x.x.js +++ b/client-v2/flow-typed/npm/eslint-plugin-prettier_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: dee60c4349324456279e47a41c2aeeb4 -// flow-typed version: <>/eslint-plugin-prettier_v^2.6.0/flow_v0.68.0 +// flow-typed signature: cd37a02f15baf69a6fe75f0a04e69870 +// flow-typed version: <>/eslint-plugin-prettier_v^2.6.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/eslint-plugin-react_vx.x.x.js b/client-v2/flow-typed/npm/eslint-plugin-react_vx.x.x.js index a2473dd52b4..7a8992e81b0 100644 --- a/client-v2/flow-typed/npm/eslint-plugin-react_vx.x.x.js +++ b/client-v2/flow-typed/npm/eslint-plugin-react_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: b175c2f772f4bb6912754eec1f40a8a8 -// flow-typed version: <>/eslint-plugin-react_v^7.7.0/flow_v0.68.0 +// flow-typed signature: 678caaa4fa4b5b33412eaacde9704b2e +// flow-typed version: <>/eslint-plugin-react_v^7.7.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/eslint_vx.x.x.js b/client-v2/flow-typed/npm/eslint_vx.x.x.js index 0db633b6280..b1baa58b98c 100644 --- a/client-v2/flow-typed/npm/eslint_vx.x.x.js +++ b/client-v2/flow-typed/npm/eslint_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 9af9d34f693aa4bdd4ca6d78453e6627 -// flow-typed version: <>/eslint_v^4.18.2/flow_v0.68.0 +// flow-typed signature: f844f7003cd5706d223638d7977f6285 +// flow-typed version: <>/eslint_v^4.19.1/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/fetch_vx.x.x.js b/client-v2/flow-typed/npm/fetch_vx.x.x.js index fc00397025b..50587d7c0e3 100644 --- a/client-v2/flow-typed/npm/fetch_vx.x.x.js +++ b/client-v2/flow-typed/npm/fetch_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: e5d7ab0876f47a431953a20f5b1e7c3c -// flow-typed version: <>/fetch_v^1.1.0/flow_v0.68.0 +// flow-typed signature: 2f4422bc5dd795035a2ef2c1be18d4cb +// flow-typed version: <>/fetch_v^1.1.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/flow-coverage-report_vx.x.x.js b/client-v2/flow-typed/npm/flow-coverage-report_vx.x.x.js index c48710b5bc9..6f444cc5571 100644 --- a/client-v2/flow-typed/npm/flow-coverage-report_vx.x.x.js +++ b/client-v2/flow-typed/npm/flow-coverage-report_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: a80871017290816e3e230e2e3454f6a7 -// flow-typed version: <>/flow-coverage-report_v^0.5.0/flow_v0.68.0 +// flow-typed signature: 2131d6d8b4d803a901fe6a230608af21 +// flow-typed version: <>/flow-coverage-report_v^0.5.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/flow-typed_vx.x.x.js b/client-v2/flow-typed/npm/flow-typed_vx.x.x.js index 941940c96ab..303f11ad4f8 100644 --- a/client-v2/flow-typed/npm/flow-typed_vx.x.x.js +++ b/client-v2/flow-typed/npm/flow-typed_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: e8d7dbb588d418c516e0db0aa0f6becd -// flow-typed version: <>/flow-typed_v^2.4.0/flow_v0.68.0 +// flow-typed signature: 78a6d22874f3ad904d1ac98d2b3a7df3 +// flow-typed version: <>/flow-typed_v^2.4.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/jest_v22.x.x.js b/client-v2/flow-typed/npm/jest_v22.x.x.js index ad3db1c2277..d91f48e8c1d 100644 --- a/client-v2/flow-typed/npm/jest_v22.x.x.js +++ b/client-v2/flow-typed/npm/jest_v22.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: a952be01612bad0a20584bce33415d58 -// flow-typed version: 0d3c93990f/jest_v22.x.x/flow_>=v0.39.x +// flow-typed signature: 17c6ca97e1e560b9bc0d3400f8b2882f +// flow-typed version: a5bbe16c29/jest_v22.x.x/flow_>=v0.39.x type JestMockFn, TReturn> = { (...args: TArguments): TReturn, @@ -569,6 +569,52 @@ declare var xit: typeof it; /** A disabled individual test */ declare var xtest: typeof it; +type JestPrettyFormatColors = { + comment: { close: string, open: string }, + content: { close: string, open: string }, + prop: { close: string, open: string }, + tag: { close: string, open: string }, + value: { close: string, open: string }, +}; + +type JestPrettyFormatIndent = string => string; +type JestPrettyFormatRefs = Array; +type JestPrettyFormatPrint = any => string; +type JestPrettyFormatStringOrNull = string | null; + +type JestPrettyFormatOptions = {| + callToJSON: boolean, + edgeSpacing: string, + escapeRegex: boolean, + highlight: boolean, + indent: number, + maxDepth: number, + min: boolean, + plugins: JestPrettyFormatPlugins, + printFunctionName: boolean, + spacing: string, + theme: {| + comment: string, + content: string, + prop: string, + tag: string, + value: string, + |}, +|}; + +type JestPrettyFormatPlugin = { + print: ( + val: any, + serialize: JestPrettyFormatPrint, + indent: JestPrettyFormatIndent, + opts: JestPrettyFormatOptions, + colors: JestPrettyFormatColors, + ) => string, + test: any => boolean, +}; + +type JestPrettyFormatPlugins = Array; + /** The expect function is used every time you want to test a value */ declare var expect: { /** The object that you want to make assertions against */ @@ -576,7 +622,7 @@ declare var expect: { /** Add additional Jasmine matchers to Jest's roster */ extend(matchers: { [name: string]: JestMatcher }): void, /** Add a module that formats application-specific data structures. */ - addSnapshotSerializer(serializer: (input: Object) => string): void, + addSnapshotSerializer(pluginModule: JestPrettyFormatPlugin): void, assertions(expectedAssertions: number): void, hasAssertions(): void, any(value: mixed): JestAsymmetricEqualityType, diff --git a/client-v2/flow-typed/npm/lodash_v4.x.x.js b/client-v2/flow-typed/npm/lodash_v4.x.x.js index e2dee9bb65f..acf05346580 100644 --- a/client-v2/flow-typed/npm/lodash_v4.x.x.js +++ b/client-v2/flow-typed/npm/lodash_v4.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 2d6372509af898546ea7b44735f2557d -// flow-typed version: 8c150a1c24/lodash_v4.x.x/flow_>=v0.63.x +// flow-typed signature: 213ae107c05372e2489e50a054136496 +// flow-typed version: 08e518e6e8/lodash_v4.x.x/flow_>=v0.63.x declare module "lodash" { declare type __CurriedFunction1 = (...r: [AA]) => R; @@ -1622,7 +1622,7 @@ declare module "lodash/fp" { // Array chunk(size: number): (array: Array) => Array>; chunk(size: number, array: Array): Array>; - compact(array: Array): Array; + compact(array?: ?$ReadOnlyArray): Array; concat | T, B: Array | U>( base: A ): (elements: B) => Array; @@ -2980,12 +2980,12 @@ declare module "lodash/fp" { accumulator: any, collection: Object | $ReadOnlyArray ): any; - unset(path: Array | string): (object: Object) => boolean; - unset(path: Array | string, object: Object): boolean; - dissoc(path: Array | string): (object: Object) => boolean; - dissoc(path: Array | string, object: Object): boolean; - dissocPath(path: Array | string): (object: Object) => boolean; - dissocPath(path: Array | string, object: Object): boolean; + unset(path: Array | string): (object: Object) => Object; + unset(path: Array | string, object: Object): Object; + dissoc(path: Array | string): (object: Object) => Object; + dissoc(path: Array | string, object: Object): Object; + dissocPath(path: Array | string): (object: Object) => Object; + dissocPath(path: Array | string, object: Object): Object; update( path: string[] | string ): ((updater: Function) => (object: Object) => Object) & diff --git a/client-v2/flow-typed/npm/panda-session_vx.x.x.js b/client-v2/flow-typed/npm/panda-session_vx.x.x.js index 37c821cbe07..4acff29f954 100644 --- a/client-v2/flow-typed/npm/panda-session_vx.x.x.js +++ b/client-v2/flow-typed/npm/panda-session_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 2c5852380bfcc277e81a7ca7d3eac839 -// flow-typed version: <>/panda-session_v^0.1.6/flow_v0.68.0 +// flow-typed signature: 502e26e58ac5a56a9cf34fbda0d5e6d5 +// flow-typed version: <>/panda-session_v^0.1.6/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/raven_vx.x.x.js b/client-v2/flow-typed/npm/raven_vx.x.x.js index 7ac96499a16..6e120778f40 100644 --- a/client-v2/flow-typed/npm/raven_vx.x.x.js +++ b/client-v2/flow-typed/npm/raven_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 3aaad3c195484cf0c46e177b11573f92 -// flow-typed version: <>/raven_v^2.4.2/flow_v0.68.0 +// flow-typed signature: 2daa3312cd85bc6e809203696b041568 +// flow-typed version: <>/raven_v^2.5.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/react-redux_v5.x.x.js b/client-v2/flow-typed/npm/react-redux_v5.x.x.js index d62e85e9e97..ac2894267a1 100644 --- a/client-v2/flow-typed/npm/react-redux_v5.x.x.js +++ b/client-v2/flow-typed/npm/react-redux_v5.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 847294089e5de0effb782d35d58aa7ca -// flow-typed version: 113bd4da88/react-redux_v5.x.x/flow_>=v0.62.0 +// flow-typed signature: 16b40ff613d36712444ef20fb107de7c +// flow-typed version: be6cfc6753/react-redux_v5.x.x/flow_>=v0.62.0 import type { Dispatch, Store } from "redux"; @@ -28,10 +28,11 @@ declare module "react-redux" { RSP = Returned state props RDP = Returned dispatch props RMP = Returned merge props + CP = Props for returned component Com = React Component */ - declare type MapStateToProps = (state: RS, props: SP) => RSP; + declare type MapStateToProps = (state: S, props: SP) => RSP; declare type MapDispatchToProps = (dispatch: Dispatch, ownProps: OP) => RDP; @@ -53,47 +54,99 @@ declare module "react-redux" { declare type OmitDispatch = $Diff}>; - declare export function connect, RS: Object, DP: Object, RSP: Object>( - mapStateToProps: MapStateToProps, + declare export function connect< + Com: ComponentType<*>, + S: Object, + DP: Object, + RSP: Object, + CP: $Diff>, RSP> + >( + mapStateToProps: MapStateToProps, mapDispatchToProps?: null - ): (component: Com) => ComponentType<$Diff>, RSP> & DP>; + ): (component: Com) => ComponentType; declare export function connect>( mapStateToProps?: null, mapDispatchToProps?: null ): (component: Com) => ComponentType>>; - declare export function connect, A, RS: Object, DP: Object, SP: Object, RSP: Object, RDP: Object>( - mapStateToProps: MapStateToProps, + declare export function connect< + Com: ComponentType<*>, + A, + S: Object, + DP: Object, + SP: Object, + RSP: Object, + RDP: Object, + CP: $Diff<$Diff, RSP>, RDP> + >( + mapStateToProps: MapStateToProps, mapDispatchToProps: MapDispatchToProps - ): (component: Com) => ComponentType<$Diff<$Diff, RSP>, RDP> & SP & DP>; - - declare export function connect, A, OP: Object, DP: Object,PR: Object>( + ): (component: Com) => ComponentType; + + declare export function connect< + Com: ComponentType<*>, + A, + OP: Object, + DP: Object, + PR: Object, + CP: $Diff, DP> + >( mapStateToProps?: null, mapDispatchToProps: MapDispatchToProps - ): (Com) => ComponentType<$Diff, DP> & OP>; + ): (Com) => ComponentType; - declare export function connect, MDP: Object>( + declare export function connect< + Com: ComponentType<*>, + MDP: Object + >( mapStateToProps?: null, mapDispatchToProps: MDP ): (component: Com) => ComponentType<$Diff, MDP>>; - declare export function connect, RS: Object, SP: Object, RSP: Object, MDP: Object>( - mapStateToProps: MapStateToProps, + declare export function connect< + Com: ComponentType<*>, + S: Object, + SP: Object, + RSP: Object, + MDP: Object, + CP: $Diff, RSP> + >( + mapStateToProps: MapStateToProps, mapDispatchToPRops: MDP - ): (component: Com) => ComponentType<$Diff<$Diff, RSP>, MDP> & SP>; - - declare export function connect, A, RS: Object, DP: Object, SP: Object, RSP: Object, RDP: Object, MP: Object, RMP: Object>( - mapStateToProps: MapStateToProps, + ): (component: Com) => ComponentType<$Diff & SP>; + + declare export function connect< + Com: ComponentType<*>, + A, + S: Object, + DP: Object, + SP: Object, + RSP: Object, + RDP: Object, + MP: Object, + RMP: Object, + CP: $Diff, RMP> + >( + mapStateToProps: MapStateToProps, mapDispatchToProps: ?MapDispatchToProps, mergeProps: MergeProps - ): (component: Com) => ComponentType<$Diff, RMP> & SP & DP & MP>; - - declare export function connect, A, RS: Object, DP: Object, SP: Object, RSP: Object, RDP: Object, MP: Object, RMP: Object>( - mapStateToProps: ?MapStateToProps, + ): (component: Com) => ComponentType; + + declare export function connect, + A, + S: Object, + DP: Object, + SP: Object, + RSP: Object, + RDP: Object, + MP: Object, + RMP: Object + >( + mapStateToProps: ?MapStateToProps, mapDispatchToProps: ?MapDispatchToProps, mergeProps: ?MergeProps, - options: ConnectOptions<*, SP & DP & MP, RSP, RMP> + options: ConnectOptions ): (component: Com) => ComponentType<$Diff, RMP> & SP & DP & MP>; declare export default { diff --git a/client-v2/flow-typed/npm/react-router-redux_vx.x.x.js b/client-v2/flow-typed/npm/react-router-redux_vx.x.x.js index b2b3911fa21..1caa857025d 100644 --- a/client-v2/flow-typed/npm/react-router-redux_vx.x.x.js +++ b/client-v2/flow-typed/npm/react-router-redux_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 195db7b7c6d076ecb4f1c3b46c627963 -// flow-typed version: <>/react-router-redux_v^4.0.8/flow_v0.68.0 +// flow-typed signature: 3b89984c8f81df16dda2325ca0c9b065 +// flow-typed version: <>/react-router-redux_v^4.0.8/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/react-router_v4.x.x.js b/client-v2/flow-typed/npm/react-router_v4.x.x.js index 68505200d84..8386633c203 100644 --- a/client-v2/flow-typed/npm/react-router_v4.x.x.js +++ b/client-v2/flow-typed/npm/react-router_v4.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 1e6728f0a649edac3689d6e2db7487a7 -// flow-typed version: 01716df816/react-router_v4.x.x/flow_>=v0.53.x +// flow-typed signature: 5d9615c28b25849187653b0a990dbac2 +// flow-typed version: e30a2fde54/react-router_v4.x.x/flow_>=v0.53.x declare module "react-router" { // NOTE: many of these are re-exported by react-router-dom and @@ -53,7 +53,8 @@ declare module "react-router" { declare export type ContextRouter = {| history: RouterHistory, location: Location, - match: Match + match: Match, + staticContext?: StaticRouterContext |}; declare export type GetUserConfirmation = ( diff --git a/client-v2/flow-typed/npm/redux-thunk_vx.x.x.js b/client-v2/flow-typed/npm/redux-thunk_vx.x.x.js index e076a14c738..31b19201f34 100644 --- a/client-v2/flow-typed/npm/redux-thunk_vx.x.x.js +++ b/client-v2/flow-typed/npm/redux-thunk_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 4109af0de2abd079b0f6c3408cab1733 -// flow-typed version: <>/redux-thunk_v^2.2.0/flow_v0.68.0 +// flow-typed signature: e2969e3b7e330e807660d59f6f5f203f +// flow-typed version: <>/redux-thunk_v^2.2.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/reselect_v3.x.x.js b/client-v2/flow-typed/npm/reselect_v3.x.x.js index d1a71241573..a1e90eaac8d 100644 --- a/client-v2/flow-typed/npm/reselect_v3.x.x.js +++ b/client-v2/flow-typed/npm/reselect_v3.x.x.js @@ -1,8 +1,5 @@ -// flow-typed signature: 7242133add1d3bd16fc3e9d648152c63 -// flow-typed version: 00301f0d29/reselect_v3.x.x/flow_>=v0.47.x - -// flow-typed signature: 0199525b667f385f2e61dbeae3215f21 -// flow-typed version: b43dff3e0e/reselect_v3.x.x/flow_>=v0.28.x +// flow-typed signature: 2edb237794225741adeedad554db362f +// flow-typed version: 1133e1a0c3/reselect_v3.x.x/flow_>=v0.47.x declare module "reselect" { declare type Selector<-TState, TProps, TResult> = diff --git a/client-v2/flow-typed/npm/styled-components_v3.x.x.js b/client-v2/flow-typed/npm/styled-components_v3.x.x.js index 6b346cf887f..072914a3c19 100644 --- a/client-v2/flow-typed/npm/styled-components_v3.x.x.js +++ b/client-v2/flow-typed/npm/styled-components_v3.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 91ccd74ce4e37637a911a4226cff669f -// flow-typed version: c26ca89087/styled-components_v3.x.x/flow_>=v0.57.x +// flow-typed signature: ce09cfddc81b167b0a751ef4cd182f77 +// flow-typed version: 76d655b490/styled-components_v3.x.x/flow_>=v0.57.x // @flow @@ -272,39 +272,6 @@ type $npm$styledComponents$StyledComponentsComponentList = {| tspan: $npm$styledComponents$StyledComponentsComponentListValue, |} -declare module 'styled-components' { - declare type Interpolation = $npm$styledComponents$Interpolation; - declare type NameGenerator = $npm$styledComponents$NameGenerator; - declare type Theme = $npm$styledComponents$Theme; - declare type ThemeProviderProps = $npm$styledComponents$ThemeProviderProps; - declare type TaggedTemplateLiteral = $npm$styledComponents$TaggedTemplateLiteral; - declare type ComponentListKeys = $npm$styledComponents$StyledComponentsComponentListKeys; - - declare type ReactComponentFunctional = $npm$styledComponents$ReactComponentFunctional; - declare type ReactComponentFunctionalUndefinedDefaultProps = $npm$styledComponents$ReactComponentFunctionalUndefinedDefaultProps; - declare type ReactComponentClass = $npm$styledComponents$ReactComponentClass; - declare type ReactComponentClassUndefinedDefaultProps = $npm$styledComponents$ReactComponentClassUndefinedDefaultProps; - declare type ReactComponentUnion = $npm$styledComponents$ReactComponentUnion; - declare type ReactComponentIntersection = $npm$styledComponents$ReactComponentIntersection; - declare type ReactComponentStyledStaticProps = $npm$styledComponents$ReactComponentStyledStaticPropsWithComponent; - declare type ReactComponentStyled = $npm$styledComponents$ReactComponentStyled; - declare type ReactComponentStyledTaggedTemplateLiteral = $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent; - - declare module.exports: { - $call: $npm$styledComponents$Call, - - injectGlobal: TaggedTemplateLiteral, - css: TaggedTemplateLiteral>, - keyframes: TaggedTemplateLiteral, - withTheme: $npm$styledComponents$WithTheme, - ServerStyleSheet: typeof Npm$StyledComponents$ServerStyleSheet, - StyleSheetManager: typeof Npm$StyledComponents$StyleSheetManager, - ThemeProvider: typeof Npm$StyledComponents$ThemeProvider, - - ...$npm$styledComponents$StyledComponentsComponentList, - }; -} - type $npm$styledComponents$StyledComponentsNativeComponentListKeys = $Subtype<$Keys<$npm$styledComponents$StyledComponentsNativeComponentList>> @@ -361,6 +328,40 @@ type $npm$styledComponents$StyledComponentsNativeComponentList = {| WebView: $npm$styledComponents$StyledComponentsNativeComponentListValue, |} +declare module 'styled-components' { + declare type Interpolation = $npm$styledComponents$Interpolation; + declare type NameGenerator = $npm$styledComponents$NameGenerator; + declare type Theme = $npm$styledComponents$Theme; + declare type ThemeProviderProps = $npm$styledComponents$ThemeProviderProps; + declare type TaggedTemplateLiteral = $npm$styledComponents$TaggedTemplateLiteral; + declare type ComponentListKeys = $npm$styledComponents$StyledComponentsComponentListKeys; + + declare type ReactComponentFunctional = $npm$styledComponents$ReactComponentFunctional; + declare type ReactComponentFunctionalUndefinedDefaultProps = $npm$styledComponents$ReactComponentFunctionalUndefinedDefaultProps; + declare type ReactComponentClass = $npm$styledComponents$ReactComponentClass; + declare type ReactComponentClassUndefinedDefaultProps = $npm$styledComponents$ReactComponentClassUndefinedDefaultProps; + declare type ReactComponentUnion = $npm$styledComponents$ReactComponentUnion; + declare type ReactComponentIntersection = $npm$styledComponents$ReactComponentIntersection; + declare type ReactComponentStyledStaticProps = $npm$styledComponents$ReactComponentStyledStaticPropsWithComponent; + declare type ReactComponentStyled = $npm$styledComponents$ReactComponentStyled; + declare type ReactComponentStyledTaggedTemplateLiteral = $npm$styledComponents$ReactComponentStyledTaggedTemplateLiteralWithComponent; + + declare module.exports: { + $call: $npm$styledComponents$Call, + + injectGlobal: TaggedTemplateLiteral, + css: TaggedTemplateLiteral>, + keyframes: TaggedTemplateLiteral, + withTheme: $npm$styledComponents$WithTheme, + ServerStyleSheet: typeof Npm$StyledComponents$ServerStyleSheet, + StyleSheetManager: typeof Npm$StyledComponents$StyleSheetManager, + ThemeProvider: typeof Npm$StyledComponents$ThemeProvider, + + ...$npm$styledComponents$StyledComponentsComponentList, + ...$npm$styledComponents$StyledComponentsNativeComponentList, + }; +} + declare module 'styled-components/native' { declare type Interpolation = $npm$styledComponents$Interpolation; declare type NameGenerator = $npm$styledComponents$NameGenerator; diff --git a/client-v2/flow-typed/npm/webpack-cli_vx.x.x.js b/client-v2/flow-typed/npm/webpack-cli_vx.x.x.js index bdac67ae35a..5f9a4a8f89a 100644 --- a/client-v2/flow-typed/npm/webpack-cli_vx.x.x.js +++ b/client-v2/flow-typed/npm/webpack-cli_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 489b429b4a16faecdbb4c225c77298c8 -// flow-typed version: <>/webpack-cli_v^2.0.12/flow_v0.68.0 +// flow-typed signature: ea16c45d07ea54377874af7024ae44ba +// flow-typed version: <>/webpack-cli_v^2.0.14/flow_v0.69.0 /** * This is an autogenerated libdef stub for: @@ -46,6 +46,22 @@ declare module 'webpack-cli/bin/webpack' { declare module.exports: any; } +declare module 'webpack-cli/lib/ast/__testfixtures__/fixture-0.input' { + declare module.exports: any; +} + +declare module 'webpack-cli/lib/ast/__testfixtures__/fixture-1.input' { + declare module.exports: any; +} + +declare module 'webpack-cli/lib/ast/ast.test' { + declare module.exports: any; +} + +declare module 'webpack-cli/lib/ast/index' { + declare module.exports: any; +} + declare module 'webpack-cli/lib/commands/add' { declare module.exports: any; } @@ -146,503 +162,179 @@ declare module 'webpack-cli/lib/init/index' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-2.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-3.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-4.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/context/context' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/context/context.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-2.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-3.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-4.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devServer/devServer' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devServer/devServer.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-2.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-3.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-4.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devtool/devtool' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/devtool/devtool.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/entry/__testfixtures__/entry-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/entry/__testfixtures__/entry-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/entry/entry' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/entry/entry.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/externals/__testfixtures__/externals-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/externals/__testfixtures__/externals-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/externals/__testfixtures__/externals-2.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/externals/externals' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/externals/externals.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/mode/__testfixtures__/mode-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/mode/__testfixtures__/mode-2.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/mode/mode' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/mode/mode.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/module/__testfixtures__/module-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/module/__testfixtures__/module-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/module/__testfixtures__/module-2.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/module/module' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/module/module.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/node/__testfixtures__/node-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/node/node' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/node/node.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/__testfixtures__/other-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/__testfixtures__/other-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/amd' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/bail' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/cache' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/merge' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/other.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/parallelism' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/profile' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/recordsInputPath' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/recordsOutputPath' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/other/recordsPath' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/output/__testfixtures__/output-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/output/__testfixtures__/output-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/output/output' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/output/output.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/performance/__testfixtures__/performance-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/performance/__testfixtures__/performance-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/performance/performance' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/performance/performance.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/plugins/__testfixtures__/plugins-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/plugins/__testfixtures__/plugins-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/plugins/plugins' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/plugins/plugins.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/resolve/__testfixtures__/resolve-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/resolve/__testfixtures__/resolve-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/resolve/resolve' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/resolve/resolve.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/resolveLoader/__testfixtures__/resolveLoader-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/resolveLoader/__testfixtures__/resolveLoader-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/resolveLoader/resolveLoader' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/resolveLoader/resolveLoader.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/stats/__testfixtures__/stats-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/stats/__testfixtures__/stats-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/stats/stats' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/stats/stats.test' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/target/__testfixtures__/target-0.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/target/__testfixtures__/target-1.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/target/__testfixtures__/target-2.input' { - declare module.exports: any; -} - -declare module 'webpack-cli/lib/init/transformations/target/target' { +declare module 'webpack-cli/lib/migrate/__testfixtures__/failing' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/target/target.test' { +declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-0.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/top-scope/__testfixtures__/top-scope-0.input' { +declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-1.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/top-scope/__testfixtures__/top-scope-1.input' { +declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-2.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/top-scope/top-scope' { +declare module 'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/top-scope/top-scope.test' { +declare module 'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin.test' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-0.input' { +declare module 'webpack-cli/lib/migrate/extractTextPlugin/__testfixtures__/extractTextPlugin.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-1.input' { +declare module 'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-2.input' { +declare module 'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin.test' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-3.input' { +declare module 'webpack-cli/lib/migrate/index' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-4.input' { +declare module 'webpack-cli/lib/migrate/index.test' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/watch/watch' { +declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-0.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/watch/watch.test' { +declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-1.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/watch/watchOptions' { +declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-2.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/init/transformations/watch/watchOptions.test' { +declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-3.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/__testfixtures__/failing' { +declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-0.input' { +declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin.test' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-1.input' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-0.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/bannerPlugin/__testfixtures__/bannerPlugin-2.input' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-1.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-2.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/bannerPlugin/bannerPlugin.test' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-3.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/extractTextPlugin/__testfixtures__/extractTextPlugin.input' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-4.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-5.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/extractTextPlugin/extractTextPlugin.test' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-6.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/index' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-7.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/index.test' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-8.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-0.input' { +declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-9.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-1.input' { +declare module 'webpack-cli/lib/migrate/loaders/loaders' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-2.input' { +declare module 'webpack-cli/lib/migrate/loaders/loaders.test' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/__testfixtures__/loaderOptionsPlugin-3.input' { +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-0.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin' { +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-1.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaderOptionsPlugin/loaderOptionsPlugin.test' { +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-2.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-0.input' { +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-1.input' { +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin.test' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-2.input' { +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-0.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-3.input' { +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-1.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-4.input' { +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-2.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-5.input' { +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-6.input' { +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin.test' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-7.input' { +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-0.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-8.input' { +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-1.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/__testfixtures__/loaders-9.input' { +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-2.input' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/loaders' { +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin' { declare module.exports: any; } -declare module 'webpack-cli/lib/migrate/loaders/loaders.test' { +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin.test' { declare module.exports: any; } @@ -742,6 +434,14 @@ declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJs declare module.exports: any; } +declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-3.input' { + declare module.exports: any; +} + +declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-4.input' { + declare module.exports: any; +} + declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/uglifyJsPlugin' { declare module.exports: any; } @@ -766,10 +466,6 @@ declare module 'webpack-cli/lib/utils/defineTest' { declare module.exports: any; } -declare module 'webpack-cli/lib/utils/hashtable' { - declare module.exports: any; -} - declare module 'webpack-cli/lib/utils/is-local-path' { declare module.exports: any; } @@ -822,6 +518,14 @@ declare module 'webpack-cli/lib/utils/run-prettier' { declare module.exports: any; } +declare module 'webpack-cli/lib/utils/validate-identifier' { + declare module.exports: any; +} + +declare module 'webpack-cli/lib/utils/validate-identifier.test' { + declare module.exports: any; +} + // Filename aliases declare module 'webpack-cli/bin/config-yargs.js' { declare module.exports: $Exports<'webpack-cli/bin/config-yargs'>; @@ -841,6 +545,18 @@ declare module 'webpack-cli/bin/process-options.js' { declare module 'webpack-cli/bin/webpack.js' { declare module.exports: $Exports<'webpack-cli/bin/webpack'>; } +declare module 'webpack-cli/lib/ast/__testfixtures__/fixture-0.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/ast/__testfixtures__/fixture-0.input'>; +} +declare module 'webpack-cli/lib/ast/__testfixtures__/fixture-1.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/ast/__testfixtures__/fixture-1.input'>; +} +declare module 'webpack-cli/lib/ast/ast.test.js' { + declare module.exports: $Exports<'webpack-cli/lib/ast/ast.test'>; +} +declare module 'webpack-cli/lib/ast/index.js' { + declare module.exports: $Exports<'webpack-cli/lib/ast/index'>; +} declare module 'webpack-cli/lib/commands/add.js' { declare module.exports: $Exports<'webpack-cli/lib/commands/add'>; } @@ -916,294 +632,6 @@ declare module 'webpack-cli/lib/index.js' { declare module 'webpack-cli/lib/init/index.js' { declare module.exports: $Exports<'webpack-cli/lib/init/index'>; } -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/context/__testfixtures__/context-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/context/__testfixtures__/context-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-2.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/context/__testfixtures__/context-2.input'>; -} -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-3.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/context/__testfixtures__/context-3.input'>; -} -declare module 'webpack-cli/lib/init/transformations/context/__testfixtures__/context-4.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/context/__testfixtures__/context-4.input'>; -} -declare module 'webpack-cli/lib/init/transformations/context/context.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/context/context'>; -} -declare module 'webpack-cli/lib/init/transformations/context/context.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/context/context.test'>; -} -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-2.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-2.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-3.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-3.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-4.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devServer/__testfixtures__/devServer-4.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devServer/devServer.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devServer/devServer'>; -} -declare module 'webpack-cli/lib/init/transformations/devServer/devServer.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devServer/devServer.test'>; -} -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-2.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-2.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-3.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-3.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-4.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devtool/__testfixtures__/devtool-4.input'>; -} -declare module 'webpack-cli/lib/init/transformations/devtool/devtool.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devtool/devtool'>; -} -declare module 'webpack-cli/lib/init/transformations/devtool/devtool.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/devtool/devtool.test'>; -} -declare module 'webpack-cli/lib/init/transformations/entry/__testfixtures__/entry-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/entry/__testfixtures__/entry-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/entry/__testfixtures__/entry-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/entry/__testfixtures__/entry-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/entry/entry.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/entry/entry'>; -} -declare module 'webpack-cli/lib/init/transformations/entry/entry.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/entry/entry.test'>; -} -declare module 'webpack-cli/lib/init/transformations/externals/__testfixtures__/externals-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/externals/__testfixtures__/externals-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/externals/__testfixtures__/externals-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/externals/__testfixtures__/externals-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/externals/__testfixtures__/externals-2.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/externals/__testfixtures__/externals-2.input'>; -} -declare module 'webpack-cli/lib/init/transformations/externals/externals.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/externals/externals'>; -} -declare module 'webpack-cli/lib/init/transformations/externals/externals.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/externals/externals.test'>; -} -declare module 'webpack-cli/lib/init/transformations/mode/__testfixtures__/mode-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/mode/__testfixtures__/mode-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/mode/__testfixtures__/mode-2.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/mode/__testfixtures__/mode-2.input'>; -} -declare module 'webpack-cli/lib/init/transformations/mode/mode.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/mode/mode'>; -} -declare module 'webpack-cli/lib/init/transformations/mode/mode.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/mode/mode.test'>; -} -declare module 'webpack-cli/lib/init/transformations/module/__testfixtures__/module-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/module/__testfixtures__/module-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/module/__testfixtures__/module-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/module/__testfixtures__/module-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/module/__testfixtures__/module-2.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/module/__testfixtures__/module-2.input'>; -} -declare module 'webpack-cli/lib/init/transformations/module/module.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/module/module'>; -} -declare module 'webpack-cli/lib/init/transformations/module/module.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/module/module.test'>; -} -declare module 'webpack-cli/lib/init/transformations/node/__testfixtures__/node-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/node/__testfixtures__/node-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/node/node.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/node/node'>; -} -declare module 'webpack-cli/lib/init/transformations/node/node.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/node/node.test'>; -} -declare module 'webpack-cli/lib/init/transformations/other/__testfixtures__/other-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/__testfixtures__/other-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/other/__testfixtures__/other-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/__testfixtures__/other-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/other/amd.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/amd'>; -} -declare module 'webpack-cli/lib/init/transformations/other/bail.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/bail'>; -} -declare module 'webpack-cli/lib/init/transformations/other/cache.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/cache'>; -} -declare module 'webpack-cli/lib/init/transformations/other/merge.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/merge'>; -} -declare module 'webpack-cli/lib/init/transformations/other/other.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/other.test'>; -} -declare module 'webpack-cli/lib/init/transformations/other/parallelism.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/parallelism'>; -} -declare module 'webpack-cli/lib/init/transformations/other/profile.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/profile'>; -} -declare module 'webpack-cli/lib/init/transformations/other/recordsInputPath.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/recordsInputPath'>; -} -declare module 'webpack-cli/lib/init/transformations/other/recordsOutputPath.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/recordsOutputPath'>; -} -declare module 'webpack-cli/lib/init/transformations/other/recordsPath.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/other/recordsPath'>; -} -declare module 'webpack-cli/lib/init/transformations/output/__testfixtures__/output-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/output/__testfixtures__/output-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/output/__testfixtures__/output-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/output/__testfixtures__/output-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/output/output.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/output/output'>; -} -declare module 'webpack-cli/lib/init/transformations/output/output.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/output/output.test'>; -} -declare module 'webpack-cli/lib/init/transformations/performance/__testfixtures__/performance-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/performance/__testfixtures__/performance-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/performance/__testfixtures__/performance-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/performance/__testfixtures__/performance-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/performance/performance.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/performance/performance'>; -} -declare module 'webpack-cli/lib/init/transformations/performance/performance.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/performance/performance.test'>; -} -declare module 'webpack-cli/lib/init/transformations/plugins/__testfixtures__/plugins-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/plugins/__testfixtures__/plugins-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/plugins/__testfixtures__/plugins-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/plugins/__testfixtures__/plugins-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/plugins/plugins.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/plugins/plugins'>; -} -declare module 'webpack-cli/lib/init/transformations/plugins/plugins.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/plugins/plugins.test'>; -} -declare module 'webpack-cli/lib/init/transformations/resolve/__testfixtures__/resolve-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/resolve/__testfixtures__/resolve-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/resolve/__testfixtures__/resolve-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/resolve/__testfixtures__/resolve-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/resolve/resolve.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/resolve/resolve'>; -} -declare module 'webpack-cli/lib/init/transformations/resolve/resolve.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/resolve/resolve.test'>; -} -declare module 'webpack-cli/lib/init/transformations/resolveLoader/__testfixtures__/resolveLoader-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/resolveLoader/__testfixtures__/resolveLoader-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/resolveLoader/__testfixtures__/resolveLoader-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/resolveLoader/__testfixtures__/resolveLoader-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/resolveLoader/resolveLoader.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/resolveLoader/resolveLoader'>; -} -declare module 'webpack-cli/lib/init/transformations/resolveLoader/resolveLoader.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/resolveLoader/resolveLoader.test'>; -} -declare module 'webpack-cli/lib/init/transformations/stats/__testfixtures__/stats-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/stats/__testfixtures__/stats-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/stats/__testfixtures__/stats-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/stats/__testfixtures__/stats-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/stats/stats.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/stats/stats'>; -} -declare module 'webpack-cli/lib/init/transformations/stats/stats.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/stats/stats.test'>; -} -declare module 'webpack-cli/lib/init/transformations/target/__testfixtures__/target-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/target/__testfixtures__/target-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/target/__testfixtures__/target-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/target/__testfixtures__/target-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/target/__testfixtures__/target-2.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/target/__testfixtures__/target-2.input'>; -} -declare module 'webpack-cli/lib/init/transformations/target/target.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/target/target'>; -} -declare module 'webpack-cli/lib/init/transformations/target/target.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/target/target.test'>; -} -declare module 'webpack-cli/lib/init/transformations/top-scope/__testfixtures__/top-scope-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/top-scope/__testfixtures__/top-scope-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/top-scope/__testfixtures__/top-scope-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/top-scope/__testfixtures__/top-scope-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/top-scope/top-scope.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/top-scope/top-scope'>; -} -declare module 'webpack-cli/lib/init/transformations/top-scope/top-scope.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/top-scope/top-scope.test'>; -} -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-0.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-0.input'>; -} -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-1.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-1.input'>; -} -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-2.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-2.input'>; -} -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-3.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-3.input'>; -} -declare module 'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-4.input.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/watch/__testfixtures__/watch-4.input'>; -} -declare module 'webpack-cli/lib/init/transformations/watch/watch.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/watch/watch'>; -} -declare module 'webpack-cli/lib/init/transformations/watch/watch.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/watch/watch.test'>; -} -declare module 'webpack-cli/lib/init/transformations/watch/watchOptions.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/watch/watchOptions'>; -} -declare module 'webpack-cli/lib/init/transformations/watch/watchOptions.test.js' { - declare module.exports: $Exports<'webpack-cli/lib/init/transformations/watch/watchOptions.test'>; -} declare module 'webpack-cli/lib/migrate/__testfixtures__/failing.js' { declare module.exports: $Exports<'webpack-cli/lib/migrate/__testfixtures__/failing'>; } @@ -1291,6 +719,51 @@ declare module 'webpack-cli/lib/migrate/loaders/loaders.js' { declare module 'webpack-cli/lib/migrate/loaders/loaders.test.js' { declare module.exports: $Exports<'webpack-cli/lib/migrate/loaders/loaders.test'>; } +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-0.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-0.input'>; +} +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-1.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-1.input'>; +} +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-2.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/__testfixtures__/moduleConcatenationPlugin-2.input'>; +} +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin'>; +} +declare module 'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin.test.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/moduleConcatenationPlugin/moduleConcatenationPlugin.test'>; +} +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-0.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-0.input'>; +} +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-1.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-1.input'>; +} +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-2.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/__testfixtures__/namedModulesPlugin-2.input'>; +} +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin'>; +} +declare module 'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin.test.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/namedModulesPlugin/namedModulesPlugin.test'>; +} +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-0.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-0.input'>; +} +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-1.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-1.input'>; +} +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-2.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/__testfixtures__/noEmitOnErrorsPlugin-2.input'>; +} +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin'>; +} +declare module 'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin.test.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/noEmitOnErrorsPlugin/noEmitOnErrorsPlugin.test'>; +} declare module 'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-0.input.js' { declare module.exports: $Exports<'webpack-cli/lib/migrate/outputPath/__testfixtures__/outputPath-0.input'>; } @@ -1363,6 +836,12 @@ declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJs declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-2.input.js' { declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-2.input'>; } +declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-3.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-3.input'>; +} +declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-4.input.js' { + declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/__testfixtures__/uglifyJsPlugin-4.input'>; +} declare module 'webpack-cli/lib/migrate/uglifyJsPlugin/uglifyJsPlugin.js' { declare module.exports: $Exports<'webpack-cli/lib/migrate/uglifyJsPlugin/uglifyJsPlugin'>; } @@ -1381,9 +860,6 @@ declare module 'webpack-cli/lib/utils/copy-utils.js' { declare module 'webpack-cli/lib/utils/defineTest.js' { declare module.exports: $Exports<'webpack-cli/lib/utils/defineTest'>; } -declare module 'webpack-cli/lib/utils/hashtable.js' { - declare module.exports: $Exports<'webpack-cli/lib/utils/hashtable'>; -} declare module 'webpack-cli/lib/utils/is-local-path.js' { declare module.exports: $Exports<'webpack-cli/lib/utils/is-local-path'>; } @@ -1423,3 +899,9 @@ declare module 'webpack-cli/lib/utils/resolve-packages.test.js' { declare module 'webpack-cli/lib/utils/run-prettier.js' { declare module.exports: $Exports<'webpack-cli/lib/utils/run-prettier'>; } +declare module 'webpack-cli/lib/utils/validate-identifier.js' { + declare module.exports: $Exports<'webpack-cli/lib/utils/validate-identifier'>; +} +declare module 'webpack-cli/lib/utils/validate-identifier.test.js' { + declare module.exports: $Exports<'webpack-cli/lib/utils/validate-identifier.test'>; +} diff --git a/client-v2/flow-typed/npm/webpack-dev-server_vx.x.x.js b/client-v2/flow-typed/npm/webpack-dev-server_vx.x.x.js index 0cfcab70741..190a62b568d 100644 --- a/client-v2/flow-typed/npm/webpack-dev-server_vx.x.x.js +++ b/client-v2/flow-typed/npm/webpack-dev-server_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 9e21e064440734886cf3b10964dbf3ce -// flow-typed version: <>/webpack-dev-server_v^3.1.1/flow_v0.68.0 +// flow-typed signature: 82102ef45bcf29d35d3e477dc862079d +// flow-typed version: <>/webpack-dev-server_v^3.1.3/flow_v0.69.0 /** * This is an autogenerated libdef stub for: diff --git a/client-v2/flow-typed/npm/webpack_vx.x.x.js b/client-v2/flow-typed/npm/webpack_vx.x.x.js index c682bcc9839..b3f59a2e76e 100644 --- a/client-v2/flow-typed/npm/webpack_vx.x.x.js +++ b/client-v2/flow-typed/npm/webpack_vx.x.x.js @@ -1,5 +1,5 @@ -// flow-typed signature: 214a4c03823657acee6f87435a85ec2c -// flow-typed version: <>/webpack_v^4.1.1/flow_v0.68.0 +// flow-typed signature: fbcc4d03bb0a26abcfdd1cc81b0a6dd3 +// flow-typed version: <>/webpack_v^4.5.0/flow_v0.69.0 /** * This is an autogenerated libdef stub for: @@ -658,6 +658,10 @@ declare module 'webpack/lib/HotModuleReplacementPlugin' { declare module.exports: any; } +declare module 'webpack/lib/HotUpdateChunk' { + declare module.exports: any; +} + declare module 'webpack/lib/HotUpdateChunkTemplate' { declare module.exports: any; } @@ -966,10 +970,6 @@ declare module 'webpack/lib/PrefetchPlugin' { declare module.exports: any; } -declare module 'webpack/lib/prepareOptions' { - declare module.exports: any; -} - declare module 'webpack/lib/ProgressPlugin' { declare module.exports: any; } @@ -1696,6 +1696,9 @@ declare module 'webpack/lib/HotModuleReplacement.runtime.js' { declare module 'webpack/lib/HotModuleReplacementPlugin.js' { declare module.exports: $Exports<'webpack/lib/HotModuleReplacementPlugin'>; } +declare module 'webpack/lib/HotUpdateChunk.js' { + declare module.exports: $Exports<'webpack/lib/HotUpdateChunk'>; +} declare module 'webpack/lib/HotUpdateChunkTemplate.js' { declare module.exports: $Exports<'webpack/lib/HotUpdateChunkTemplate'>; } @@ -1927,9 +1930,6 @@ declare module 'webpack/lib/performance/SizeLimitsPlugin.js' { declare module 'webpack/lib/PrefetchPlugin.js' { declare module.exports: $Exports<'webpack/lib/PrefetchPlugin'>; } -declare module 'webpack/lib/prepareOptions.js' { - declare module.exports: $Exports<'webpack/lib/prepareOptions'>; -} declare module 'webpack/lib/ProgressPlugin.js' { declare module.exports: $Exports<'webpack/lib/ProgressPlugin'>; } diff --git a/client-v2/yarn.lock b/client-v2/yarn.lock index 3878e552b3a..c4c57a884a7 100644 --- a/client-v2/yarn.lock +++ b/client-v2/yarn.lock @@ -3,8 +3,8 @@ "@babel/cli@^7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.0.0-beta.44.tgz#635a7f04277ab71a9b5be625667aaf1e33a31a09" + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.0.0-beta.46.tgz#4fcede56d20659bf063b2c30c444267aa23f1bd3" dependencies: commander "^2.8.1" convert-source-map "^1.1.0" @@ -17,29 +17,35 @@ optionalDependencies: chokidar "^1.6.1" -"@babel/code-frame@7.0.0-beta.42", "@babel/code-frame@^7.0.0-beta.35", "@babel/code-frame@^7.0.0-beta.40": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962" - dependencies: - "@babel/highlight" "7.0.0-beta.42" - "@babel/code-frame@7.0.0-beta.44": version "7.0.0-beta.44" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9" dependencies: "@babel/highlight" "7.0.0-beta.44" -"@babel/core@^7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.44.tgz#90bb9e897427e7ebec2a1b857f458ff74ca28057" +"@babel/code-frame@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.46.tgz#e0d002100805daab1461c0fcb32a07e304f3a4f4" dependencies: - "@babel/code-frame" "7.0.0-beta.44" - "@babel/generator" "7.0.0-beta.44" - "@babel/helpers" "7.0.0-beta.44" - "@babel/template" "7.0.0-beta.44" - "@babel/traverse" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" - babylon "7.0.0-beta.44" + "@babel/highlight" "7.0.0-beta.46" + +"@babel/code-frame@^7.0.0-beta.35": + version "7.0.0-beta.42" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.42.tgz#a9c83233fa7cd06b39dc77adbb908616ff4f1962" + dependencies: + "@babel/highlight" "7.0.0-beta.42" + +"@babel/core@^7.0.0-beta.44": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.0.0-beta.46.tgz#dbe2189bcdef9a2c84becb1ec624878d31a95689" + dependencies: + "@babel/code-frame" "7.0.0-beta.46" + "@babel/generator" "7.0.0-beta.46" + "@babel/helpers" "7.0.0-beta.46" + "@babel/template" "7.0.0-beta.46" + "@babel/traverse" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" + babylon "7.0.0-beta.46" convert-source-map "^1.1.0" debug "^3.1.0" json5 "^0.5.0" @@ -49,76 +55,68 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/generator@7.0.0-beta.42": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.42.tgz#777bb50f39c94a7e57f73202d833141f8159af33" +"@babel/generator@7.0.0-beta.44": + version "7.0.0-beta.44" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42" dependencies: - "@babel/types" "7.0.0-beta.42" + "@babel/types" "7.0.0-beta.44" jsesc "^2.5.1" lodash "^4.2.0" source-map "^0.5.0" trim-right "^1.0.1" -"@babel/generator@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42" +"@babel/generator@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.46.tgz#6f57159bcc28bf8c3ed6b549789355cebfa3faa7" dependencies: - "@babel/types" "7.0.0-beta.44" + "@babel/types" "7.0.0-beta.46" jsesc "^2.5.1" lodash "^4.2.0" source-map "^0.5.0" trim-right "^1.0.1" -"@babel/helper-annotate-as-pure@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-beta.44.tgz#8ecf33cc5235295afcc7f160a63cab17ce7776f4" +"@babel/helper-annotate-as-pure@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0-beta.46.tgz#4cd76d5c93409ea01d31be66395a3b98a372792e" dependencies: - "@babel/types" "7.0.0-beta.44" + "@babel/types" "7.0.0-beta.46" -"@babel/helper-builder-binary-assignment-operator-visitor@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.0.0-beta.44.tgz#0e86d393c192bc846f871f3fcf4920b08a9cbb27" +"@babel/helper-builder-binary-assignment-operator-visitor@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.0.0-beta.46.tgz#b6c8de48693b66bf90239e99856be4c2257e43ba" dependencies: - "@babel/helper-explode-assignable-expression" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" + "@babel/helper-explode-assignable-expression" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" -"@babel/helper-builder-react-jsx@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.0.0-beta.44.tgz#52a4fd63ce92df425a4fb550c7a1a3ca30e0f234" +"@babel/helper-builder-react-jsx@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.0.0-beta.46.tgz#d399c1892f48bbe68ce6ccca14b127b00cbc656f" dependencies: - "@babel/types" "7.0.0-beta.44" + "@babel/types" "7.0.0-beta.46" esutils "^2.0.0" -"@babel/helper-call-delegate@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.0.0-beta.44.tgz#e644536f8b3d2eabeecca000037cdced8e453d26" +"@babel/helper-call-delegate@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.0.0-beta.46.tgz#a9e8b46cece47726308f015ce979293ef3d36ab7" dependencies: - "@babel/helper-hoist-variables" "7.0.0-beta.44" - "@babel/traverse" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" + "@babel/helper-hoist-variables" "7.0.0-beta.46" + "@babel/traverse" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" -"@babel/helper-define-map@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.0.0-beta.44.tgz#d63578a67c9654ff9f32e55bbf269c2d5f094c97" +"@babel/helper-define-map@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.0.0-beta.46.tgz#994219751ef48bf1ec32604b43935f2b24d617fa" dependencies: - "@babel/helper-function-name" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" + "@babel/helper-function-name" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" lodash "^4.2.0" -"@babel/helper-explode-assignable-expression@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.0.0-beta.44.tgz#1f06b9f76017deac2767ee09f3021d5b209bf5cd" - dependencies: - "@babel/traverse" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" - -"@babel/helper-function-name@7.0.0-beta.42": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.42.tgz#b38b8f4f85168d1812c543dd700b5d549b0c4658" +"@babel/helper-explode-assignable-expression@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.0.0-beta.46.tgz#6a34a7533761b97ce4f7bf6fc586dcfb204ffa11" dependencies: - "@babel/helper-get-function-arity" "7.0.0-beta.42" - "@babel/template" "7.0.0-beta.42" - "@babel/types" "7.0.0-beta.42" + "@babel/traverse" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" "@babel/helper-function-name@7.0.0-beta.44": version "7.0.0-beta.44" @@ -128,11 +126,13 @@ "@babel/template" "7.0.0-beta.44" "@babel/types" "7.0.0-beta.44" -"@babel/helper-get-function-arity@7.0.0-beta.42": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.42.tgz#ad072e32f912c033053fc80478169aeadc22191e" +"@babel/helper-function-name@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.46.tgz#d0c4eed2e220e180f91b02e008dcc4594afe1d39" dependencies: - "@babel/types" "7.0.0-beta.42" + "@babel/helper-get-function-arity" "7.0.0-beta.46" + "@babel/template" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" "@babel/helper-get-function-arity@7.0.0-beta.44": version "7.0.0-beta.44" @@ -140,101 +140,113 @@ dependencies: "@babel/types" "7.0.0-beta.44" -"@babel/helper-hoist-variables@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0-beta.44.tgz#a1bbb2c25f9b4058e041ecc1556f096eacdbd142" +"@babel/helper-get-function-arity@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.46.tgz#7161bfe449b4183dbe25d1fe5579338b7429e5f2" dependencies: - "@babel/types" "7.0.0-beta.44" + "@babel/types" "7.0.0-beta.46" -"@babel/helper-module-imports@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.44.tgz#60edc68cdf17e13eaca5be813c96127303085133" +"@babel/helper-hoist-variables@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0-beta.46.tgz#2d656215bea3f044ff1ee391fc51d55fce46ddf5" dependencies: - "@babel/types" "7.0.0-beta.44" + "@babel/types" "7.0.0-beta.46" + +"@babel/helper-member-expression-to-functions@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0-beta.46.tgz#736344c1d68fb2c4b75cbe62370eb610c0578427" + dependencies: + "@babel/types" "7.0.0-beta.46" + +"@babel/helper-module-imports@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0-beta.46.tgz#8bd2e1fcfae883d28149a350e31ce606aa24eda6" + dependencies: + "@babel/types" "7.0.0-beta.46" lodash "^4.2.0" -"@babel/helper-module-transforms@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.0.0-beta.44.tgz#185dc17b37c4b9cc3daee0f0f44e74f000e21bb7" +"@babel/helper-module-transforms@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.0.0-beta.46.tgz#90ad981f3a0020d9a8e526296555a5dd7e87cf5e" dependencies: - "@babel/helper-module-imports" "7.0.0-beta.44" - "@babel/helper-simple-access" "7.0.0-beta.44" - "@babel/helper-split-export-declaration" "7.0.0-beta.44" - "@babel/template" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" + "@babel/helper-module-imports" "7.0.0-beta.46" + "@babel/helper-simple-access" "7.0.0-beta.46" + "@babel/helper-split-export-declaration" "7.0.0-beta.46" + "@babel/template" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" lodash "^4.2.0" -"@babel/helper-optimise-call-expression@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0-beta.44.tgz#84ceabfb99afc1c185d15668114a697cdad7a5d0" +"@babel/helper-optimise-call-expression@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0-beta.46.tgz#50f060b4e4af01c73b40986fa593ae7958422e89" dependencies: - "@babel/types" "7.0.0-beta.44" + "@babel/types" "7.0.0-beta.46" -"@babel/helper-plugin-utils@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.44.tgz#9f590bc3ae6daa8a10b853233baa3e25d263751d" +"@babel/helper-plugin-utils@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0-beta.46.tgz#f630adbd9d645d0ba2e43f4955b4ad61f44ccdf4" -"@babel/helper-regex@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0-beta.44.tgz#f5b6828c1e40f0b74ab6ed90abdd52be0c38a74e" +"@babel/helper-regex@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0-beta.46.tgz#df3675cec700e062d823225c52830e012f32308f" dependencies: lodash "^4.2.0" -"@babel/helper-remap-async-to-generator@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.0.0-beta.44.tgz#8ad8c12a57444042ca281bdb16734841425938ad" +"@babel/helper-remap-async-to-generator@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.0.0-beta.46.tgz#275d455dbced4c807543f001302a40303a3f0914" dependencies: - "@babel/helper-annotate-as-pure" "7.0.0-beta.44" - "@babel/helper-wrap-function" "7.0.0-beta.44" - "@babel/template" "7.0.0-beta.44" - "@babel/traverse" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" + "@babel/helper-annotate-as-pure" "7.0.0-beta.46" + "@babel/helper-wrap-function" "7.0.0-beta.46" + "@babel/template" "7.0.0-beta.46" + "@babel/traverse" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" -"@babel/helper-replace-supers@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.0.0-beta.44.tgz#cf18697951431f533f9d8c201390b158d4a3ee04" +"@babel/helper-replace-supers@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.0.0-beta.46.tgz#921c0f25d875026a8fb12feda1b72323595ea156" dependencies: - "@babel/helper-optimise-call-expression" "7.0.0-beta.44" - "@babel/template" "7.0.0-beta.44" - "@babel/traverse" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" + "@babel/helper-member-expression-to-functions" "7.0.0-beta.46" + "@babel/helper-optimise-call-expression" "7.0.0-beta.46" + "@babel/traverse" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" -"@babel/helper-simple-access@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0-beta.44.tgz#03fb6bfc91eb0a95f6c11499153f8c663654dce5" +"@babel/helper-simple-access@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0-beta.46.tgz#8eb0edf978c85915d11b6a7aa8591434e158170d" dependencies: - "@babel/template" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" + "@babel/template" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" lodash "^4.2.0" -"@babel/helper-split-export-declaration@7.0.0-beta.42": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.42.tgz#0d0d5254220a9cc4e7e226240306b939dc210ee7" - dependencies: - "@babel/types" "7.0.0-beta.42" - "@babel/helper-split-export-declaration@7.0.0-beta.44": version "7.0.0-beta.44" resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc" dependencies: "@babel/types" "7.0.0-beta.44" -"@babel/helper-wrap-function@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.0.0-beta.44.tgz#d128718a543f313264dff7cb386957e3e465c95d" +"@babel/helper-split-export-declaration@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.46.tgz#6903893c72bb2a3d54ed20b5ff2aa8a28e8d2ea1" dependencies: - "@babel/helper-function-name" "7.0.0-beta.44" - "@babel/template" "7.0.0-beta.44" - "@babel/traverse" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" + "@babel/types" "7.0.0-beta.46" -"@babel/helpers@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.44.tgz#b1cc87fdc3b77351c0a4860bcd9d4ef457919bfd" +"@babel/helper-wrap-function@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.0.0-beta.46.tgz#d0fb836516d8a38ab80df1b434e4b76015be9035" dependencies: - "@babel/template" "7.0.0-beta.44" - "@babel/traverse" "7.0.0-beta.44" - "@babel/types" "7.0.0-beta.44" + "@babel/helper-function-name" "7.0.0-beta.46" + "@babel/template" "7.0.0-beta.46" + "@babel/traverse" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" + +"@babel/helpers@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.0.0-beta.46.tgz#b5f988dfd77f4f713792cf7818b687050736ee52" + dependencies: + "@babel/template" "7.0.0-beta.46" + "@babel/traverse" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" "@babel/highlight@7.0.0-beta.42": version "7.0.0-beta.42" @@ -252,361 +264,369 @@ esutils "^2.0.2" js-tokens "^3.0.0" -"@babel/plugin-proposal-async-generator-functions@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0-beta.44.tgz#b08d90cd0f6a82e11cb5ae64eee4fba7d0d7999e" +"@babel/highlight@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.46.tgz#c553c51e65f572bdedd6eff66fc0bb563016645e" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/helper-remap-async-to-generator" "7.0.0-beta.44" - "@babel/plugin-syntax-async-generators" "7.0.0-beta.44" + chalk "^2.0.0" + esutils "^2.0.2" + js-tokens "^3.0.0" -"@babel/plugin-proposal-object-rest-spread@7.0.0-beta.44", "@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0-beta.44.tgz#b7817770cb9cf72f2e73ca6fcb83d61a87305259" +"@babel/plugin-proposal-async-generator-functions@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0-beta.46.tgz#395330d1d5d7fb76c33b7bd99750adeafc37c68c" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/helper-remap-async-to-generator" "7.0.0-beta.46" + "@babel/plugin-syntax-async-generators" "7.0.0-beta.46" -"@babel/plugin-proposal-optional-catch-binding@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0-beta.44.tgz#87928d30c9fab4803cdba29f9c1260c16bc5d30f" +"@babel/plugin-proposal-object-rest-spread@7.0.0-beta.46", "@babel/plugin-proposal-object-rest-spread@^7.0.0-beta.44": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0-beta.46.tgz#fb3979488a52c1246cdced4a438ace0f47ac985b" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.46" -"@babel/plugin-proposal-unicode-property-regex@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0-beta.44.tgz#5efb0ddbe6635b4cb6674e961a16c28cef3cdb7f" +"@babel/plugin-proposal-optional-catch-binding@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0-beta.46.tgz#fda50deaab3272500a8a1c7088d7d55148f54048" + dependencies: + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.46" + +"@babel/plugin-proposal-unicode-property-regex@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0-beta.46.tgz#b422a602094d7feeea4a7b81e7e32d1687337123" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/helper-regex" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/helper-regex" "7.0.0-beta.46" regexpu-core "^4.1.3" -"@babel/plugin-syntax-async-generators@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0-beta.44.tgz#5cf7ec4256ddd7df62654171059188bee2b3addc" +"@babel/plugin-syntax-async-generators@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0-beta.46.tgz#b35149e02748922d8e39506b0ac001a27bf449ed" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-syntax-flow@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.0.0-beta.44.tgz#12498c9c6565e185317fcead2cb2ea6b196ce8c1" +"@babel/plugin-syntax-flow@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.0.0-beta.46.tgz#f9940274770945cc758a947944949e70ea530e7f" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-syntax-jsx@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0-beta.44.tgz#b3475f0e6ea797634f0ba823273d76e93727e52f" +"@babel/plugin-syntax-jsx@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0-beta.46.tgz#ed2e8a43716e7904ae33dca71d5f2b436f0f25e8" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-syntax-object-rest-spread@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0-beta.44.tgz#c37d271e4edf8a1b5d4623fb2917ba0f5a9da3b3" +"@babel/plugin-syntax-object-rest-spread@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0-beta.46.tgz#03d46637f549757b2d6877b6449901698059d7d8" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-syntax-optional-catch-binding@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0-beta.44.tgz#c79ee93c371831b104bb0a1cc9c85ac5373af4f3" +"@babel/plugin-syntax-optional-catch-binding@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0-beta.46.tgz#701ba500cc154dd87c4d16a41fa858e9ffc6db89" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-arrow-functions@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0-beta.44.tgz#718dae35046eca6938c731d1eae10c5471c17398" +"@babel/plugin-transform-arrow-functions@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0-beta.46.tgz#130e79b1d4508767c47e5febb809f8dca80c05f5" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-async-to-generator@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.0.0-beta.44.tgz#b91881aa6e1a6bd330be31df43a936feeb145c29" +"@babel/plugin-transform-async-to-generator@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.0.0-beta.46.tgz#29fd5967f5056ca80f3a97db4d2ffa38a0dc2dce" dependencies: - "@babel/helper-module-imports" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/helper-remap-async-to-generator" "7.0.0-beta.44" + "@babel/helper-module-imports" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/helper-remap-async-to-generator" "7.0.0-beta.46" -"@babel/plugin-transform-block-scoped-functions@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.0.0-beta.44.tgz#d31bb2231ae861fa4ea6f9974b8b8f5641a3460a" +"@babel/plugin-transform-block-scoped-functions@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.0.0-beta.46.tgz#0925a549931f61b45880618b0b42da4790b7c0b3" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-block-scoping@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0-beta.44.tgz#a7b640e112743634b9226996e58ab92cdebb4ff0" +"@babel/plugin-transform-block-scoping@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0-beta.46.tgz#da42dd17fbed675c72233988dbad9ace5ab9e4a7" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" lodash "^4.2.0" -"@babel/plugin-transform-classes@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.0.0-beta.44.tgz#5410fcf6a9eeba3cc8e25bf0f72b43358336b534" - dependencies: - "@babel/helper-annotate-as-pure" "7.0.0-beta.44" - "@babel/helper-define-map" "7.0.0-beta.44" - "@babel/helper-function-name" "7.0.0-beta.44" - "@babel/helper-optimise-call-expression" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/helper-replace-supers" "7.0.0-beta.44" - "@babel/helper-split-export-declaration" "7.0.0-beta.44" +"@babel/plugin-transform-classes@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.0.0-beta.46.tgz#00c856feda2ee756c4cc6ef8c97d17d070acebf7" + dependencies: + "@babel/helper-annotate-as-pure" "7.0.0-beta.46" + "@babel/helper-define-map" "7.0.0-beta.46" + "@babel/helper-function-name" "7.0.0-beta.46" + "@babel/helper-optimise-call-expression" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/helper-replace-supers" "7.0.0-beta.46" + "@babel/helper-split-export-declaration" "7.0.0-beta.46" globals "^11.1.0" -"@babel/plugin-transform-computed-properties@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.0.0-beta.44.tgz#1421b4e1a18dc3bd276d8648a12a4f8ea088c6a1" +"@babel/plugin-transform-computed-properties@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.0.0-beta.46.tgz#ca1ece27615f7324345713fb6a93dd288788e891" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-destructuring@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.0.0-beta.44.tgz#57c8b40d56db45eaa39b44696818b24004306752" +"@babel/plugin-transform-destructuring@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.0.0-beta.46.tgz#6e6a097da31063f545f7818afe48ef09165ce5ff" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-dotall-regex@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.0.0-beta.44.tgz#414bd71f39199e45a8ddaa8053cb5bd9690707f4" +"@babel/plugin-transform-dotall-regex@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.0.0-beta.46.tgz#e5bbd78c1a94455e6d5dd1c77f32357b84355e06" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/helper-regex" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/helper-regex" "7.0.0-beta.46" regexpu-core "^4.1.3" -"@babel/plugin-transform-duplicate-keys@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.0.0-beta.44.tgz#e945a7990d9adca4f9b58a7af46cdb1515b925b1" +"@babel/plugin-transform-duplicate-keys@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.0.0-beta.46.tgz#7e94e42099b099742617838237b0d6e1a9b2690f" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-exponentiation-operator@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.0.0-beta.44.tgz#e6a9699b5036a7a75274e1546c23414ba945a135" +"@babel/plugin-transform-exponentiation-operator@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.0.0-beta.46.tgz#95ae2e03456e417d2f5eace6d05a8fccb7af1bcc" dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-builder-binary-assignment-operator-visitor" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-flow-strip-types@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.0.0-beta.44.tgz#e7f5028f886f6410d9e5488a4f2fde4a28afe9d8" +"@babel/plugin-transform-flow-strip-types@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.0.0-beta.46.tgz#3c26def3c4027d5c0c3f98c3b6f161c715ab7fff" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/plugin-syntax-flow" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/plugin-syntax-flow" "7.0.0-beta.46" -"@babel/plugin-transform-for-of@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0-beta.44.tgz#b157e38e74c07beacbac01c1946b8ad11dbea32c" +"@babel/plugin-transform-for-of@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0-beta.46.tgz#ce643487384c96d1bd1f57a112b2ccba6c34da5c" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-function-name@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.0.0-beta.44.tgz#8cd5986dac8a0fd0df21b79e9a20de9b2c37b4c4" +"@babel/plugin-transform-function-name@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.0.0-beta.46.tgz#2479f5188de9ab1f99396bce83b3b9d39bc13bdb" dependencies: - "@babel/helper-function-name" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-function-name" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-literals@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.0.0-beta.44.tgz#8c85631ea6fd8a6eecefdb81177ed6ae3d34b195" +"@babel/plugin-transform-literals@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.0.0-beta.46.tgz#84f5bcfe914b9fd4385c0ddf469f9ed403ee68bd" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-modules-amd@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.0.0-beta.44.tgz#4d2df3f507f00bbbea3bc3ee07505ed97df1f22e" +"@babel/plugin-transform-modules-amd@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.0.0-beta.46.tgz#01aeb4887c7df7059cefe4a206eefdf190c79f48" dependencies: - "@babel/helper-module-transforms" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-module-transforms" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-modules-commonjs@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.0.0-beta.44.tgz#864a1fef64091bd5241b0aa7d4b235fb29f60580" +"@babel/plugin-transform-modules-commonjs@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.0.0-beta.46.tgz#9dcb42e1282b281c1a2075f98b4a850533acfd9c" dependencies: - "@babel/helper-module-transforms" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/helper-simple-access" "7.0.0-beta.44" + "@babel/helper-module-transforms" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/helper-simple-access" "7.0.0-beta.46" -"@babel/plugin-transform-modules-systemjs@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.0.0-beta.44.tgz#f27e97e592dd9739c8c5df478f1729bb4b63b386" +"@babel/plugin-transform-modules-systemjs@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.0.0-beta.46.tgz#313e13e8edccaae6c645e3798a043521cf73df04" dependencies: - "@babel/helper-hoist-variables" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-hoist-variables" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-modules-umd@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.0.0-beta.44.tgz#66ca82476b72bfd1ce2d410ceaf2e85c1639a616" +"@babel/plugin-transform-modules-umd@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.0.0-beta.46.tgz#ad0ef488a123f479825c1ffe75c5bba9954a449c" dependencies: - "@babel/helper-module-transforms" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-module-transforms" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-new-target@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.0.0-beta.44.tgz#7f3a2c46e01b5433093430892fbce287583cb1b8" +"@babel/plugin-transform-new-target@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.0.0-beta.46.tgz#e3219c15a2175a29afa33b9b2f4c18dc1ae3c8cc" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-object-super@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.0.0-beta.44.tgz#3c1688a7b38c4de8af269ff5c618cfd602864a39" +"@babel/plugin-transform-object-super@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.0.0-beta.46.tgz#b5376fe93f5e154b765468f1a58a717717f95827" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/helper-replace-supers" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/helper-replace-supers" "7.0.0-beta.46" -"@babel/plugin-transform-parameters@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.0.0-beta.44.tgz#19eaf0b852d58168097435e33e754a00c3507fb9" +"@babel/plugin-transform-parameters@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.0.0-beta.46.tgz#33bbd2e3bd499d99016034dcaf8c6b72c2a69ec3" dependencies: - "@babel/helper-call-delegate" "7.0.0-beta.44" - "@babel/helper-get-function-arity" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-call-delegate" "7.0.0-beta.46" + "@babel/helper-get-function-arity" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-react-display-name@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.0.0-beta.44.tgz#e7937554e209d72804808581c334945af238481d" +"@babel/plugin-transform-react-display-name@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.0.0-beta.46.tgz#2ad4a6c63ff67cb90f3199ff41061bcd7b6f5e7c" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-react-jsx-self@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.0.0-beta.44.tgz#5ae463928b5a8d432f8523ef783add643b5c2bc4" +"@babel/plugin-transform-react-jsx-self@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.0.0-beta.46.tgz#0c3d89727f5fadc87294ca58463b392466b5906e" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/plugin-syntax-jsx" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/plugin-syntax-jsx" "7.0.0-beta.46" -"@babel/plugin-transform-react-jsx-source@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.0.0-beta.44.tgz#629101210cf86fe3cfb89a4278fb8d0966bdfc81" +"@babel/plugin-transform-react-jsx-source@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.0.0-beta.46.tgz#5777f7bbfb6a13417896c5294d64aa5fc593f586" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/plugin-syntax-jsx" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/plugin-syntax-jsx" "7.0.0-beta.46" -"@babel/plugin-transform-react-jsx@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.0.0-beta.44.tgz#656a2582002ff1b0eea4cd01b7c8f6cbbf3990bf" +"@babel/plugin-transform-react-jsx@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.0.0-beta.46.tgz#9aa0c491ced30a0d1a8414da2d45462c66912d1e" dependencies: - "@babel/helper-builder-react-jsx" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/plugin-syntax-jsx" "7.0.0-beta.44" + "@babel/helper-builder-react-jsx" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/plugin-syntax-jsx" "7.0.0-beta.46" -"@babel/plugin-transform-regenerator@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0-beta.44.tgz#e9a21db8fbedfd99b9e5d04ac405f7440d36b290" +"@babel/plugin-transform-regenerator@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0-beta.46.tgz#875ceb5b37ec0e898c23b60af760715d9d462b4f" dependencies: regenerator-transform "^0.12.3" -"@babel/plugin-transform-shorthand-properties@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0-beta.44.tgz#42e2a31aaa5edf479adaf4c2b677cd3457c99991" +"@babel/plugin-transform-shorthand-properties@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0-beta.46.tgz#aa21512b0fef7b916fc5cbc87df717465c25515c" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-spread@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.0.0-beta.44.tgz#94cacc3317cb8e2227b543c25b8046d7635d4114" +"@babel/plugin-transform-spread@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.0.0-beta.46.tgz#48eabb219f1e0c16e9b0a6166072ae9d4c7cd397" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-sticky-regex@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0-beta.44.tgz#512597cd7535f313aa29f31d0b60572a0374db00" +"@babel/plugin-transform-sticky-regex@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0-beta.46.tgz#c96c41f31272ec1cdc47dd91a22c6d75c4db70d2" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/helper-regex" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/helper-regex" "7.0.0-beta.46" -"@babel/plugin-transform-template-literals@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.0.0-beta.44.tgz#88d4605e63a21a4354837af06371e8c51cd76d08" +"@babel/plugin-transform-template-literals@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.0.0-beta.46.tgz#e8bcc798dece29807893e8ee27ccf3176f658c62" dependencies: - "@babel/helper-annotate-as-pure" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-annotate-as-pure" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-typeof-symbol@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.0.0-beta.44.tgz#ba0ded29aea2a51700e0730a054faa64a22ff38a" +"@babel/plugin-transform-typeof-symbol@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.0.0-beta.46.tgz#643529184cbb07199237c94537c89ea9a721fa0a" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" -"@babel/plugin-transform-unicode-regex@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0-beta.44.tgz#d7cf607948da5e997e277eba1caed30e80beaf76" +"@babel/plugin-transform-unicode-regex@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0-beta.46.tgz#10e6edcc8eb0db71ff2f0e3fc87ed88337d24fb9" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/helper-regex" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/helper-regex" "7.0.0-beta.46" regexpu-core "^4.1.3" "@babel/polyfill@^7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.0.0-beta.44.tgz#6bbcddebd8f28f1040b9a78fdac7dc515356e5dc" + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.0.0-beta.46.tgz#5a4203a3abee8ddfb80afd3cf6f5ff1391750695" dependencies: core-js "^2.5.3" regenerator-runtime "^0.11.1" "@babel/preset-env@^7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.44.tgz#9d3df27d81b134cae8a52a36279402aadad6d5d2" - dependencies: - "@babel/helper-module-imports" "7.0.0-beta.44" - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/plugin-proposal-async-generator-functions" "7.0.0-beta.44" - "@babel/plugin-proposal-object-rest-spread" "7.0.0-beta.44" - "@babel/plugin-proposal-optional-catch-binding" "7.0.0-beta.44" - "@babel/plugin-proposal-unicode-property-regex" "7.0.0-beta.44" - "@babel/plugin-syntax-async-generators" "7.0.0-beta.44" - "@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.44" - "@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.44" - "@babel/plugin-transform-arrow-functions" "7.0.0-beta.44" - "@babel/plugin-transform-async-to-generator" "7.0.0-beta.44" - "@babel/plugin-transform-block-scoped-functions" "7.0.0-beta.44" - "@babel/plugin-transform-block-scoping" "7.0.0-beta.44" - "@babel/plugin-transform-classes" "7.0.0-beta.44" - "@babel/plugin-transform-computed-properties" "7.0.0-beta.44" - "@babel/plugin-transform-destructuring" "7.0.0-beta.44" - "@babel/plugin-transform-dotall-regex" "7.0.0-beta.44" - "@babel/plugin-transform-duplicate-keys" "7.0.0-beta.44" - "@babel/plugin-transform-exponentiation-operator" "7.0.0-beta.44" - "@babel/plugin-transform-for-of" "7.0.0-beta.44" - "@babel/plugin-transform-function-name" "7.0.0-beta.44" - "@babel/plugin-transform-literals" "7.0.0-beta.44" - "@babel/plugin-transform-modules-amd" "7.0.0-beta.44" - "@babel/plugin-transform-modules-commonjs" "7.0.0-beta.44" - "@babel/plugin-transform-modules-systemjs" "7.0.0-beta.44" - "@babel/plugin-transform-modules-umd" "7.0.0-beta.44" - "@babel/plugin-transform-new-target" "7.0.0-beta.44" - "@babel/plugin-transform-object-super" "7.0.0-beta.44" - "@babel/plugin-transform-parameters" "7.0.0-beta.44" - "@babel/plugin-transform-regenerator" "7.0.0-beta.44" - "@babel/plugin-transform-shorthand-properties" "7.0.0-beta.44" - "@babel/plugin-transform-spread" "7.0.0-beta.44" - "@babel/plugin-transform-sticky-regex" "7.0.0-beta.44" - "@babel/plugin-transform-template-literals" "7.0.0-beta.44" - "@babel/plugin-transform-typeof-symbol" "7.0.0-beta.44" - "@babel/plugin-transform-unicode-regex" "7.0.0-beta.44" + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.0.0-beta.46.tgz#ae1b731ef71c2bb50c47e0cda4b6359ea2c61f09" + dependencies: + "@babel/helper-module-imports" "7.0.0-beta.46" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/plugin-proposal-async-generator-functions" "7.0.0-beta.46" + "@babel/plugin-proposal-object-rest-spread" "7.0.0-beta.46" + "@babel/plugin-proposal-optional-catch-binding" "7.0.0-beta.46" + "@babel/plugin-proposal-unicode-property-regex" "7.0.0-beta.46" + "@babel/plugin-syntax-async-generators" "7.0.0-beta.46" + "@babel/plugin-syntax-object-rest-spread" "7.0.0-beta.46" + "@babel/plugin-syntax-optional-catch-binding" "7.0.0-beta.46" + "@babel/plugin-transform-arrow-functions" "7.0.0-beta.46" + "@babel/plugin-transform-async-to-generator" "7.0.0-beta.46" + "@babel/plugin-transform-block-scoped-functions" "7.0.0-beta.46" + "@babel/plugin-transform-block-scoping" "7.0.0-beta.46" + "@babel/plugin-transform-classes" "7.0.0-beta.46" + "@babel/plugin-transform-computed-properties" "7.0.0-beta.46" + "@babel/plugin-transform-destructuring" "7.0.0-beta.46" + "@babel/plugin-transform-dotall-regex" "7.0.0-beta.46" + "@babel/plugin-transform-duplicate-keys" "7.0.0-beta.46" + "@babel/plugin-transform-exponentiation-operator" "7.0.0-beta.46" + "@babel/plugin-transform-for-of" "7.0.0-beta.46" + "@babel/plugin-transform-function-name" "7.0.0-beta.46" + "@babel/plugin-transform-literals" "7.0.0-beta.46" + "@babel/plugin-transform-modules-amd" "7.0.0-beta.46" + "@babel/plugin-transform-modules-commonjs" "7.0.0-beta.46" + "@babel/plugin-transform-modules-systemjs" "7.0.0-beta.46" + "@babel/plugin-transform-modules-umd" "7.0.0-beta.46" + "@babel/plugin-transform-new-target" "7.0.0-beta.46" + "@babel/plugin-transform-object-super" "7.0.0-beta.46" + "@babel/plugin-transform-parameters" "7.0.0-beta.46" + "@babel/plugin-transform-regenerator" "7.0.0-beta.46" + "@babel/plugin-transform-shorthand-properties" "7.0.0-beta.46" + "@babel/plugin-transform-spread" "7.0.0-beta.46" + "@babel/plugin-transform-sticky-regex" "7.0.0-beta.46" + "@babel/plugin-transform-template-literals" "7.0.0-beta.46" + "@babel/plugin-transform-typeof-symbol" "7.0.0-beta.46" + "@babel/plugin-transform-unicode-regex" "7.0.0-beta.46" browserslist "^3.0.0" invariant "^2.2.2" semver "^5.3.0" "@babel/preset-flow@^7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0-beta.44.tgz#0adc4674743a29e6f303dc542d2d35eaec095673" + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.0.0-beta.46.tgz#1491a70eb254c5bf3221af42edf04bcf0df95435" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/plugin-transform-flow-strip-types" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/plugin-transform-flow-strip-types" "7.0.0-beta.46" "@babel/preset-react@^7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0-beta.44.tgz#ab57e92f41518f871d82d62791c84383cfd9691a" + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0-beta.46.tgz#f2c7f05ce0c9f1bf25516f1acaf00ca0dfc1bfa5" dependencies: - "@babel/helper-plugin-utils" "7.0.0-beta.44" - "@babel/plugin-syntax-jsx" "7.0.0-beta.44" - "@babel/plugin-transform-react-display-name" "7.0.0-beta.44" - "@babel/plugin-transform-react-jsx" "7.0.0-beta.44" - "@babel/plugin-transform-react-jsx-self" "7.0.0-beta.44" - "@babel/plugin-transform-react-jsx-source" "7.0.0-beta.44" + "@babel/helper-plugin-utils" "7.0.0-beta.46" + "@babel/plugin-syntax-jsx" "7.0.0-beta.46" + "@babel/plugin-transform-react-display-name" "7.0.0-beta.46" + "@babel/plugin-transform-react-jsx" "7.0.0-beta.46" + "@babel/plugin-transform-react-jsx-self" "7.0.0-beta.46" + "@babel/plugin-transform-react-jsx-source" "7.0.0-beta.46" "@babel/register@^7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.0.0-beta.44.tgz#89cce279f1444aa560f10597073d0e448482d960" + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.0.0-beta.46.tgz#695629b28902b832be02b418c96e17e6b099e9d5" dependencies: core-js "^2.5.3" find-cache-dir "^1.0.0" @@ -616,15 +636,6 @@ pirates "^3.0.1" source-map-support "^0.4.2" -"@babel/template@7.0.0-beta.42": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.42.tgz#7186d4e70d44cdec975049ba0a73bdaf5cdee052" - dependencies: - "@babel/code-frame" "7.0.0-beta.42" - "@babel/types" "7.0.0-beta.42" - babylon "7.0.0-beta.42" - lodash "^4.2.0" - "@babel/template@7.0.0-beta.44": version "7.0.0-beta.44" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f" @@ -634,6 +645,15 @@ babylon "7.0.0-beta.44" lodash "^4.2.0" +"@babel/template@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.46.tgz#8b23982411d5b5dbfa479437bfe414adb1411bb9" + dependencies: + "@babel/code-frame" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" + babylon "7.0.0-beta.46" + lodash "^4.2.0" + "@babel/traverse@7.0.0-beta.44": version "7.0.0-beta.44" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966" @@ -649,37 +669,44 @@ invariant "^2.2.0" lodash "^4.2.0" -"@babel/traverse@^7.0.0-beta.40": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.42.tgz#f4bf4d1e33d41baf45205e2d0463591d57326285" - dependencies: - "@babel/code-frame" "7.0.0-beta.42" - "@babel/generator" "7.0.0-beta.42" - "@babel/helper-function-name" "7.0.0-beta.42" - "@babel/helper-split-export-declaration" "7.0.0-beta.42" - "@babel/types" "7.0.0-beta.42" - babylon "7.0.0-beta.42" +"@babel/traverse@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.46.tgz#29a0c0395b3642f0297e6f8e475bde89f9343755" + dependencies: + "@babel/code-frame" "7.0.0-beta.46" + "@babel/generator" "7.0.0-beta.46" + "@babel/helper-function-name" "7.0.0-beta.46" + "@babel/helper-split-export-declaration" "7.0.0-beta.46" + "@babel/types" "7.0.0-beta.46" + babylon "7.0.0-beta.46" debug "^3.1.0" globals "^11.1.0" invariant "^2.2.0" lodash "^4.2.0" -"@babel/types@7.0.0-beta.42", "@babel/types@^7.0.0-beta.40": - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.42.tgz#1e2118767684880f6963801b272fd2b3348efacc" +"@babel/types@7.0.0-beta.44": + version "7.0.0-beta.44" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" dependencies: esutils "^2.0.2" lodash "^4.2.0" to-fast-properties "^2.0.0" -"@babel/types@7.0.0-beta.44": - version "7.0.0-beta.44" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" +"@babel/types@7.0.0-beta.46": + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.46.tgz#eb84399a699af9fcb244440cce78e1acbeb40e0c" dependencies: esutils "^2.0.2" lodash "^4.2.0" to-fast-properties "^2.0.0" +"@mrmlnc/readdir-enhanced@^2.2.1": + version "2.2.1" + resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" + dependencies: + call-me-maybe "^1.0.1" + glob-to-regexp "^0.3.0" + "@sindresorhus/is@^0.7.0": version "0.7.0" resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd" @@ -733,10 +760,14 @@ ajv-keywords@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762" -ajv-keywords@^3.0.0, ajv-keywords@^3.1.0: +ajv-keywords@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.1.0.tgz#ac2b27939c543e95d2c06e7f7f5c27be4aa543be" +ajv-keywords@^3.1.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a" + ajv@^4.9.1: version "4.11.8" resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536" @@ -753,7 +784,7 @@ ajv@^5.1.0, ajv@^5.2.3, ajv@^5.3.0: fast-json-stable-stringify "^2.0.0" json-schema-traverse "^0.3.0" -ajv@^6.0.1, ajv@^6.1.0: +ajv@^6.0.1: version "6.2.1" resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.2.1.tgz#28a6abc493a2abe0fb4c8507acaedb43fa550671" dependencies: @@ -761,6 +792,15 @@ ajv@^6.0.1, ajv@^6.1.0: fast-json-stable-stringify "^2.0.0" json-schema-traverse "^0.3.0" +ajv@^6.1.0: + version "6.4.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.4.0.tgz#d3aff78e9277549771daf0164cff48482b754fc6" + dependencies: + fast-deep-equal "^1.0.0" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.3.0" + uri-js "^3.0.2" + align-text@^0.1.1, align-text@^0.1.3: version "0.1.4" resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" @@ -778,8 +818,8 @@ ansi-escapes@^1.0.0: resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" ansi-escapes@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.0.0.tgz#ec3e8b4e9f8064fc02c3ac9b65f1c275bda8ef92" + version "3.1.0" + resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30" ansi-html@0.0.7: version "0.0.7" @@ -1009,8 +1049,8 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" atob@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.0.3.tgz#19c7a760473774468f20b2d2d03372ad7d4cbf5d" + version "2.1.1" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.1.tgz#ae2d5a729477f289d60dd7f96a6314a22dd6c22a" aws-sign2@~0.6.0: version "0.6.0" @@ -1020,7 +1060,11 @@ aws-sign2@~0.7.0: version "0.7.0" resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" -aws4@^1.2.1, aws4@^1.6.0: +aws4@^1.2.1: + version "1.7.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.7.0.tgz#d4d0e9b9dbfca77bf08eeb0a8a471550fe39e289" + +aws4@^1.6.0: version "1.6.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" @@ -1038,7 +1082,7 @@ babel-code-frame@^6.22.0, babel-code-frame@^6.26.0: esutils "^2.0.2" js-tokens "^3.0.2" -babel-core@^6.0.0, babel-core@^6.26.0: +babel-core@^6.0.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8" dependencies: @@ -1062,18 +1106,42 @@ babel-core@^6.0.0, babel-core@^6.26.0: slash "^1.0.0" source-map "^0.5.6" +babel-core@^6.26.0: + version "6.26.3" + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207" + dependencies: + babel-code-frame "^6.26.0" + babel-generator "^6.26.0" + babel-helpers "^6.24.1" + babel-messages "^6.23.0" + babel-register "^6.26.0" + babel-runtime "^6.26.0" + babel-template "^6.26.0" + babel-traverse "^6.26.0" + babel-types "^6.26.0" + babylon "^6.18.0" + convert-source-map "^1.5.1" + debug "^2.6.9" + json5 "^0.5.1" + lodash "^4.17.4" + minimatch "^3.0.4" + path-is-absolute "^1.0.1" + private "^0.1.8" + slash "^1.0.0" + source-map "^0.5.7" + babel-core@^7.0.0-0: version "7.0.0-bridge.0" resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" babel-eslint@^8.2.2: - version "8.2.2" - resolved "http://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.2.tgz#1102273354c6f0b29b4ea28a65f97d122296b68b" + version "8.2.3" + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf" dependencies: - "@babel/code-frame" "^7.0.0-beta.40" - "@babel/traverse" "^7.0.0-beta.40" - "@babel/types" "^7.0.0-beta.40" - babylon "^7.0.0-beta.40" + "@babel/code-frame" "7.0.0-beta.44" + "@babel/traverse" "7.0.0-beta.44" + "@babel/types" "7.0.0-beta.44" + babylon "7.0.0-beta.44" eslint-scope "~3.7.1" eslint-visitor-keys "^1.0.0" @@ -1419,8 +1487,8 @@ babel-plugin-transform-es2015-modules-amd@^6.24.1: babel-template "^6.24.1" babel-plugin-transform-es2015-modules-commonjs@^6.24.1: - version "6.26.0" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a" + version "6.26.2" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz#58a793863a9e7ca870bdc5a881117ffac27db6f3" dependencies: babel-plugin-transform-strict-mode "^6.24.1" babel-runtime "^6.26.0" @@ -1674,14 +1742,14 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26 lodash "^4.17.4" to-fast-properties "^1.0.3" -babylon@7.0.0-beta.42, babylon@^7.0.0-beta.30, babylon@^7.0.0-beta.40: - version "7.0.0-beta.42" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.42.tgz#67cfabcd4f3ec82999d29031ccdea89d0ba99657" - babylon@7.0.0-beta.44: version "7.0.0-beta.44" resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d" +babylon@7.0.0-beta.46, babylon@^7.0.0-beta.30: + version "7.0.0-beta.46" + resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.46.tgz#b6ddaba81bbb130313932757ff9c195d527088b6" + babylon@^6.17.3, babylon@^6.18.0: version "6.18.0" resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" @@ -1699,8 +1767,8 @@ balanced-match@^1.0.0: resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" base64-js@^1.0.2: - version "1.2.3" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.2.3.tgz#fb13668233d9614cf5fb4bce95a9ba4096cdf801" + version "1.3.0" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3" base@^0.11.1: version "0.11.2" @@ -1835,16 +1903,14 @@ braces@^1.8.2: repeat-element "^1.1.2" braces@^2.3.0, braces@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.1.tgz#7086c913b4e5a08dbe37ac0ee6a2500c4ba691bb" + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" dependencies: arr-flatten "^1.1.0" array-unique "^0.3.2" - define-property "^1.0.0" extend-shallow "^2.0.1" fill-range "^4.0.0" isobject "^3.0.1" - kind-of "^6.0.2" repeat-element "^1.1.2" snapdragon "^0.8.1" snapdragon-node "^2.0.1" @@ -1866,8 +1932,8 @@ browser-resolve@^1.11.2: resolve "1.1.7" browserify-aes@^1.0.0, browserify-aes@^1.0.4: - version "1.1.1" - resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.1.1.tgz#38b7ab55edb806ff2dcda1a7f1620773a477c49f" + version "1.2.0" + resolved "https://registry.yarnpkg.com/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" dependencies: buffer-xor "^1.0.3" cipher-base "^1.0.0" @@ -1877,16 +1943,16 @@ browserify-aes@^1.0.0, browserify-aes@^1.0.4: safe-buffer "^5.0.1" browserify-cipher@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.0.tgz#9988244874bf5ed4e28da95666dcd66ac8fc363a" + version "1.0.1" + resolved "https://registry.yarnpkg.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" dependencies: browserify-aes "^1.0.4" browserify-des "^1.0.0" evp_bytestokey "^1.0.0" browserify-des@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.0.tgz#daa277717470922ed2fe18594118a175439721dd" + version "1.0.1" + resolved "https://registry.yarnpkg.com/browserify-des/-/browserify-des-1.0.1.tgz#3343124db6d7ad53e26a8826318712bdc8450f9c" dependencies: cipher-base "^1.0.1" des.js "^1.0.0" @@ -1918,11 +1984,11 @@ browserify-zlib@^0.2.0: pako "~1.0.5" browserslist@^3.0.0: - version "3.1.2" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.1.2.tgz#893f29399d640ed35fe06bacd7eb1d78609a47e5" + version "3.2.6" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-3.2.6.tgz#138a44d04a9af64443679191d041f28ce5b965d5" dependencies: - caniuse-lite "^1.0.30000813" - electron-to-chromium "^1.3.36" + caniuse-lite "^1.0.30000830" + electron-to-chromium "^1.3.42" bser@^2.0.0: version "2.0.0" @@ -1930,6 +1996,10 @@ bser@^2.0.0: dependencies: node-int64 "^0.4.0" +buffer-from@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.0.0.tgz#4cb8832d23612589b0406e9e2956c17f06fdf531" + buffer-indexof-polyfill@~1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/buffer-indexof-polyfill/-/buffer-indexof-polyfill-1.0.1.tgz#a9fb806ce8145d5428510ce72f278bb363a638bf" @@ -1965,7 +2035,7 @@ buffers@~0.1.1: version "0.1.1" resolved "https://registry.yarnpkg.com/buffers/-/buffers-0.1.1.tgz#b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb" -builtin-modules@^1.0.0, builtin-modules@^1.1.1: +builtin-modules@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" @@ -2021,6 +2091,10 @@ cacheable-request@^2.1.1: normalize-url "2.0.1" responselike "1.0.2" +call-me-maybe@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b" + caller-path@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f" @@ -2058,9 +2132,9 @@ camelcase@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" -caniuse-lite@^1.0.30000813: - version "1.0.30000815" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000815.tgz#3a4258e6850362185adb11b0d754a48402d35bf6" +caniuse-lite@^1.0.30000830: + version "1.0.30000832" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000832.tgz#22a277f1d623774cc9aea2f7c1a65cb1603c63b8" caseless@~0.12.0: version "0.12.0" @@ -2090,8 +2164,8 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: supports-color "^2.0.0" chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65" + version "2.4.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" dependencies: ansi-styles "^3.2.1" escape-string-regexp "^1.0.5" @@ -2139,7 +2213,7 @@ chokidar@^1.6.1: optionalDependencies: fsevents "^1.0.0" -chokidar@^2.0.0, chokidar@^2.0.2: +chokidar@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.2.tgz#4dc65139eeb2714977735b6a35d06e97b494dfd7" dependencies: @@ -2157,13 +2231,31 @@ chokidar@^2.0.0, chokidar@^2.0.2: optionalDependencies: fsevents "^1.0.0" +chokidar@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.3.tgz#dcbd4f6cbb2a55b4799ba8a840ac527e5f4b1176" + dependencies: + anymatch "^2.0.0" + async-each "^1.0.0" + braces "^2.3.0" + glob-parent "^3.1.0" + inherits "^2.0.1" + is-binary-path "^1.0.0" + is-glob "^4.0.0" + normalize-path "^2.1.1" + path-is-absolute "^1.0.0" + readdirp "^2.0.0" + upath "^1.0.0" + optionalDependencies: + fsevents "^1.1.2" + chownr@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181" chrome-trace-event@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-0.1.2.tgz#90f36885d5345a50621332f0717b595883d5d982" + version "0.1.3" + resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-0.1.3.tgz#d395af2d31c87b90a716c831fe326f69768ec084" ci-info@^1.0.0: version "1.1.3" @@ -2243,8 +2335,8 @@ cliui@^3.2.0: wrap-ansi "^2.0.0" cliui@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.0.0.tgz#743d4650e05f36d1ed2575b59638d87322bfbbcc" + version "4.1.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" dependencies: string-width "^2.1.1" strip-ansi "^4.0.0" @@ -2269,8 +2361,8 @@ clone-stats@^1.0.0: resolved "https://registry.yarnpkg.com/clone-stats/-/clone-stats-1.0.0.tgz#b3782dff8bb5474e18b9b6bf0fdfe782f8777680" clone@^1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.3.tgz#298d7e2231660f40c003c2ed3140decf3f53085f" + version "1.0.4" + resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" clone@^2.1.1: version "2.1.1" @@ -2337,10 +2429,14 @@ combined-stream@1.0.6, combined-stream@^1.0.5, combined-stream@~1.0.5: dependencies: delayed-stream "~1.0.0" -commander@^2.11.0, commander@^2.8.1: +commander@^2.11.0: version "2.15.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.0.tgz#ad2a23a1c3b036e392469b8012cec6b33b4c1322" +commander@^2.8.1: + version "2.15.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f" + commander@~2.13.0: version "2.13.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c" @@ -2379,7 +2475,16 @@ concat-map@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" -concat-stream@^1.5.0, concat-stream@^1.6.0: +concat-stream@^1.5.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" + dependencies: + buffer-from "^1.0.0" + inherits "^2.0.3" + readable-stream "^2.2.2" + typedarray "^0.0.6" + +concat-stream@^1.6.0: version "1.6.1" resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.1.tgz#261b8f518301f1d834e36342b9fea095d2620a26" dependencies: @@ -2421,7 +2526,7 @@ content-type@~1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" -convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0: +convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.0, convert-source-map@^1.5.1: version "1.5.1" resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.1.tgz#b8278097b9bc229365de5c62cf5fcaed8b5599e5" @@ -2453,32 +2558,33 @@ core-js@^1.0.0: resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.5.3: - version "2.5.3" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e" + version "2.5.5" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.5.tgz#b14dde936c640c0579a6b50cabcc132dd6127e3b" core-util-is@1.0.2, core-util-is@~1.0.0: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" create-ecdh@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.0.tgz#888c723596cdf7612f6498233eebd7a35301737d" + version "4.0.1" + resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.1.tgz#44223dfed533193ba5ba54e0df5709b89acf1f82" dependencies: bn.js "^4.1.0" elliptic "^6.0.0" create-hash@^1.1.0, create-hash@^1.1.2: - version "1.1.3" - resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.1.3.tgz#606042ac8b9262750f483caddab0f5819172d8fd" + version "1.2.0" + resolved "https://registry.yarnpkg.com/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" dependencies: cipher-base "^1.0.1" inherits "^2.0.1" - ripemd160 "^2.0.0" + md5.js "^1.3.4" + ripemd160 "^2.0.1" sha.js "^2.4.0" create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: - version "1.1.6" - resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.6.tgz#acb9e221a4e17bdb076e90657c42b93e3726cf06" + version "1.1.7" + resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" dependencies: cipher-base "^1.0.3" create-hash "^1.1.0" @@ -2608,11 +2714,11 @@ date-now@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/date-now/-/date-now-0.1.4.tgz#eaf439fd4d4848ad74e5cc7dbef200672b9e345b" -dateformat@^3.0.2: +dateformat@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" -debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.6, debug@^2.6.8, debug@^2.6.9: +debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.6, debug@^2.6.8, debug@^2.6.9: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" dependencies: @@ -2648,9 +2754,9 @@ deep-equal@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5" -deep-extend@^0.4.0, deep-extend@~0.4.0: - version "0.4.2" - resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f" +deep-extend@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.5.1.tgz#b894a9dd90d3023fbf1c55a394fb858eb2066f1f" deep-is@~0.1.3: version "0.1.3" @@ -2765,13 +2871,20 @@ diff@^3.2.0, diff@^3.3.1, diff@^3.5.0: resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" diffie-hellman@^5.0.0: - version "5.0.2" - resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.2.tgz#b5835739270cfe26acf632099fded2a07f209e5e" + version "5.0.3" + resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" dependencies: bn.js "^4.1.0" miller-rabin "^4.0.0" randombytes "^2.0.0" +dir-glob@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034" + dependencies: + arrify "^1.0.1" + path-type "^3.0.0" + discontinuous-range@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" @@ -2856,8 +2969,8 @@ dot@~1.0.2: resolved "https://registry.yarnpkg.com/dot/-/dot-1.0.3.tgz#f8750bfb6b03c7664eb0e6cb1eb4c66419af9427" downshift@^1.31.6: - version "1.31.6" - resolved "https://registry.yarnpkg.com/downshift/-/downshift-1.31.6.tgz#467ef5bb81e68d2377c7ed2c602a43f81e68478f" + version "1.31.12" + resolved "https://registry.yarnpkg.com/downshift/-/downshift-1.31.12.tgz#78be425583234f18774fc37643eba17a776a91db" duplexer2@~0.1.4: version "0.1.4" @@ -2896,13 +3009,13 @@ ee-first@1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" -ejs@^2.3.1: - version "2.5.7" - resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.7.tgz#cc872c168880ae3c7189762fd5ffc00896c9518a" +ejs@^2.5.9: + version "2.5.9" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.5.9.tgz#7ba254582a560d267437109a68354112475b0ce5" -electron-to-chromium@^1.3.36: - version "1.3.38" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.38.tgz#49234b00c0592f62921f9426bccefee23de086bb" +electron-to-chromium@^1.3.42: + version "1.3.44" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.44.tgz#ef6b150a60d523082388cadad88085ecd2fd4684" elegant-spinner@^1.0.1: version "1.0.1" @@ -3123,16 +3236,15 @@ eslint-module-utils@^2.2.0: pkg-dir "^1.0.0" eslint-plugin-flowtype@^2.46.1: - version "2.46.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.1.tgz#c4f81d580cd89c82bc3a85a1ccf4ae3a915143a4" + version "2.46.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.46.3.tgz#7e84131d87ef18b496b1810448593374860b4e8e" dependencies: lodash "^4.15.0" eslint-plugin-import@^2.10.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.10.0.tgz#fa09083d5a75288df9c6c7d09fe12255985655e7" + version "2.11.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.11.0.tgz#15aeea37a67499d848e8e981806d4627b5503816" dependencies: - builtin-modules "^1.1.1" contains-path "^0.1.0" debug "^2.6.8" doctrine "1.5.0" @@ -3142,6 +3254,7 @@ eslint-plugin-import@^2.10.0: lodash "^4.17.4" minimatch "^3.0.3" read-pkg-up "^2.0.0" + resolve "^1.6.0" eslint-plugin-jsx-a11y@^6.0.3: version "6.0.3" @@ -3419,8 +3532,8 @@ extend@~3.0.0, extend@~3.0.1: resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444" external-editor@^2.0.4, external-editor@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-2.1.0.tgz#3d026a21b7f95b5726387d4200ac160d372c3b48" + version "2.2.0" + resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5" dependencies: chardet "^0.4.0" iconv-lite "^0.4.17" @@ -3461,6 +3574,16 @@ fast-diff@^1.1.1: version "1.1.2" resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154" +fast-glob@^2.0.2: + version "2.2.1" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-2.2.1.tgz#686c2345be88f3741e174add0be6f2e5b6078889" + dependencies: + "@mrmlnc/readdir-enhanced" "^2.2.1" + glob-parent "^3.1.0" + is-glob "^4.0.0" + merge2 "^1.2.1" + micromatch "^3.1.10" + fast-json-stable-stringify@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" @@ -3658,8 +3781,8 @@ flow-coverage-report@^0.5.0: yargs "8.0.1" flow-parser@^0.*: - version "0.68.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.68.0.tgz#9cc96620a102e316a314b6bcd56205ceace862d8" + version "0.71.0" + resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.71.0.tgz#da2479b83f9207905b4b17ab0c4e6d17bd505250" flow-typed@^2.4.0: version "2.4.0" @@ -3682,8 +3805,8 @@ flow-typed@^2.4.0: yargs "^4.2.0" flush-write-stream@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.2.tgz#c81b90d8746766f1a609a46809946c45dd8ae417" + version "1.0.3" + resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd" dependencies: inherits "^2.0.1" readable-stream "^2.0.4" @@ -3755,6 +3878,12 @@ fs-extra@^5.0.0: jsonfile "^4.0.0" universalify "^0.1.0" +fs-minipass@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" + dependencies: + minipass "^2.2.1" + fs-readdir-recursive@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27" @@ -3772,7 +3901,14 @@ fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" -fsevents@^1.0.0, fsevents@^1.1.1: +fsevents@^1.0.0, fsevents@^1.1.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.3.tgz#08292982e7059f6674c93d8b829c1e8604979ac0" + dependencies: + nan "^2.9.2" + node-pre-gyp "^0.9.0" + +fsevents@^1.1.1: version "1.1.3" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.1.3.tgz#11f82318f5fe7bb2cd22965a108e9306208216d8" dependencies: @@ -3897,6 +4033,10 @@ glob-parent@^3.1.0: is-glob "^3.1.0" path-dirname "^1.0.0" +glob-to-regexp@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" + glob@7.1.1: version "7.1.1" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8" @@ -3953,10 +4093,14 @@ global-prefix@^1.0.1: is-windows "^1.0.1" which "^1.2.14" -globals@^11.0.1, globals@^11.1.0: +globals@^11.0.1: version "11.3.0" resolved "https://registry.yarnpkg.com/globals/-/globals-11.3.0.tgz#e04fdb7b9796d8adac9c8f64c14837b2313378b0" +globals@^11.1.0: + version "11.5.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-11.5.0.tgz#6bc840de6771173b191f13d3a9c94d441ee92642" + globals@^9.18.0: version "9.18.0" resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" @@ -3982,6 +4126,18 @@ globby@^6.1.0: pify "^2.0.0" pinkie-promise "^2.0.0" +globby@^8.0.0: + version "8.0.1" + resolved "https://registry.yarnpkg.com/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50" + dependencies: + array-union "^1.0.1" + dir-glob "^2.0.0" + fast-glob "^2.0.2" + glob "^7.1.2" + ignore "^3.3.5" + pify "^3.0.0" + slash "^1.0.0" + got@^7.0.0, got@^7.1.0: version "7.1.0" resolved "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a" @@ -4142,12 +4298,6 @@ has@^1.0.1: dependencies: function-bind "^1.0.2" -hash-base@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1" - dependencies: - inherits "^2.0.1" - hash-base@^3.0.0: version "3.0.4" resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-3.0.4.tgz#5fc8686847ecd73499403319a6b0a3f3f6ae4918" @@ -4318,22 +4468,38 @@ https-browserify@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" -iconv-lite@0.4.19, iconv-lite@^0.4.17, iconv-lite@~0.4.13: +iconv-lite@0.4.19: version "0.4.19" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.19.tgz#f7468f60135f5e5dad3399c0a81be9a1603a082b" +iconv-lite@^0.4.17, iconv-lite@^0.4.4, iconv-lite@~0.4.13: + version "0.4.21" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.21.tgz#c47f8733d02171189ebc4a400f3218d348094798" + dependencies: + safer-buffer "^2.1.0" + ieee754@^1.1.4: - version "1.1.8" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.8.tgz#be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4" + version "1.1.11" + resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.11.tgz#c16384ffe00f5b7835824e67b6f2bd44a5229455" iferr@^0.1.5: version "0.1.5" resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" +ignore-walk@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" + dependencies: + minimatch "^3.0.4" + ignore@^3.3.3: version "3.3.7" resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021" +ignore@^3.3.5: + version "3.3.8" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.8.tgz#3f8e9c35d38708a3a7e0e9abb6c73e7ee7707b2b" + import-local@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc" @@ -4398,8 +4564,8 @@ inquirer@^3.0.6, inquirer@^3.3.0: through "^2.3.6" inquirer@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.1.0.tgz#19da508931892328abbbdd4c477f1efc65abfd67" + version "5.2.0" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-5.2.0.tgz#db350c2b73daca77ff1243962e9f22f099685726" dependencies: ansi-escapes "^3.0.0" chalk "^2.0.0" @@ -4732,6 +4898,10 @@ isarray@1.0.0, isarray@^1.0.0, isarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" +isbinaryfile@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/isbinaryfile/-/isbinaryfile-3.0.2.tgz#4a3e974ec0cba9004d3fc6cde7209ea69368a621" + isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" @@ -4831,7 +5001,7 @@ istanbul-reports@^1.3.0: dependencies: handlebars "^4.0.3" -istextorbinary@^2.1.0: +istextorbinary@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/istextorbinary/-/istextorbinary-2.2.1.tgz#a5231a08ef6dd22b268d0895084cf8d58b5bec53" dependencies: @@ -5267,8 +5437,8 @@ json-buffer@3.0.0: resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" json-parse-better-errors@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.1.tgz#50183cd1b2d25275de069e9e71b467ac9eab973a" + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" json-schema-traverse@^0.3.0: version "0.3.1" @@ -5492,10 +5662,14 @@ locate-path@^2.0.0: p-locate "^2.0.0" path-exists "^3.0.0" -lodash-es@^4.17.5, lodash-es@^4.2.1: +lodash-es@^4.17.5: version "4.17.7" resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.7.tgz#db240a3252c3dd8360201ac9feef91ac977ea856" +lodash-es@^4.2.1: + version "4.17.10" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.10.tgz#62cd7104cdf5dd87f235a837f0ede0e8e5117e05" + lodash._baseisequal@^3.0.0: version "3.0.7" resolved "https://registry.yarnpkg.com/lodash._baseisequal/-/lodash._baseisequal-3.0.7.tgz#d8025f76339d29342767dcc887ce5cb95a5b51f1" @@ -5551,9 +5725,9 @@ lodash.sortby@^4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" -lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: - version "4.17.5" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" +lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0: + version "4.17.10" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" log-symbols@^1.0.2: version "1.0.2" @@ -5599,10 +5773,14 @@ loud-rejection@^1.0.0, loud-rejection@^1.6.0: currently-unhandled "^0.4.1" signal-exit "^3.0.0" -lowercase-keys@1.0.0, lowercase-keys@^1.0.0: +lowercase-keys@1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.0.tgz#4e3366b39e7f5457e35f1324bdf6f88d0bfc7306" +lowercase-keys@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f" + lru-cache@^4.0.1, lru-cache@^4.1.1: version "4.1.2" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.2.tgz#45234b2e6e2f2b33da125624c4664929a0224c3f" @@ -5655,15 +5833,16 @@ media-typer@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" -mem-fs-editor@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/mem-fs-editor/-/mem-fs-editor-3.0.2.tgz#dd0a6eaf2bb8a6b37740067aa549eb530105af9f" +mem-fs-editor@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/mem-fs-editor/-/mem-fs-editor-4.0.1.tgz#27e6b59df91b37248e9be2145b1bea84695103ed" dependencies: commondir "^1.0.1" - deep-extend "^0.4.0" - ejs "^2.3.1" + deep-extend "^0.5.1" + ejs "^2.5.9" glob "^7.0.3" - globby "^6.1.0" + globby "^8.0.0" + isbinaryfile "^3.0.2" mkdirp "^0.5.0" multimatch "^2.0.0" rimraf "^2.2.8" @@ -5716,6 +5895,10 @@ merge-stream@^1.0.1: dependencies: readable-stream "^2.0.1" +merge2@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.2.1.tgz#271d2516ff52d4af7f7b710b8bf3e16e183fef66" + merge@^1.1.3: version "1.2.0" resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.0.tgz#7531e39d4949c281a66b8c5a6e0265e8b05894da" @@ -5742,25 +5925,7 @@ micromatch@^2.1.5, micromatch@^2.3.11, micromatch@^2.3.7: parse-glob "^3.0.4" regex-cache "^0.4.2" -micromatch@^3.1.4, micromatch@^3.1.8: - version "3.1.9" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.9.tgz#15dc93175ae39e52e93087847096effc73efcf89" - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -micromatch@^3.1.9: +micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8, micromatch@^3.1.9: version "3.1.10" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" dependencies: @@ -5816,8 +5981,8 @@ mimic-response@^1.0.0: resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.0.tgz#df3d3652a73fded6b9b0b24146e6fd052353458e" minimalistic-assert@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz#702be2dda6b37f4836bcb3f5db56641b64a1d3d3" + version "1.0.1" + resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: version "1.0.1" @@ -5845,6 +6010,19 @@ minimist@~0.0.1: version "0.0.10" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" +minipass@^2.2.1, minipass@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.2.4.tgz#03c824d84551ec38a8d1bb5bc350a5a30a354a40" + dependencies: + safe-buffer "^5.1.1" + yallist "^3.0.0" + +minizlib@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.0.tgz#11e13658ce46bc3a70a267aac58359d1e0c29ceb" + dependencies: + minipass "^2.2.1" + mississippi@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-2.0.0.tgz#3442a508fafc28500486feea99409676e4ee5a6f" @@ -5912,9 +6090,9 @@ mute-stream@0.0.7: version "0.0.7" resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" -nan@^2.3.0: - version "2.9.2" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.9.2.tgz#f564d75f5f8f36a6d9456cca7a6c4fe488ab7866" +nan@^2.3.0, nan@^2.9.2: + version "2.10.0" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f" nanomatch@^1.2.9: version "1.2.9" @@ -5946,13 +6124,21 @@ nearley@^2.7.10: randexp "0.4.6" semver "^5.4.1" +needle@^2.2.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.1.tgz#b5e325bd3aae8c2678902fa296f729455d1d3a7d" + dependencies: + debug "^2.1.2" + iconv-lite "^0.4.4" + sax "^1.2.4" + negotiator@0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" neo-async@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.5.0.tgz#76b1c823130cca26acfbaccc8fbaf0a2fa33b18f" + version "2.5.1" + resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.5.1.tgz#acb909e327b1e87ec9ef15f41b8a269512ad41ee" nice-try@^1.0.4: version "1.0.4" @@ -6034,6 +6220,21 @@ node-pre-gyp@^0.6.39: tar "^2.2.1" tar-pack "^3.4.0" +node-pre-gyp@^0.9.0: + version "0.9.1" + resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.9.1.tgz#f11c07516dd92f87199dbc7e1838eab7cd56c9e0" + dependencies: + detect-libc "^1.0.2" + mkdirp "^0.5.1" + needle "^2.2.0" + nopt "^4.0.1" + npm-packlist "^1.1.6" + npmlog "^4.0.2" + rc "^1.1.7" + rimraf "^2.6.1" + semver "^5.3.0" + tar "^4" + nomnom@^1.8.1: version "1.8.1" resolved "https://registry.yarnpkg.com/nomnom/-/nomnom-1.8.1.tgz#2151f722472ba79e50a76fc125bb8c8f2e4dc2a7" @@ -6078,6 +6279,17 @@ normalize-url@2.0.1: query-string "^5.0.1" sort-keys "^2.0.0" +npm-bundled@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.3.tgz#7e71703d973af3370a9591bafe3a63aca0be2308" + +npm-packlist@^1.1.6: + version "1.1.10" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.1.10.tgz#1039db9e985727e464df066f4cf0ab6ef85c398a" + dependencies: + ignore-walk "^3.0.1" + npm-bundled "^1.0.1" + npm-run-path@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" @@ -6307,8 +6519,8 @@ p-cancelable@^0.3.0: resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa" p-cancelable@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.0.tgz#bcb41d35bf6097fc4367a065b6eb84b9b124eff0" + version "0.4.1" + resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0" p-each-series@^1.0.0: version "1.0.0" @@ -6381,8 +6593,8 @@ parallel-transform@^1.1.0: readable-stream "^2.1.5" parse-asn1@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.0.tgz#37c4f9b7ed3ab65c74817b5f2480937fbf97c712" + version "5.1.1" + resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.1.tgz#f6bf293818332bd0dab54efb16087724745e6ca8" dependencies: asn1.js "^4.0.0" browserify-aes "^1.0.0" @@ -6499,8 +6711,8 @@ path-type@^3.0.0: pify "^3.0.0" pbkdf2@^3.0.3: - version "3.0.14" - resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.14.tgz#a35e13c64799b06ce15320f459c230e68e73bade" + version "3.0.16" + resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.16.tgz#7404208ec6b01b62d85bf83853a8064f8d9c2a5c" dependencies: create-hash "^1.1.2" create-hmac "^1.1.4" @@ -6592,13 +6804,9 @@ preserve@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" -prettier@^1.12.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.0.tgz#d26fc5894b9230de97629b39cae225b503724ce8" - -prettier@^1.5.3: - version "1.11.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.11.1.tgz#61e43fc4cd44e68f2b0dfc2c38cd4bb0fccdcc75" +prettier@^1.12.0, prettier@^1.5.3: + version "1.12.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.1.tgz#c1ad20e803e7749faf905a409d2367e06bbe7325" pretty-bytes@^4.0.2: version "4.0.2" @@ -6611,7 +6819,7 @@ pretty-format@^22.4.3: ansi-regex "^3.0.0" ansi-styles "^3.2.0" -private@^0.1.6, private@^0.1.7, private@~0.1.5: +private@^0.1.6, private@^0.1.7, private@^0.1.8, private@~0.1.5: version "0.1.8" resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" @@ -6676,8 +6884,8 @@ psl@^1.1.7: resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.25.tgz#135edc9c7ba48cd8e4a6903fded8c7f348a5d2ee" public-encrypt@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.0.tgz#39f699f3a46560dd5ebacbca693caf7c65c18cc6" + version "4.0.2" + resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.2.tgz#46eb9107206bf73489f8b85b69d91334c6610994" dependencies: bn.js "^4.1.0" browserify-rsa "^4.0.0" @@ -6790,12 +6998,12 @@ range-parser@^1.0.3, range-parser@~1.2.0: resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" raven-js@^3.24.1: - version "3.24.1" - resolved "https://registry.yarnpkg.com/raven-js/-/raven-js-3.24.1.tgz#7327e08786248517eedd36205bf50f1047821ffa" + version "3.24.2" + resolved "https://registry.yarnpkg.com/raven-js/-/raven-js-3.24.2.tgz#c5cacb363b198812e80cd4c6714e5e478549ebcf" raven@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/raven/-/raven-2.5.0.tgz#7a2b4ce8b9ff884448924ad19ca33b574bce59a2" + version "2.6.0" + resolved "https://registry.yarnpkg.com/raven/-/raven-2.6.0.tgz#3806a82c9ee8cd3e75c3b7ea7bb1935aad092d0c" dependencies: cookie "0.3.1" md5 "^2.2.1" @@ -6813,10 +7021,10 @@ raw-body@2.3.2: unpipe "1.0.0" rc@^1.1.7: - version "1.2.6" - resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.6.tgz#eb18989c6d4f4f162c399f79ddd29f3835568092" + version "1.2.7" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.7.tgz#8a10ca30d588d00464360372b890d06dacd02297" dependencies: - deep-extend "~0.4.0" + deep-extend "^0.5.1" ini "~1.3.0" minimist "^1.2.0" strip-json-comments "~2.0.1" @@ -6831,8 +7039,8 @@ react-dom@15.5.4: prop-types "~15.5.7" react-dom@^16.3.0: - version "16.3.1" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.1.tgz#6a3c90a4fb62f915bdbcf6204422d93a7d4ca573" + version "16.3.2" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.2.tgz#cb90f107e09536d683d84ed5d4888e9640e0e4df" dependencies: fbjs "^0.8.16" loose-envify "^1.1.0" @@ -6909,8 +7117,8 @@ react@15.5.4: prop-types "^15.5.7" react@^16.3.0: - version "16.3.1" - resolved "https://registry.yarnpkg.com/react/-/react-16.3.1.tgz#4a2da433d471251c69b6033ada30e2ed1202cfd8" + version "16.3.2" + resolved "https://registry.yarnpkg.com/react/-/react-16.3.2.tgz#fdc8420398533a1e58872f59091b272ce2f91ea9" dependencies: fbjs "^0.8.16" loose-envify "^1.1.0" @@ -6969,7 +7177,19 @@ 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.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.2.9, readable-stream@^2.3.3, readable-stream@^2.3.5: +"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.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.5: + version "2.3.6" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readable-stream@^2.2.9: version "2.3.5" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.5.tgz#b4f85003a938cbb6ecbce2a124fb1012bd1a838d" dependencies: @@ -7019,8 +7239,8 @@ recast@^0.12.5: source-map "~0.6.1" recast@^0.14.1: - version "0.14.5" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.14.5.tgz#53f1f6edf7810bdfb39a25d0ff97d315bad7c314" + version "0.14.7" + resolved "https://registry.yarnpkg.com/recast/-/recast-0.14.7.tgz#4f1497c2b5826d42a66e8e3c9d80c512983ff61d" dependencies: ast-types "0.11.3" esprima "~4.0.0" @@ -7298,9 +7518,9 @@ resolve@1.1.7: version "1.1.7" resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" -resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36" +resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0: + version "1.7.1" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3" dependencies: path-parse "^1.0.5" @@ -7345,10 +7565,10 @@ rimraf@~2.2.6: resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582" ripemd160@^2.0.0, ripemd160@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.1.tgz#0f4584295c53a3628af7e6d79aca21ce57d1c6e7" + version "2.0.2" + resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" dependencies: - hash-base "^2.0.0" + hash-base "^3.0.0" inherits "^2.0.1" rst-selector-parser@^2.2.3: @@ -7381,21 +7601,29 @@ rx-lite@*, rx-lite@^4.0.8: resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444" rxjs@^5.4.2, rxjs@^5.5.2: - version "5.5.7" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.7.tgz#afb3d1642b069b2fbf203903d6501d1acb4cda27" + version "5.5.10" + resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.10.tgz#fde02d7a614f6c8683d0d1957827f492e09db045" dependencies: symbol-observable "1.0.1" -safe-buffer@5.1.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1: +safe-buffer@5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853" +safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + safe-regex@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" dependencies: ret "~0.1.10" +safer-buffer@^2.1.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + sane@^2.0.0: version "2.5.0" resolved "https://registry.yarnpkg.com/sane/-/sane-2.5.0.tgz#6359cd676f5efd9988b264d8ce3b827dd6b27bec" @@ -7418,7 +7646,7 @@ sax@~0.6.0: version "0.6.1" resolved "https://registry.yarnpkg.com/sax/-/sax-0.6.1.tgz#563b19c7c1de892e09bfc4f2fc30e3c27f0952b9" -schema-utils@^0.4.2, schema-utils@^0.4.5: +schema-utils@^0.4.4, schema-utils@^0.4.5: version "0.4.5" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.5.tgz#21836f0608aac17b78f9e3e24daff14a5ca13a3e" dependencies: @@ -7462,8 +7690,8 @@ send@0.16.2: statuses "~1.4.0" serialize-javascript@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.4.0.tgz#7c958514db6ac2443a8abc062dc9f7886a7f6005" + version "1.5.0" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.5.0.tgz#1aa336162c88a890ddad5384baebc93a655161fe" serve-index@^1.7.2: version "1.9.1" @@ -7525,8 +7753,8 @@ setprototypeof@1.1.0: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" sha.js@^2.4.0, sha.js@^2.4.8: - version "2.4.10" - resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.10.tgz#b1fde5cd7d11a5626638a07c604ab909cfa31f9b" + version "2.4.11" + resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" dependencies: inherits "^2.0.1" safe-buffer "^5.0.1" @@ -7844,9 +8072,9 @@ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: is-fullwidth-code-point "^2.0.0" strip-ansi "^4.0.0" -string_decoder@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.0.tgz#384f322ee8a848e500effde99901bba849c5d403" +string_decoder@^1.0.0, string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" dependencies: safe-buffer "~5.1.0" @@ -7912,8 +8140,8 @@ strip-json-comments@2.0.1, strip-json-comments@~2.0.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" styled-components@^3.2.5: - version "3.2.5" - resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.2.5.tgz#b5d5d7d618ab240ff10602b5ca5886b8db3d0a0d" + version "3.2.6" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.2.6.tgz#99e6e75a746bdedd295a17e03dd1493055a1cc3b" dependencies: buffer "^5.0.3" css-to-react-native "^2.0.3" @@ -7921,6 +8149,7 @@ styled-components@^3.2.5: hoist-non-react-statics "^2.5.0" is-plain-object "^2.0.1" prop-types "^15.5.4" + react-is "^16.3.1" stylis "^3.5.0" stylis-rule-sheet "^0.0.10" supports-color "^3.2.3" @@ -7943,12 +8172,18 @@ supports-color@^3.1.2, supports-color@^3.2.3: dependencies: has-flag "^1.0.0" -supports-color@^5.1.0, supports-color@^5.3.0: +supports-color@^5.1.0: version "5.3.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0" dependencies: has-flag "^3.0.0" +supports-color@^5.3.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54" + dependencies: + has-flag "^3.0.0" + svgo@~0.4.5: version "0.4.5" resolved "https://registry.yarnpkg.com/svgo/-/svgo-0.4.5.tgz#ba56155fb1733728956c01b405221ee7e789a2a4" @@ -8022,6 +8257,18 @@ tar@^2.2.1: fstream "^1.0.2" inherits "2" +tar@^4: + version "4.4.1" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.1.tgz#b25d5a8470c976fd7a9a8a350f42c59e9fa81749" + dependencies: + chownr "^1.0.1" + fs-minipass "^1.2.5" + minipass "^2.2.4" + minizlib "^1.1.0" + mkdirp "^0.5.0" + safe-buffer "^5.1.1" + yallist "^3.0.2" + temp@0.8.3, temp@^0.8.1: version "0.8.3" resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.3.tgz#e0c6bc4d26b903124410e4fed81103014dfc1f59" @@ -8078,8 +8325,8 @@ timed-out@4.0.1, timed-out@^4.0.0, timed-out@^4.0.1: resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f" timers-browserify@^2.0.4: - version "2.0.6" - resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.6.tgz#241e76927d9ca05f4d959819022f5b3664b64bae" + version "2.0.10" + resolved "https://registry.yarnpkg.com/timers-browserify/-/timers-browserify-2.0.10.tgz#1d28e3d2aadf1d5a5996c4e9f95601cd053480ae" dependencies: setimmediate "^1.0.4" @@ -8207,8 +8454,8 @@ uglify-to-browserify@~1.0.0: resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" uglifyjs-webpack-plugin@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.4.tgz#5eec941b2e9b8538be0a20fc6eda25b14c7c1043" + version "1.2.5" + resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.5.tgz#2ef8387c8f1a903ec5e44fa36f9f3cbdcea67641" dependencies: cacache "^10.0.4" find-cache-dir "^1.0.0" @@ -8313,8 +8560,14 @@ unzipper@^0.8.11: setimmediate "~1.0.4" upath@^1.0.0: - version "1.0.4" - resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.4.tgz#ee2321ba0a786c50973db043a50b7bcba822361d" + version "1.0.5" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.0.5.tgz#02cab9ecebe95bbec6d5fc2566325725ab6d1a73" + +uri-js@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-3.0.2.tgz#f90b858507f81dea4dcfbb3c4c3dbfa2b557faaa" + dependencies: + punycode "^2.1.0" urix@^0.1.0: version "0.1.0" @@ -8485,8 +8738,8 @@ watch@~0.18.0: minimist "^1.2.0" watchpack@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.5.0.tgz#231e783af830a22f8966f65c4c4bacc814072eed" + version "1.6.0" + resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00" dependencies: chokidar "^2.0.2" graceful-fs "^4.1.2" @@ -8509,8 +8762,8 @@ webpack-addons@^1.1.5: jscodeshift "^0.4.0" webpack-cli@^2.0.14: - version "2.0.14" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-2.0.14.tgz#71d03d8c10547c1dfd674f71ff3b0457c33a74cd" + version "2.1.2" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-2.1.2.tgz#9c9a4b90584f7b8acaf591238ef0667e04c817f6" dependencies: chalk "^2.3.2" cross-spawn "^6.0.5" @@ -8537,7 +8790,7 @@ webpack-cli@^2.0.14: webpack-addons "^1.1.5" yargs "^11.1.0" yeoman-environment "^2.0.0" - yeoman-generator "^2.0.3" + yeoman-generator "^2.0.4" webpack-dev-middleware@3.1.2: version "3.1.2" @@ -8601,8 +8854,8 @@ webpack-sources@^1.0.1, webpack-sources@^1.1.0: source-map "~0.6.1" webpack@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.5.0.tgz#1e6f71e148ead02be265ff2879c9cd6bb30b8848" + version "4.6.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.6.0.tgz#363eafa733710eb0ed28c512b2b9b9f5fb01e69b" dependencies: acorn "^5.0.0" acorn-dynamic-import "^3.0.0" @@ -8618,7 +8871,7 @@ webpack@^4.5.0: mkdirp "~0.5.0" neo-async "^2.5.0" node-libs-browser "^2.0.0" - schema-utils "^0.4.2" + schema-utils "^0.4.4" tapable "^1.0.0" uglifyjs-webpack-plugin "^1.2.4" watchpack "^1.5.0" @@ -8642,8 +8895,8 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3: iconv-lite "0.4.19" whatwg-fetch@>=0.10.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84" + version "2.0.4" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz#dde6a5df315f9d39991aa17621853d720b85566f" whatwg-url@^6.4.0: version "6.4.0" @@ -8763,6 +9016,10 @@ yallist@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" +yallist@^3.0.0, yallist@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9" + yargs-parser@^2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-2.4.1.tgz#85568de3cf150ff49fa51825f03a8c880ddcc5c4" @@ -8892,8 +9149,8 @@ yargs@~3.10.0: window-size "0.1.0" yeoman-environment@^2.0.0, yeoman-environment@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/yeoman-environment/-/yeoman-environment-2.0.5.tgz#84f22bafa84088971fe99ea85f654a3a3dd2b693" + version "2.0.6" + resolved "https://registry.yarnpkg.com/yeoman-environment/-/yeoman-environment-2.0.6.tgz#ae1b21d826b363f3d637f88a7fc9ea7414cb5377" dependencies: chalk "^2.1.0" debug "^3.1.0" @@ -8909,25 +9166,25 @@ yeoman-environment@^2.0.0, yeoman-environment@^2.0.5: text-table "^0.2.0" untildify "^3.0.2" -yeoman-generator@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/yeoman-generator/-/yeoman-generator-2.0.3.tgz#19426ed22687ffe05d31526c3f1c2cf67ba768f3" +yeoman-generator@^2.0.4: + version "2.0.5" + resolved "https://registry.yarnpkg.com/yeoman-generator/-/yeoman-generator-2.0.5.tgz#57b0b3474701293cc9ec965288f3400b00887c81" dependencies: async "^2.6.0" chalk "^2.3.0" cli-table "^0.3.1" - cross-spawn "^5.1.0" + cross-spawn "^6.0.5" dargs "^5.1.0" - dateformat "^3.0.2" + 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.1.0" - lodash "^4.17.4" + istextorbinary "^2.2.1" + lodash "^4.17.10" make-dir "^1.1.0" - mem-fs-editor "^3.0.2" + mem-fs-editor "^4.0.0" minimist "^1.2.0" pretty-bytes "^4.0.2" read-chunk "^2.1.0"