From c92846d623d5cc7bc48b10998a6beced135d708e Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Wed, 26 Jul 2017 16:24:36 -0400 Subject: [PATCH] alpha.17 --- experimental/babel-preset-env/package.json | 66 +- experimental/babel-preset-env/yarn.lock | 801 +++++++++++---------- 2 files changed, 436 insertions(+), 431 deletions(-) diff --git a/experimental/babel-preset-env/package.json b/experimental/babel-preset-env/package.json index 906ab5b70a..5389b11776 100644 --- a/experimental/babel-preset-env/package.json +++ b/experimental/babel-preset-env/package.json @@ -25,46 +25,46 @@ "test-only": "mocha ./test --compilers js:babel-register -t 10000" }, "dependencies": { - "babel-plugin-check-es2015-constants": "7.0.0-alpha.16", - "babel-plugin-syntax-trailing-function-commas": "7.0.0-alpha.16", - "babel-plugin-transform-async-to-generator": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-arrow-functions": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-block-scoped-functions": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-block-scoping": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-classes": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-computed-properties": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-destructuring": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-duplicate-keys": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-for-of": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-function-name": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-literals": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-modules-amd": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-modules-commonjs": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-modules-systemjs": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-modules-umd": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-object-super": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-parameters": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-shorthand-properties": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-spread": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-sticky-regex": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-template-literals": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-typeof-symbol": "7.0.0-alpha.16", - "babel-plugin-transform-es2015-unicode-regex": "7.0.0-alpha.16", - "babel-plugin-transform-exponentiation-operator": "7.0.0-alpha.16", - "babel-plugin-transform-regenerator": "7.0.0-alpha.16", + "babel-plugin-check-es2015-constants": "7.0.0-alpha.17", + "babel-plugin-syntax-trailing-function-commas": "7.0.0-alpha.17", + "babel-plugin-transform-async-to-generator": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-arrow-functions": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-block-scoped-functions": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-block-scoping": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-classes": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-computed-properties": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-destructuring": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-duplicate-keys": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-for-of": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-function-name": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-literals": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-modules-amd": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-modules-commonjs": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-modules-systemjs": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-modules-umd": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-object-super": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-parameters": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-shorthand-properties": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-spread": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-sticky-regex": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-template-literals": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-typeof-symbol": "7.0.0-alpha.17", + "babel-plugin-transform-es2015-unicode-regex": "7.0.0-alpha.17", + "babel-plugin-transform-exponentiation-operator": "7.0.0-alpha.17", + "babel-plugin-transform-regenerator": "7.0.0-alpha.17", "browserslist": "^2.1.2", "invariant": "^2.2.2", "semver": "^5.3.0" }, "devDependencies": { - "babel-cli": "7.0.0-alpha.16", + "babel-cli": "7.0.0-alpha.17", "babel-eslint": "^7.1.1", - "babel-helper-fixtures": "7.0.0-alpha.16", - "babel-helper-plugin-test-runner": "7.0.0-alpha.16", + "babel-helper-fixtures": "7.0.0-alpha.17", + "babel-helper-plugin-test-runner": "7.0.0-alpha.17", "babel-plugin-istanbul": "^4.1.4", - "babel-plugin-transform-flow-strip-types": "7.0.0-alpha.16", - "babel-preset-env": "2.0.0-alpha.15", - "babel-register": "7.0.0-alpha.16", + "babel-plugin-transform-flow-strip-types": "7.0.0-alpha.17", + "babel-preset-env": "2.0.0-alpha.16", + "babel-register": "7.0.0-alpha.17", "chai": "^4.0.2", "codecov": "^2.2.0", "compat-table": "kangax/compat-table#d88c80ea6dcbc7064112eb46bb020718107892f7", diff --git a/experimental/babel-preset-env/yarn.lock b/experimental/babel-preset-env/yarn.lock index 5c8b96cc2d..921b491a40 100644 --- a/experimental/babel-preset-env/yarn.lock +++ b/experimental/babel-preset-env/yarn.lock @@ -206,13 +206,13 @@ aws4@^1.2.1: version "1.6.0" resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e" -babel-cli@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-7.0.0-alpha.16.tgz#31b66a241e91d77ca927aaf69360c5a211fe2328" +babel-cli@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-7.0.0-alpha.17.tgz#e9f914886dad8e4c8ad61f4d3fa5a65102ccde31" dependencies: - babel-core "7.0.0-alpha.16" - babel-polyfill "7.0.0-alpha.16" - babel-register "7.0.0-alpha.16" + babel-core "7.0.0-alpha.17" + babel-polyfill "7.0.0-alpha.17" + babel-register "7.0.0-alpha.17" commander "^2.8.1" convert-source-map "^1.1.0" fs-readdir-recursive "^1.0.0" @@ -225,14 +225,6 @@ babel-cli@7.0.0-alpha.16: optionalDependencies: chokidar "^1.6.1" -babel-code-frame@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-alpha.15.tgz#381d3e06e17b73201129c4a019e8b62d84e2dde3" - dependencies: - chalk "^1.1.0" - esutils "^2.0.2" - js-tokens "^3.0.0" - babel-code-frame@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-alpha.16.tgz#c99891e4a7d8468b8ac825995b8919cbbed1d7ad" @@ -241,6 +233,14 @@ babel-code-frame@7.0.0-alpha.16: esutils "^2.0.2" js-tokens "^3.0.0" +babel-code-frame@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-alpha.17.tgz#06a5daddb0946d8e95392477065a86480474f19c" + dependencies: + chalk "^2.0.0" + esutils "^2.0.2" + js-tokens "^3.0.0" + babel-code-frame@^6.16.0, babel-code-frame@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4" @@ -249,18 +249,18 @@ babel-code-frame@^6.16.0, babel-code-frame@^6.22.0: esutils "^2.0.2" js-tokens "^3.0.0" -babel-core@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-alpha.16.tgz#a62c55f123b5e80f6e368006586749573e483617" +babel-core@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-alpha.17.tgz#916ba10b4ac4674e2b476774b2392d2e40c27571" dependencies: - babel-code-frame "7.0.0-alpha.16" - babel-generator "7.0.0-alpha.16" - babel-helpers "7.0.0-alpha.16" - babel-messages "7.0.0-alpha.16" - babel-template "7.0.0-alpha.16" - babel-traverse "7.0.0-alpha.16" - babel-types "7.0.0-alpha.16" - babylon "7.0.0-beta.17" + babel-code-frame "7.0.0-alpha.17" + babel-generator "7.0.0-alpha.17" + babel-helpers "7.0.0-alpha.17" + babel-messages "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babylon "7.0.0-beta.18" convert-source-map "^1.1.0" debug "^2.1.1" json5 "^0.5.0" @@ -302,12 +302,12 @@ babel-eslint@^7.1.1: babel-types "^6.23.0" babylon "^6.17.0" -babel-generator@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-7.0.0-alpha.16.tgz#25216925778b11e6a7bd09cde420f3af32176c4c" +babel-generator@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-7.0.0-alpha.17.tgz#56a417572ad2836c32396193839664df10d89a8e" dependencies: - babel-messages "7.0.0-alpha.16" - babel-types "7.0.0-alpha.16" + babel-messages "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" jsesc "^2.5.1" lodash "^4.2.0" source-map "^0.5.0" @@ -334,13 +334,6 @@ babel-helper-bindify-decorators@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-helper-builder-binary-assignment-operator-visitor@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-7.0.0-alpha.15.tgz#67104d0ca28fefd3fd5cbba8b7f780144a116a7c" - dependencies: - babel-helper-explode-assignable-expression "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-helper-builder-binary-assignment-operator-visitor@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-7.0.0-alpha.16.tgz#31c66895ff3de0857fad45760bc2e569ff1120ec" @@ -348,6 +341,13 @@ babel-helper-builder-binary-assignment-operator-visitor@7.0.0-alpha.16: babel-helper-explode-assignable-expression "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-helper-builder-binary-assignment-operator-visitor@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-7.0.0-alpha.17.tgz#422255eb0fbd3d6090b454aeeb5959f6dff5c3d9" + dependencies: + babel-helper-explode-assignable-expression "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-helper-builder-binary-assignment-operator-visitor@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664" @@ -356,14 +356,6 @@ babel-helper-builder-binary-assignment-operator-visitor@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-helper-call-delegate@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-7.0.0-alpha.15.tgz#e2fa6448eca6d40ece0a9f3e5914ec3d54feaf8e" - dependencies: - babel-helper-hoist-variables "7.0.0-alpha.15" - babel-traverse "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-helper-call-delegate@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-7.0.0-alpha.16.tgz#21e28e321f5b62a267cdd88653e6f74aab27fad0" @@ -372,6 +364,14 @@ babel-helper-call-delegate@7.0.0-alpha.16: babel-traverse "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-helper-call-delegate@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-7.0.0-alpha.17.tgz#0e97c126dab7731a23f221a6efbbe278dc86ad84" + dependencies: + babel-helper-hoist-variables "7.0.0-alpha.17" + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-helper-call-delegate@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d" @@ -381,14 +381,6 @@ babel-helper-call-delegate@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-helper-define-map@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-7.0.0-alpha.15.tgz#9e0576eb629eac1763fd72c294264b43124223f6" - dependencies: - babel-helper-function-name "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - lodash "^4.2.0" - babel-helper-define-map@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-7.0.0-alpha.16.tgz#5f4f794340a136465b5aa83a1e583218c71ff880" @@ -397,6 +389,14 @@ babel-helper-define-map@7.0.0-alpha.16: babel-types "7.0.0-alpha.16" lodash "^4.2.0" +babel-helper-define-map@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-7.0.0-alpha.17.tgz#1a63441291a7c187d627a137ac4d379144f61da1" + dependencies: + babel-helper-function-name "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + lodash "^4.2.0" + babel-helper-define-map@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.24.1.tgz#7a9747f258d8947d32d515f6aa1c7bd02204a080" @@ -406,13 +406,6 @@ babel-helper-define-map@^6.24.1: babel-types "^6.24.1" lodash "^4.2.0" -babel-helper-explode-assignable-expression@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-7.0.0-alpha.15.tgz#7bfe1b00a89b9af16e17a021e5ea4ef9bb55e84f" - dependencies: - babel-traverse "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-helper-explode-assignable-expression@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-7.0.0-alpha.16.tgz#fc1a31592a25a57773f9a84a75014249d8ca752a" @@ -420,6 +413,13 @@ babel-helper-explode-assignable-expression@7.0.0-alpha.16: babel-traverse "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-helper-explode-assignable-expression@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-7.0.0-alpha.17.tgz#e7438ca538a767a5676c8b4d93c8dc6051a7c4fc" + dependencies: + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-helper-explode-assignable-expression@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa" @@ -437,23 +437,14 @@ babel-helper-explode-class@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-helper-fixtures@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-helper-fixtures/-/babel-helper-fixtures-7.0.0-alpha.16.tgz#f6beb5560e55cd957a200eb3073082e2447b29c8" +babel-helper-fixtures@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-fixtures/-/babel-helper-fixtures-7.0.0-alpha.17.tgz#baaea21956f4ca078bae3fe4eaf5ed3299742136" dependencies: lodash "^4.2.0" semver "^5.3.0" try-resolve "^1.0.0" -babel-helper-function-name@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-alpha.15.tgz#087bb6bb6677acde36b3c19f6bc1afedb3d12e30" - dependencies: - babel-helper-get-function-arity "7.0.0-alpha.15" - babel-template "7.0.0-alpha.15" - babel-traverse "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-helper-function-name@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-alpha.16.tgz#a159510698c7200976b9af666f7456a6ef3e1e6f" @@ -463,6 +454,15 @@ babel-helper-function-name@7.0.0-alpha.16: babel-traverse "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-helper-function-name@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-alpha.17.tgz#b976290af579712345ecd6a146e6dff86b47b8ed" + dependencies: + babel-helper-get-function-arity "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-helper-function-name@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9" @@ -473,18 +473,18 @@ babel-helper-function-name@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-helper-get-function-arity@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-alpha.15.tgz#17e93206d0b625c3122f4c674478cbed53281f24" - dependencies: - babel-types "7.0.0-alpha.15" - babel-helper-get-function-arity@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-alpha.16.tgz#7325736844ff120d4f27a2554eb02e87e387f67c" dependencies: babel-types "7.0.0-alpha.16" +babel-helper-get-function-arity@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-alpha.17.tgz#f9ee3be4b6e892235ee790a8849ada1f88eedcf1" + dependencies: + babel-types "7.0.0-alpha.17" + babel-helper-get-function-arity@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d" @@ -492,18 +492,18 @@ babel-helper-get-function-arity@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-helper-hoist-variables@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-7.0.0-alpha.15.tgz#115b54caa5cf6574e2b5a5c92c80eb65311d94cf" - dependencies: - babel-types "7.0.0-alpha.15" - babel-helper-hoist-variables@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-7.0.0-alpha.16.tgz#755dcf0260e4908443cf4b82dff4ea78e8138615" dependencies: babel-types "7.0.0-alpha.16" +babel-helper-hoist-variables@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-7.0.0-alpha.17.tgz#86c8002a151915782ccdd0daf7e793d5e2cb9ddf" + dependencies: + babel-types "7.0.0-alpha.17" + babel-helper-hoist-variables@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76" @@ -511,18 +511,18 @@ babel-helper-hoist-variables@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-helper-optimise-call-expression@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-7.0.0-alpha.15.tgz#ad3e9300904ea23f538f8a69b4d24d7a499c34e4" - dependencies: - babel-types "7.0.0-alpha.15" - babel-helper-optimise-call-expression@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-7.0.0-alpha.16.tgz#481f11cae76c18c83346b55aeafad2fdca4be52a" dependencies: babel-types "7.0.0-alpha.16" +babel-helper-optimise-call-expression@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-7.0.0-alpha.17.tgz#6f6b7627ba82cc3ca7017e2f881833160b208cfe" + dependencies: + babel-types "7.0.0-alpha.17" + babel-helper-optimise-call-expression@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257" @@ -530,18 +530,11 @@ babel-helper-optimise-call-expression@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-helper-plugin-test-runner@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-helper-plugin-test-runner/-/babel-helper-plugin-test-runner-7.0.0-alpha.16.tgz#9e84c894ec2f87ee36df9286f69f2630f5588f48" +babel-helper-plugin-test-runner@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-plugin-test-runner/-/babel-helper-plugin-test-runner-7.0.0-alpha.17.tgz#ed36dbbd6ae82892bebe78d005e45f0157a6c9cc" dependencies: - babel-helper-transform-fixture-test-runner "7.0.0-alpha.16" - -babel-helper-regex@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-7.0.0-alpha.15.tgz#3d20308929adab9895578407ab352fadca20687c" - dependencies: - babel-types "7.0.0-alpha.15" - lodash "^4.2.0" + babel-helper-transform-fixture-test-runner "7.0.0-alpha.17" babel-helper-regex@7.0.0-alpha.16: version "7.0.0-alpha.16" @@ -550,6 +543,13 @@ babel-helper-regex@7.0.0-alpha.16: babel-types "7.0.0-alpha.16" lodash "^4.2.0" +babel-helper-regex@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-7.0.0-alpha.17.tgz#4da85364405128b9d4c0657a5f90e16ffa66b65f" + dependencies: + babel-types "7.0.0-alpha.17" + lodash "^4.2.0" + babel-helper-regex@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.24.1.tgz#d36e22fab1008d79d88648e32116868128456ce8" @@ -558,15 +558,6 @@ babel-helper-regex@^6.24.1: babel-types "^6.24.1" lodash "^4.2.0" -babel-helper-remap-async-to-generator@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-7.0.0-alpha.15.tgz#c7c50408dffaa6e0b372b7b395f6fa33ab152d89" - dependencies: - babel-helper-function-name "7.0.0-alpha.15" - babel-template "7.0.0-alpha.15" - babel-traverse "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-helper-remap-async-to-generator@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-7.0.0-alpha.16.tgz#3c68be8d7bebe6e64bfcd0d9a21553e859a5dc07" @@ -576,6 +567,15 @@ babel-helper-remap-async-to-generator@7.0.0-alpha.16: babel-traverse "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-helper-remap-async-to-generator@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-7.0.0-alpha.17.tgz#a6b231bd87ec6f7d7eaec867030e7a7099da74af" + dependencies: + babel-helper-wrap-function "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-helper-remap-async-to-generator@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b" @@ -586,16 +586,6 @@ babel-helper-remap-async-to-generator@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-helper-replace-supers@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-7.0.0-alpha.15.tgz#8244f181b59de22df84f947645e97296547c961a" - dependencies: - babel-helper-optimise-call-expression "7.0.0-alpha.15" - babel-messages "7.0.0-alpha.15" - babel-template "7.0.0-alpha.15" - babel-traverse "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-helper-replace-supers@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-7.0.0-alpha.16.tgz#fad2e069caddc4e9011202a625c825dac6ac6072" @@ -606,6 +596,16 @@ babel-helper-replace-supers@7.0.0-alpha.16: babel-traverse "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-helper-replace-supers@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-7.0.0-alpha.17.tgz#a1fecbb6ff6d91aa1d1f84a168fe9013ca142d18" + dependencies: + babel-helper-optimise-call-expression "7.0.0-alpha.17" + babel-messages "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-helper-replace-supers@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a" @@ -617,14 +617,14 @@ babel-helper-replace-supers@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-helper-transform-fixture-test-runner@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-helper-transform-fixture-test-runner/-/babel-helper-transform-fixture-test-runner-7.0.0-alpha.16.tgz#0623f728d2fe490377d0b2506789916ca37f6c78" +babel-helper-transform-fixture-test-runner@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-transform-fixture-test-runner/-/babel-helper-transform-fixture-test-runner-7.0.0-alpha.17.tgz#37ebc8e73fa3685ff88053565166e91e353f4ad3" dependencies: - babel-code-frame "7.0.0-alpha.16" - babel-core "7.0.0-alpha.16" - babel-helper-fixtures "7.0.0-alpha.16" - babel-polyfill "7.0.0-alpha.16" + babel-code-frame "7.0.0-alpha.17" + babel-core "7.0.0-alpha.17" + babel-helper-fixtures "7.0.0-alpha.17" + babel-polyfill "7.0.0-alpha.17" chai "^4.1.0" lodash "^4.2.0" resolve "^1.3.2" @@ -639,11 +639,20 @@ babel-helper-wrap-function@7.0.0-alpha.16: babel-traverse "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" -babel-helpers@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-7.0.0-alpha.16.tgz#796886002a66447d8c87444f4e473717f320dead" +babel-helper-wrap-function@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helper-wrap-function/-/babel-helper-wrap-function-7.0.0-alpha.17.tgz#d796f0a428bc3a21110cc381344b4260c4bf4875" dependencies: - babel-template "7.0.0-alpha.16" + babel-helper-function-name "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + +babel-helpers@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-7.0.0-alpha.17.tgz#fcf1355f71baba8281ceca6a50f3f1678e3d88b2" + dependencies: + babel-template "7.0.0-alpha.17" babel-helpers@^6.24.1: version "6.24.1" @@ -652,28 +661,28 @@ babel-helpers@^6.24.1: babel-runtime "^6.22.0" babel-template "^6.24.1" -babel-messages@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.15.tgz#97991d32d86a2130aff08fa75a16cfc5acad9e42" - babel-messages@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.16.tgz#9de55213cf8e351922378765a93f3854b46748c2" +babel-messages@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.17.tgz#777d7f82656d5e3526c1f4c74aaaba99b260d7db" + babel-messages@^6.23.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" dependencies: babel-runtime "^6.22.0" -babel-plugin-check-es2015-constants@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.15.tgz#acec72b4e17f9268865d683293f1ad39131e30cc" - babel-plugin-check-es2015-constants@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.16.tgz#c61f19ecee116c8afe79e4c8b052783d88f205c8" +babel-plugin-check-es2015-constants@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.17.tgz#cfa281df141d999b93b1b410cd6991609751637f" + babel-plugin-check-es2015-constants@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a" @@ -688,14 +697,14 @@ babel-plugin-istanbul@^4.1.4: istanbul-lib-instrument "^1.7.2" test-exclude "^4.1.1" -babel-plugin-syntax-async-functions@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-7.0.0-alpha.15.tgz#7d4ecec698400d212cbf9e5279a351261f5e9f73" - babel-plugin-syntax-async-functions@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-7.0.0-alpha.16.tgz#570f2c3adf4d8aecc91d11180ac37250321c5d7c" +babel-plugin-syntax-async-functions@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-7.0.0-alpha.17.tgz#a9bcd7bcab80dd603c8f957a5a8374ca2496da0e" + babel-plugin-syntax-async-functions@^6.8.0: version "6.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95" @@ -724,14 +733,14 @@ babel-plugin-syntax-dynamic-import@^6.18.0: version "6.18.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz#8d6a26229c83745a9982a441051572caa179b1da" -babel-plugin-syntax-exponentiation-operator@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-7.0.0-alpha.15.tgz#c135aa0dd439c4b25067851f38a0cc1d608715d0" - babel-plugin-syntax-exponentiation-operator@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-7.0.0-alpha.16.tgz#c5e6fd29bb8c122cd327b803390282b2d792d9b7" +babel-plugin-syntax-exponentiation-operator@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-7.0.0-alpha.17.tgz#95b73a08756ec5614b7b8ec0920e9f062b184df8" + babel-plugin-syntax-exponentiation-operator@^6.8.0: version "6.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de" @@ -740,9 +749,9 @@ babel-plugin-syntax-export-extensions@^6.8.0: version "6.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.13.0.tgz#70a1484f0f9089a4e84ad44bac353c95b9b12721" -babel-plugin-syntax-flow@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-7.0.0-alpha.16.tgz#77a783205da2d695155b32739021477afac793b0" +babel-plugin-syntax-flow@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-7.0.0-alpha.17.tgz#89772eea21b3652ed429c4845d116315cc6ee388" babel-plugin-syntax-function-bind@^6.8.0: version "6.13.0" @@ -752,14 +761,14 @@ babel-plugin-syntax-object-rest-spread@^6.8.0: version "6.13.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5" -babel-plugin-syntax-trailing-function-commas@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-alpha.15.tgz#958e609f72c272387dee3335fe3f89e563d52981" - babel-plugin-syntax-trailing-function-commas@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-alpha.16.tgz#daed195b88dcc26db401d51a58d346808b8e4585" +babel-plugin-syntax-trailing-function-commas@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-alpha.17.tgz#0a551b343bda4eb3490dfe88c34a76aad6677f48" + babel-plugin-syntax-trailing-function-commas@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3" @@ -772,13 +781,6 @@ babel-plugin-transform-async-generator-functions@^6.24.1: babel-plugin-syntax-async-generators "^6.5.0" babel-runtime "^6.22.0" -babel-plugin-transform-async-to-generator@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-7.0.0-alpha.15.tgz#06f42ba4001e35a053d1af1503b189ecf0caf96c" - dependencies: - babel-helper-remap-async-to-generator "7.0.0-alpha.15" - babel-plugin-syntax-async-functions "7.0.0-alpha.15" - babel-plugin-transform-async-to-generator@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-7.0.0-alpha.16.tgz#3709fbcab99a5d38147c582b1c70c98834b5a0e6" @@ -786,6 +788,13 @@ babel-plugin-transform-async-to-generator@7.0.0-alpha.16: babel-helper-remap-async-to-generator "7.0.0-alpha.16" babel-plugin-syntax-async-functions "7.0.0-alpha.16" +babel-plugin-transform-async-to-generator@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-7.0.0-alpha.17.tgz#b17dba780093112fe529a5c9642c366d81b331b0" + dependencies: + babel-helper-remap-async-to-generator "7.0.0-alpha.17" + babel-plugin-syntax-async-functions "7.0.0-alpha.17" + babel-plugin-transform-async-to-generator@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761" @@ -828,43 +837,34 @@ babel-plugin-transform-do-expressions@^6.22.0: babel-plugin-syntax-do-expressions "^6.8.0" babel-runtime "^6.22.0" -babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.15.tgz#442bb2cf196f837a2241436d898181673913ac79" - babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.16.tgz#0cfd5ed3c5c74f6d0a13cc606dd3d0039b9f1728" +babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.17.tgz#3cbd78457ea603e30b23408b3c11090e998153f2" + babel-plugin-transform-es2015-arrow-functions@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221" dependencies: babel-runtime "^6.22.0" -babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.15.tgz#1aded097e86b5b10933e7d9ef4102989bf1abbda" - babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.16.tgz#bb849533f9c97ab29c2aa046faa2f4e2cbf497c0" +babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.17.tgz#fd35d96635d4ba147cc8eddfcde06b5f3a375736" + babel-plugin-transform-es2015-block-scoped-functions@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141" dependencies: babel-runtime "^6.22.0" -babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-7.0.0-alpha.15.tgz#c30d7678d9ae3e547e5a769e53f8ffd30f22e80c" - dependencies: - babel-template "7.0.0-alpha.15" - babel-traverse "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - lodash "^4.2.0" - babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-7.0.0-alpha.16.tgz#2f5cc22f2c948a2be46d954a6db95025753b50b8" @@ -874,6 +874,15 @@ babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.16: babel-types "7.0.0-alpha.16" lodash "^4.2.0" +babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-7.0.0-alpha.17.tgz#bfac9153b92ed052686c45a3a5242a50741c4742" + dependencies: + babel-template "7.0.0-alpha.17" + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + lodash "^4.2.0" + babel-plugin-transform-es2015-block-scoping@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.24.1.tgz#76c295dc3a4741b1665adfd3167215dcff32a576" @@ -884,19 +893,6 @@ babel-plugin-transform-es2015-block-scoping@^6.24.1: babel-types "^6.24.1" lodash "^4.2.0" -babel-plugin-transform-es2015-classes@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-7.0.0-alpha.15.tgz#0aad5be2ab6da413507cacbbbc07fb571ac57072" - dependencies: - babel-helper-define-map "7.0.0-alpha.15" - babel-helper-function-name "7.0.0-alpha.15" - babel-helper-optimise-call-expression "7.0.0-alpha.15" - babel-helper-replace-supers "7.0.0-alpha.15" - babel-messages "7.0.0-alpha.15" - babel-template "7.0.0-alpha.15" - babel-traverse "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-plugin-transform-es2015-classes@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-7.0.0-alpha.16.tgz#b4ffe4abde279eb0e9c8f6f092340ce0e72875f9" @@ -910,6 +906,19 @@ babel-plugin-transform-es2015-classes@7.0.0-alpha.16: babel-traverse "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-plugin-transform-es2015-classes@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-7.0.0-alpha.17.tgz#da016addcc0804a3b98030f6cfc2c380e6b8d20d" + dependencies: + babel-helper-define-map "7.0.0-alpha.17" + babel-helper-function-name "7.0.0-alpha.17" + babel-helper-optimise-call-expression "7.0.0-alpha.17" + babel-helper-replace-supers "7.0.0-alpha.17" + babel-messages "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-plugin-transform-es2015-classes@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db" @@ -924,18 +933,18 @@ babel-plugin-transform-es2015-classes@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.15.tgz#23af205109bc27cf1ee3676a1c420d6b4662fec0" - dependencies: - babel-template "7.0.0-alpha.15" - babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.16.tgz#be54c1ffb3785e8115c635dc0ffc37d6b34c06e7" dependencies: babel-template "7.0.0-alpha.16" +babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.17.tgz#b7aa057f624cf7f2e1d6710b32df2a306aa19dc5" + dependencies: + babel-template "7.0.0-alpha.17" + babel-plugin-transform-es2015-computed-properties@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3" @@ -943,32 +952,32 @@ babel-plugin-transform-es2015-computed-properties@^6.24.1: babel-runtime "^6.22.0" babel-template "^6.24.1" -babel-plugin-transform-es2015-destructuring@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.15.tgz#18232b6c4d8f6bec81fab296e1b3f03060e8234a" - babel-plugin-transform-es2015-destructuring@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.16.tgz#38c05c87dbc0072f8eb7cc58ed9d64184123d7f0" +babel-plugin-transform-es2015-destructuring@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.17.tgz#22037c0c6d3d19ec5a7d4ee5f60a16bfd92fdca6" + babel-plugin-transform-es2015-destructuring@^6.22.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d" dependencies: babel-runtime "^6.22.0" -babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.15.tgz#a49aef3010479011a5000c19f243b7bb62a3fb05" - dependencies: - babel-types "7.0.0-alpha.15" - babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.16.tgz#76e273a8e60d4eb477a24747365bed67ea958d77" dependencies: babel-types "7.0.0-alpha.16" +babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.17.tgz#5033d62edc85142aace552740f1461c1b6f9645a" + dependencies: + babel-types "7.0.0-alpha.17" + babel-plugin-transform-es2015-duplicate-keys@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e" @@ -976,27 +985,20 @@ babel-plugin-transform-es2015-duplicate-keys@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-plugin-transform-es2015-for-of@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.15.tgz#cfcc21c66a86099eab991a75515d3616f7144d62" - babel-plugin-transform-es2015-for-of@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.16.tgz#0a310f1ec1155a1bc019f4d3f172167442b30a4c" +babel-plugin-transform-es2015-for-of@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.17.tgz#9c5952e3787ee1ccb2c2f1e980f541b889f0c595" + babel-plugin-transform-es2015-for-of@^6.22.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691" dependencies: babel-runtime "^6.22.0" -babel-plugin-transform-es2015-function-name@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-7.0.0-alpha.15.tgz#534044b5b59cf808bd46489c1f432b160b99b832" - dependencies: - babel-helper-function-name "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-plugin-transform-es2015-function-name@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-7.0.0-alpha.16.tgz#6aaeb635a9c3ee433ed1286e46043285edda10aa" @@ -1004,6 +1006,13 @@ babel-plugin-transform-es2015-function-name@7.0.0-alpha.16: babel-helper-function-name "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-plugin-transform-es2015-function-name@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-7.0.0-alpha.17.tgz#b4b9dab609d07969c24e94cf2ba4e52bdc77851b" + dependencies: + babel-helper-function-name "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-plugin-transform-es2015-function-name@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b" @@ -1012,27 +1021,20 @@ babel-plugin-transform-es2015-function-name@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-plugin-transform-es2015-literals@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.15.tgz#9e60327e51231a8da76fe01ed0fad371d27e7d0f" - babel-plugin-transform-es2015-literals@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.16.tgz#abcb634c3dd41ea170bc1b4a04d787e91b7ecafe" +babel-plugin-transform-es2015-literals@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.17.tgz#ded296df39dbf8a589dc6187ab849d4f46bbf64c" + babel-plugin-transform-es2015-literals@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e" dependencies: babel-runtime "^6.22.0" -babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-7.0.0-alpha.15.tgz#7dd1fd4a6c0fb75b2892b68f1c3a4d0a5c918842" - dependencies: - babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.15" - babel-template "7.0.0-alpha.15" - babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-7.0.0-alpha.16.tgz#12ed969ec84354b9aa75380e1b6c2c42d2f70617" @@ -1040,6 +1042,13 @@ babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.16: babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.16" babel-template "7.0.0-alpha.16" +babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-7.0.0-alpha.17.tgz#3fa4857d48bdd579c307e4de667d735e9e40e9a4" + dependencies: + babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-plugin-transform-es2015-modules-amd@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154" @@ -1048,14 +1057,6 @@ babel-plugin-transform-es2015-modules-amd@^6.24.1: babel-runtime "^6.22.0" babel-template "^6.24.1" -babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-7.0.0-alpha.15.tgz#6d65506527ea239ab8447629fdd57fb14b061775" - dependencies: - babel-plugin-transform-strict-mode "7.0.0-alpha.15" - babel-template "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-7.0.0-alpha.16.tgz#e5467bab7fa802224901a7b12baafac9b2f88f29" @@ -1064,6 +1065,14 @@ babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.16: babel-template "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-7.0.0-alpha.17.tgz#b32f5f18fb6ab249f7207e129d05499990f93000" + dependencies: + babel-plugin-transform-strict-mode "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-plugin-transform-es2015-modules-commonjs@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.1.tgz#d3e310b40ef664a36622200097c6d440298f2bfe" @@ -1073,13 +1082,6 @@ babel-plugin-transform-es2015-modules-commonjs@^6.24.1: babel-template "^6.24.1" babel-types "^6.24.1" -babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-7.0.0-alpha.15.tgz#52b4305748800baa0e49aa928ed9f616e4ab5536" - dependencies: - babel-helper-hoist-variables "7.0.0-alpha.15" - babel-template "7.0.0-alpha.15" - babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-7.0.0-alpha.16.tgz#a96845a9a7c797f221cf2c3d463660cc6052a9e1" @@ -1087,6 +1089,13 @@ babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.16: babel-helper-hoist-variables "7.0.0-alpha.16" babel-template "7.0.0-alpha.16" +babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-7.0.0-alpha.17.tgz#9e3b87a7d5bd6cad1995a82d53b872650591c9fc" + dependencies: + babel-helper-hoist-variables "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-plugin-transform-es2015-modules-systemjs@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23" @@ -1095,13 +1104,6 @@ babel-plugin-transform-es2015-modules-systemjs@^6.24.1: babel-runtime "^6.22.0" babel-template "^6.24.1" -babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-7.0.0-alpha.15.tgz#5a1c6f842194b1ed7767db5b395e45688c300847" - dependencies: - babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.15" - babel-template "7.0.0-alpha.15" - babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-7.0.0-alpha.16.tgz#072044ee72945cec1e65c43f51fb391441f119de" @@ -1109,6 +1111,13 @@ babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.16: babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.16" babel-template "7.0.0-alpha.16" +babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-7.0.0-alpha.17.tgz#1dc8914605e6481219a658baecd4e525b8a5a769" + dependencies: + babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-plugin-transform-es2015-modules-umd@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468" @@ -1117,18 +1126,18 @@ babel-plugin-transform-es2015-modules-umd@^6.24.1: babel-runtime "^6.22.0" babel-template "^6.24.1" -babel-plugin-transform-es2015-object-super@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-7.0.0-alpha.15.tgz#373b99a53b3eec1805a1ed1e99066e97d037c930" - dependencies: - babel-helper-replace-supers "7.0.0-alpha.15" - babel-plugin-transform-es2015-object-super@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-7.0.0-alpha.16.tgz#9a62dda9f5a66b988d73171a15dd51ca0f5fd477" dependencies: babel-helper-replace-supers "7.0.0-alpha.16" +babel-plugin-transform-es2015-object-super@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-7.0.0-alpha.17.tgz#cac0a8d1b9568079a7b96d0a88e28e90af5303cd" + dependencies: + babel-helper-replace-supers "7.0.0-alpha.17" + babel-plugin-transform-es2015-object-super@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d" @@ -1136,16 +1145,6 @@ babel-plugin-transform-es2015-object-super@^6.24.1: babel-helper-replace-supers "^6.24.1" babel-runtime "^6.22.0" -babel-plugin-transform-es2015-parameters@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-7.0.0-alpha.15.tgz#3f2ebbd1d724758158b2dafaa4a89a818b8adaad" - dependencies: - babel-helper-call-delegate "7.0.0-alpha.15" - babel-helper-get-function-arity "7.0.0-alpha.15" - babel-template "7.0.0-alpha.15" - babel-traverse "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-plugin-transform-es2015-parameters@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-7.0.0-alpha.16.tgz#d65268dcaf48be50b633d039769cd21f0d2798bc" @@ -1156,6 +1155,16 @@ babel-plugin-transform-es2015-parameters@7.0.0-alpha.16: babel-traverse "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-plugin-transform-es2015-parameters@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-7.0.0-alpha.17.tgz#44224d79b03d209aea2510a4688aa5818492c3af" + dependencies: + babel-helper-call-delegate "7.0.0-alpha.17" + babel-helper-get-function-arity "7.0.0-alpha.17" + babel-template "7.0.0-alpha.17" + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-plugin-transform-es2015-parameters@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b" @@ -1167,18 +1176,18 @@ babel-plugin-transform-es2015-parameters@^6.24.1: babel-traverse "^6.24.1" babel-types "^6.24.1" -babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.15.tgz#9fc49e85c7bb30dee36a8de9586c6b5bf1439b7a" - dependencies: - babel-types "7.0.0-alpha.15" - babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.16.tgz#901dfeae49864565003d4d4893eae1f3815ffd33" dependencies: babel-types "7.0.0-alpha.16" +babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.17.tgz#6bb748585347d1fa3941ba43b1d137d688fbb8cc" + dependencies: + babel-types "7.0.0-alpha.17" + babel-plugin-transform-es2015-shorthand-properties@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0" @@ -1186,27 +1195,20 @@ babel-plugin-transform-es2015-shorthand-properties@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-plugin-transform-es2015-spread@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.15.tgz#6e7b6e08e3a229753825c6139588bd6fe7cf0443" - babel-plugin-transform-es2015-spread@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.16.tgz#12e801ddfa46af7bbcb746bed59fa043747aa70a" +babel-plugin-transform-es2015-spread@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.17.tgz#483476cffdf660429cbf686d4e772f16ef7f1176" + babel-plugin-transform-es2015-spread@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1" dependencies: babel-runtime "^6.22.0" -babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-7.0.0-alpha.15.tgz#dbfaac2d65d76eef477399797a64afa670e959c6" - dependencies: - babel-helper-regex "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-7.0.0-alpha.16.tgz#8aef5b8d883471551c32101c84084775dc4b83b1" @@ -1214,6 +1216,13 @@ babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.16: babel-helper-regex "7.0.0-alpha.16" babel-types "7.0.0-alpha.16" +babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-7.0.0-alpha.17.tgz#a1beb9700bccafec0ab2218f2d6aa9c9ff828576" + dependencies: + babel-helper-regex "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babel-plugin-transform-es2015-sticky-regex@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc" @@ -1222,41 +1231,34 @@ babel-plugin-transform-es2015-sticky-regex@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-plugin-transform-es2015-template-literals@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.15.tgz#8e98393114bd11ebd87961405cd59bc32f768207" - babel-plugin-transform-es2015-template-literals@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.16.tgz#3028200a48038ee00353a5205fdaaa5e5b719592" +babel-plugin-transform-es2015-template-literals@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.17.tgz#74e2afdada9987f5fe26af787be93bb0aebd0046" + babel-plugin-transform-es2015-template-literals@^6.22.0: version "6.22.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d" dependencies: babel-runtime "^6.22.0" -babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.15.tgz#c698b48424dca9ff7e5bc6b5add8df90a896fe70" - babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.16.tgz#2fe3258cda1b8d7d0d50dc612850ae3ddf6c35fe" +babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.17.tgz#07f83c1c678bfda808e25cf82e7190a84e8c9c09" + babel-plugin-transform-es2015-typeof-symbol@^6.22.0: version "6.23.0" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372" dependencies: babel-runtime "^6.22.0" -babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-7.0.0-alpha.15.tgz#26f0893303fd8065a4009ddd7a60d82fa427877e" - dependencies: - babel-helper-regex "7.0.0-alpha.15" - regexpu-core "^4.0.2" - babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-7.0.0-alpha.16.tgz#b670f8fe77608508c35ce9a86ac0e036fedc3bb0" @@ -1264,6 +1266,13 @@ babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.16: babel-helper-regex "7.0.0-alpha.16" regexpu-core "^4.0.2" +babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-7.0.0-alpha.17.tgz#92905088ce6ac227d2e485cd02253e8f57955565" + dependencies: + babel-helper-regex "7.0.0-alpha.17" + regexpu-core "^4.0.2" + babel-plugin-transform-es2015-unicode-regex@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9" @@ -1272,13 +1281,6 @@ babel-plugin-transform-es2015-unicode-regex@^6.24.1: babel-runtime "^6.22.0" regexpu-core "^2.0.0" -babel-plugin-transform-exponentiation-operator@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-7.0.0-alpha.15.tgz#8c094b1c9393050405f9d7245c7ff98b3f8c10d1" - dependencies: - babel-helper-builder-binary-assignment-operator-visitor "7.0.0-alpha.15" - babel-plugin-syntax-exponentiation-operator "7.0.0-alpha.15" - babel-plugin-transform-exponentiation-operator@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-7.0.0-alpha.16.tgz#dec03cdf702ebffdf6fc8e84f328c930748b56e0" @@ -1286,6 +1288,13 @@ babel-plugin-transform-exponentiation-operator@7.0.0-alpha.16: babel-helper-builder-binary-assignment-operator-visitor "7.0.0-alpha.16" babel-plugin-syntax-exponentiation-operator "7.0.0-alpha.16" +babel-plugin-transform-exponentiation-operator@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-7.0.0-alpha.17.tgz#69bde32e74dc8c3055965256e6dbd3bcd078e324" + dependencies: + babel-helper-builder-binary-assignment-operator-visitor "7.0.0-alpha.17" + babel-plugin-syntax-exponentiation-operator "7.0.0-alpha.17" + babel-plugin-transform-exponentiation-operator@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e" @@ -1301,11 +1310,11 @@ babel-plugin-transform-export-extensions@^6.22.0: babel-plugin-syntax-export-extensions "^6.8.0" babel-runtime "^6.22.0" -babel-plugin-transform-flow-strip-types@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-7.0.0-alpha.16.tgz#220cbdaf17e8c4ca3d36e8d3c90f59fc2cf53183" +babel-plugin-transform-flow-strip-types@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-7.0.0-alpha.17.tgz#ae126b0c5f95374037847789495b36046f862d27" dependencies: - babel-plugin-syntax-flow "7.0.0-alpha.16" + babel-plugin-syntax-flow "7.0.0-alpha.17" babel-plugin-transform-function-bind@^6.22.0: version "6.22.0" @@ -1321,36 +1330,36 @@ babel-plugin-transform-object-rest-spread@^6.22.0: babel-plugin-syntax-object-rest-spread "^6.8.0" babel-runtime "^6.22.0" -babel-plugin-transform-regenerator@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-7.0.0-alpha.15.tgz#fbd410a361f305cc42fe63b272b5bd8f7440c2f2" - dependencies: - regenerator-transform "0.9.11" - babel-plugin-transform-regenerator@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-7.0.0-alpha.16.tgz#892ccde496b9187c8517ca01eb1e86b7636e58ea" dependencies: regenerator-transform "0.9.11" +babel-plugin-transform-regenerator@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-7.0.0-alpha.17.tgz#1b2d61773e1c150cacebde921778a259c5e3d765" + dependencies: + regenerator-transform "0.9.11" + babel-plugin-transform-regenerator@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz#b8da305ad43c3c99b4848e4fe4037b770d23c418" dependencies: regenerator-transform "0.9.11" -babel-plugin-transform-strict-mode@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.15.tgz#90bc45273b1835e9d8817e3da0a5b7f276455c6f" - dependencies: - babel-types "7.0.0-alpha.15" - babel-plugin-transform-strict-mode@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.16.tgz#914cd9137557f3ac99696b9d827fb46fb8fa329d" dependencies: babel-types "7.0.0-alpha.16" +babel-plugin-transform-strict-mode@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.17.tgz#4b0e618c946b0bc0446f2e80d532ac190cf805ec" + dependencies: + babel-types "7.0.0-alpha.17" + babel-plugin-transform-strict-mode@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758" @@ -1358,9 +1367,9 @@ babel-plugin-transform-strict-mode@^6.24.1: babel-runtime "^6.22.0" babel-types "^6.24.1" -babel-polyfill@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-7.0.0-alpha.16.tgz#3cd865f5eb18dd065916fac33aafcf4617ca2956" +babel-polyfill@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-7.0.0-alpha.17.tgz#e14c1287921f008aacf084ac51c47c491c2861de" dependencies: core-js "^2.4.0" regenerator-runtime "^0.10.0" @@ -1373,37 +1382,37 @@ babel-polyfill@latest: core-js "^2.4.0" regenerator-runtime "^0.10.0" -babel-preset-env@2.0.0-alpha.15: - version "2.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-2.0.0-alpha.15.tgz#b6bf76989b26af212815bd976424f557b85497e9" +babel-preset-env@2.0.0-alpha.16: + version "2.0.0-alpha.16" + resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-2.0.0-alpha.16.tgz#52fc8c534af9bd09f3e534fd2a1403925057623f" dependencies: - babel-plugin-check-es2015-constants "7.0.0-alpha.15" - babel-plugin-syntax-trailing-function-commas "7.0.0-alpha.15" - babel-plugin-transform-async-to-generator "7.0.0-alpha.15" - babel-plugin-transform-es2015-arrow-functions "7.0.0-alpha.15" - babel-plugin-transform-es2015-block-scoped-functions "7.0.0-alpha.15" - babel-plugin-transform-es2015-block-scoping "7.0.0-alpha.15" - babel-plugin-transform-es2015-classes "7.0.0-alpha.15" - babel-plugin-transform-es2015-computed-properties "7.0.0-alpha.15" - babel-plugin-transform-es2015-destructuring "7.0.0-alpha.15" - babel-plugin-transform-es2015-duplicate-keys "7.0.0-alpha.15" - babel-plugin-transform-es2015-for-of "7.0.0-alpha.15" - babel-plugin-transform-es2015-function-name "7.0.0-alpha.15" - babel-plugin-transform-es2015-literals "7.0.0-alpha.15" - babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.15" - babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.15" - babel-plugin-transform-es2015-modules-systemjs "7.0.0-alpha.15" - babel-plugin-transform-es2015-modules-umd "7.0.0-alpha.15" - babel-plugin-transform-es2015-object-super "7.0.0-alpha.15" - babel-plugin-transform-es2015-parameters "7.0.0-alpha.15" - babel-plugin-transform-es2015-shorthand-properties "7.0.0-alpha.15" - babel-plugin-transform-es2015-spread "7.0.0-alpha.15" - babel-plugin-transform-es2015-sticky-regex "7.0.0-alpha.15" - babel-plugin-transform-es2015-template-literals "7.0.0-alpha.15" - babel-plugin-transform-es2015-typeof-symbol "7.0.0-alpha.15" - babel-plugin-transform-es2015-unicode-regex "7.0.0-alpha.15" - babel-plugin-transform-exponentiation-operator "7.0.0-alpha.15" - babel-plugin-transform-regenerator "7.0.0-alpha.15" + babel-plugin-check-es2015-constants "7.0.0-alpha.16" + babel-plugin-syntax-trailing-function-commas "7.0.0-alpha.16" + babel-plugin-transform-async-to-generator "7.0.0-alpha.16" + babel-plugin-transform-es2015-arrow-functions "7.0.0-alpha.16" + babel-plugin-transform-es2015-block-scoped-functions "7.0.0-alpha.16" + babel-plugin-transform-es2015-block-scoping "7.0.0-alpha.16" + babel-plugin-transform-es2015-classes "7.0.0-alpha.16" + babel-plugin-transform-es2015-computed-properties "7.0.0-alpha.16" + babel-plugin-transform-es2015-destructuring "7.0.0-alpha.16" + babel-plugin-transform-es2015-duplicate-keys "7.0.0-alpha.16" + babel-plugin-transform-es2015-for-of "7.0.0-alpha.16" + babel-plugin-transform-es2015-function-name "7.0.0-alpha.16" + babel-plugin-transform-es2015-literals "7.0.0-alpha.16" + babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.16" + babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.16" + babel-plugin-transform-es2015-modules-systemjs "7.0.0-alpha.16" + babel-plugin-transform-es2015-modules-umd "7.0.0-alpha.16" + babel-plugin-transform-es2015-object-super "7.0.0-alpha.16" + babel-plugin-transform-es2015-parameters "7.0.0-alpha.16" + babel-plugin-transform-es2015-shorthand-properties "7.0.0-alpha.16" + babel-plugin-transform-es2015-spread "7.0.0-alpha.16" + babel-plugin-transform-es2015-sticky-regex "7.0.0-alpha.16" + babel-plugin-transform-es2015-template-literals "7.0.0-alpha.16" + babel-plugin-transform-es2015-typeof-symbol "7.0.0-alpha.16" + babel-plugin-transform-es2015-unicode-regex "7.0.0-alpha.16" + babel-plugin-transform-exponentiation-operator "7.0.0-alpha.16" + babel-plugin-transform-regenerator "7.0.0-alpha.16" browserslist "^2.1.2" invariant "^2.2.2" semver "^5.3.0" @@ -1485,11 +1494,11 @@ babel-preset-stage-3@^6.24.1: babel-plugin-transform-exponentiation-operator "^6.24.1" babel-plugin-transform-object-rest-spread "^6.22.0" -babel-register@7.0.0-alpha.16: - version "7.0.0-alpha.16" - resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-7.0.0-alpha.16.tgz#20fdabecd8935e691b312007d24d2460cc43006b" +babel-register@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-7.0.0-alpha.17.tgz#bb0cfed4a4de4386f181188694e03ef5c1dcf146" dependencies: - babel-core "7.0.0-alpha.16" + babel-core "7.0.0-alpha.17" core-js "^2.4.0" find-cache-dir "^1.0.0" home-or-tmp "^3.0.0" @@ -1517,15 +1526,6 @@ babel-runtime@^6.18.0, babel-runtime@^6.22.0: core-js "^2.4.0" regenerator-runtime "^0.10.0" -babel-template@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-alpha.15.tgz#08b56562987c9893bbd6646bce4819074ba1cf90" - dependencies: - babel-traverse "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babylon "7.0.0-beta.13" - lodash "^4.2.0" - babel-template@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-alpha.16.tgz#f8bec2b5074e150c47b415d13db231b15e45598d" @@ -1535,6 +1535,15 @@ babel-template@7.0.0-alpha.16: babylon "7.0.0-beta.17" lodash "^4.2.0" +babel-template@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-alpha.17.tgz#085597c0021644c72fa74460a8f76a85e76da943" + dependencies: + babel-traverse "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babylon "7.0.0-beta.18" + lodash "^4.2.0" + babel-template@^6.16.0, babel-template@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.24.1.tgz#04ae514f1f93b3a2537f2a0f60a5a45fb8308333" @@ -1545,20 +1554,6 @@ babel-template@^6.16.0, babel-template@^6.24.1: babylon "^6.11.0" lodash "^4.2.0" -babel-traverse@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-alpha.15.tgz#d7af52cb8ee6e0867b778da17166e6f01498b11a" - dependencies: - babel-code-frame "7.0.0-alpha.15" - babel-helper-function-name "7.0.0-alpha.15" - babel-messages "7.0.0-alpha.15" - babel-types "7.0.0-alpha.15" - babylon "7.0.0-beta.15" - debug "^2.2.0" - globals "^9.0.0" - invariant "^2.2.0" - lodash "^4.2.0" - babel-traverse@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-alpha.16.tgz#65f077c16fbb9fdab8ab8c1728120e868cc45759" @@ -1573,6 +1568,20 @@ babel-traverse@7.0.0-alpha.16: invariant "^2.2.0" lodash "^4.2.0" +babel-traverse@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-alpha.17.tgz#c8a33788274bc4138c529ec9c29f0bacb573f42c" + dependencies: + babel-code-frame "7.0.0-alpha.17" + babel-helper-function-name "7.0.0-alpha.17" + babel-messages "7.0.0-alpha.17" + babel-types "7.0.0-alpha.17" + babylon "7.0.0-beta.18" + debug "^2.2.0" + globals "^10.0.0" + invariant "^2.2.0" + lodash "^4.2.0" + babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-traverse@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.24.1.tgz#ab36673fd356f9a0948659e7b338d5feadb31695" @@ -1587,14 +1596,6 @@ babel-traverse@^6.18.0, babel-traverse@^6.23.1, babel-traverse@^6.24.1: invariant "^2.2.0" lodash "^4.2.0" -babel-types@7.0.0-alpha.15: - version "7.0.0-alpha.15" - resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-alpha.15.tgz#e4021e6a432e906678dfc6cc89805ba3234f9f48" - dependencies: - esutils "^2.0.2" - lodash "^4.2.0" - to-fast-properties "^1.0.1" - babel-types@7.0.0-alpha.16: version "7.0.0-alpha.16" resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-alpha.16.tgz#3529f22c3e2f7b7c292f6b61f660008e771ae39b" @@ -1603,6 +1604,14 @@ babel-types@7.0.0-alpha.16: lodash "^4.2.0" to-fast-properties "^2.0.0" +babel-types@7.0.0-alpha.17: + version "7.0.0-alpha.17" + resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-alpha.17.tgz#bc74e19423b015a5ce88727440fc6ae863463dc0" + dependencies: + esutils "^2.0.2" + lodash "^4.2.0" + to-fast-properties "^2.0.0" + babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24.1: version "6.24.1" resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.24.1.tgz#a136879dc15b3606bda0d90c1fc74304c2ff0975" @@ -1612,18 +1621,14 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.23.0, babel-types@^6.24 lodash "^4.2.0" to-fast-properties "^1.0.1" -babylon@7.0.0-beta.13: - version "7.0.0-beta.13" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.13.tgz#12425c1bfd9498be419021ed36b43fe4f0289c0a" - -babylon@7.0.0-beta.15: - version "7.0.0-beta.15" - resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.15.tgz#410348bcd21af470a55abea9698c9c651d87f1c6" - babylon@7.0.0-beta.17: version "7.0.0-beta.17" resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.17.tgz#2aad4d6764f409dfb3ac216d855dc93d70d37911" +babylon@7.0.0-beta.18: + version "7.0.0-beta.18" + resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.18.tgz#5c23ee3fdb66358aabf3789779319c5b78a233c7" + babylon@^6.11.0, babylon@^6.15.0, babylon@^6.17.0: version "6.17.0" resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.0.tgz#37da948878488b9c4e3c4038893fa3314b3fc932"