pin to alpha.9

This commit is contained in:
Henry Zhu 2017-05-26 12:27:28 -04:00
parent 9709c8d932
commit 6eeb0317b9
2 changed files with 342 additions and 350 deletions

View File

@ -22,14 +22,14 @@
},
"devDependencies": {
"ava": "^0.19.0",
"babel-cli": "^7.0.0-alpha.6",
"babel-cli": "7.0.0-alpha.9",
"babel-eslint": "^7.0.0",
"babel-helper-fixtures": "^7.0.0-alpha.3",
"babel-plugin-external-helpers": "^7.0.0-alpha.3",
"babel-helper-fixtures": "7.0.0-alpha.9",
"babel-plugin-external-helpers": "7.0.0-alpha.9",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-flow-strip-types": "^7.0.0-alpha.3",
"babel-preset-es2015": "^7.0.0-alpha.3",
"babel-preset-stage-0": "^7.0.0-alpha.3",
"babel-plugin-transform-flow-strip-types": "7.0.0-alpha.9",
"babel-preset-es2015": "7.0.0-alpha.9",
"babel-preset-stage-0": "7.0.0-alpha.9",
"chalk": "^1.1.3",
"cross-env": "^5.0.0",
"eslint": "^3.7.1",

680
yarn.lock
View File

@ -309,13 +309,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.6:
version "7.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-7.0.0-alpha.6.tgz#80c2888379dc91bbb8171512bfa58ebe96819b4d"
babel-cli@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-7.0.0-alpha.9.tgz#4d32556e5b97b71b5dd273ee672f2e5d9f862ef5"
dependencies:
babel-core "7.0.0-alpha.6"
babel-polyfill "7.0.0-alpha.3"
babel-register "7.0.0-alpha.6"
babel-core "7.0.0-alpha.9"
babel-polyfill "7.0.0-alpha.9"
babel-register "7.0.0-alpha.9"
commander "^2.8.1"
convert-source-map "^1.1.0"
fs-readdir-recursive "^1.0.0"
@ -328,9 +328,9 @@ babel-cli@^7.0.0-alpha.6:
optionalDependencies:
chokidar "^1.6.1"
babel-code-frame@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-alpha.3.tgz#9ff265eaaac94b58dfc7ca4a4eecf389d5f4d344"
babel-code-frame@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-alpha.9.tgz#b861deec3e9f744a30405137d4ad0216ccef0cba"
dependencies:
chalk "^1.1.0"
esutils "^2.0.2"
@ -368,18 +368,18 @@ babel-core@6, babel-core@^6.17.0, babel-core@^6.24.0:
slash "^1.0.0"
source-map "^0.5.0"
babel-core@7.0.0-alpha.6:
version "7.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-alpha.6.tgz#a4c59f5cd5ef0374365a37937e5c585510eed718"
babel-core@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-alpha.9.tgz#1868005f160dbcd2325e6b3472f3f9ea010a9313"
dependencies:
babel-code-frame "7.0.0-alpha.3"
babel-generator "7.0.0-alpha.3"
babel-helpers "7.0.0-alpha.3"
babel-messages "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-traverse "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babylon "7.0.0-beta.7"
babel-code-frame "7.0.0-alpha.9"
babel-generator "7.0.0-alpha.9"
babel-helpers "7.0.0-alpha.9"
babel-messages "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-traverse "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babylon "7.0.0-beta.8"
convert-source-map "^1.1.0"
debug "^2.1.1"
json5 "^0.5.0"
@ -399,12 +399,12 @@ babel-eslint@^7.0.0:
babel-types "^6.23.0"
babylon "^6.16.1"
babel-generator@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-7.0.0-alpha.3.tgz#92af29b9e75fbe6888ef0d28b39e34f9ec83a06c"
babel-generator@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-7.0.0-alpha.9.tgz#4b4f41963e70beda87d94a3d358a6caf86172692"
dependencies:
babel-messages "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-messages "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
detect-indent "^4.0.0"
jsesc "^1.3.0"
lodash "^4.2.0"
@ -432,13 +432,13 @@ babel-helper-builder-binary-assignment-operator-visitor@^6.22.0:
babel-runtime "^6.22.0"
babel-types "^6.22.0"
babel-helper-call-delegate@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-7.0.0-alpha.3.tgz#23c12acd22ade7ed05b27a51ad2c7d1016929dbf"
babel-helper-call-delegate@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-7.0.0-alpha.9.tgz#be5eb3e7cd170a95a1bc5c87f1382c1912d62e67"
dependencies:
babel-helper-hoist-variables "7.0.0-alpha.3"
babel-traverse "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-helper-hoist-variables "7.0.0-alpha.9"
babel-traverse "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babel-helper-call-delegate@^6.22.0:
version "6.22.0"
@ -449,12 +449,12 @@ babel-helper-call-delegate@^6.22.0:
babel-traverse "^6.22.0"
babel-types "^6.22.0"
babel-helper-define-map@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-7.0.0-alpha.3.tgz#1d67803d202440e70ed10ddff74600e143be50fa"
babel-helper-define-map@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-7.0.0-alpha.9.tgz#b8ffc122cdc415222c8b575bc9b39b0578e506e1"
dependencies:
babel-helper-function-name "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-helper-function-name "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
lodash "^4.2.0"
babel-helper-define-map@^6.23.0:
@ -474,21 +474,21 @@ babel-helper-explode-assignable-expression@^6.22.0:
babel-traverse "^6.22.0"
babel-types "^6.22.0"
babel-helper-fixtures@^7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-fixtures/-/babel-helper-fixtures-7.0.0-alpha.3.tgz#7095057fe51432cc0300c7de0f84cba9e8057ecc"
babel-helper-fixtures@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-fixtures/-/babel-helper-fixtures-7.0.0-alpha.9.tgz#f329546232f5045c575930ca5b1686dea317c9c6"
dependencies:
lodash "^4.2.0"
try-resolve "^1.0.0"
babel-helper-function-name@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-alpha.3.tgz#c20acaadfff6632b7c7efccab31d60d5e8e59814"
babel-helper-function-name@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-alpha.9.tgz#03d62dd9e68385085668367fce861a8a5b30a886"
dependencies:
babel-helper-get-function-arity "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-traverse "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-helper-get-function-arity "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-traverse "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babel-helper-function-name@^6.22.0, babel-helper-function-name@^6.23.0:
version "6.23.0"
@ -500,11 +500,11 @@ babel-helper-function-name@^6.22.0, babel-helper-function-name@^6.23.0:
babel-traverse "^6.23.0"
babel-types "^6.23.0"
babel-helper-get-function-arity@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-alpha.3.tgz#e2c2db48d65300da135cabd91d8e9629b07ca5e8"
babel-helper-get-function-arity@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-alpha.9.tgz#6c55e28e30d111074ab5a5f5881a7569d6f1dcbc"
dependencies:
babel-types "7.0.0-alpha.3"
babel-types "7.0.0-alpha.9"
babel-helper-get-function-arity@^6.22.0:
version "6.22.0"
@ -513,11 +513,11 @@ babel-helper-get-function-arity@^6.22.0:
babel-runtime "^6.22.0"
babel-types "^6.22.0"
babel-helper-hoist-variables@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-7.0.0-alpha.3.tgz#6bd71cdea55d848877acf14c3751b8598c0fd198"
babel-helper-hoist-variables@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-7.0.0-alpha.9.tgz#51b5dc0a0ca04eff44e0c2eb418d1223d5d80897"
dependencies:
babel-types "7.0.0-alpha.3"
babel-types "7.0.0-alpha.9"
babel-helper-hoist-variables@^6.22.0:
version "6.22.0"
@ -526,11 +526,11 @@ babel-helper-hoist-variables@^6.22.0:
babel-runtime "^6.22.0"
babel-types "^6.22.0"
babel-helper-optimise-call-expression@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-7.0.0-alpha.3.tgz#a3c5ba4a5e59c651c74f9e17351ff8d4093f13b2"
babel-helper-optimise-call-expression@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-7.0.0-alpha.9.tgz#a57ddbe40c17ede3d24ebb4375164dd657ff7a58"
dependencies:
babel-types "7.0.0-alpha.3"
babel-types "7.0.0-alpha.9"
babel-helper-optimise-call-expression@^6.23.0:
version "6.23.0"
@ -539,11 +539,11 @@ babel-helper-optimise-call-expression@^6.23.0:
babel-runtime "^6.22.0"
babel-types "^6.23.0"
babel-helper-regex@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-7.0.0-alpha.3.tgz#c74440fc1418b6e92290c4880e15e3738f31a366"
babel-helper-regex@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-7.0.0-alpha.9.tgz#bea1160d204b4f3e6547992234b2a23002dbe0fb"
dependencies:
babel-types "7.0.0-alpha.3"
babel-types "7.0.0-alpha.9"
lodash "^4.2.0"
babel-helper-regex@^6.18.0, babel-helper-regex@^6.22.0:
@ -554,14 +554,14 @@ babel-helper-regex@^6.18.0, babel-helper-regex@^6.22.0:
babel-types "^6.22.0"
lodash "^4.2.0"
babel-helper-remap-async-to-generator@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-7.0.0-alpha.3.tgz#9b137a1222a186f1cfb6fa292af5d302085e1aa7"
babel-helper-remap-async-to-generator@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-7.0.0-alpha.9.tgz#22fce32bd1d66c206d766a74ca948149836d04ff"
dependencies:
babel-helper-function-name "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-traverse "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-helper-function-name "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-traverse "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babel-helper-remap-async-to-generator@^6.22.0:
version "6.22.0"
@ -573,15 +573,15 @@ babel-helper-remap-async-to-generator@^6.22.0:
babel-traverse "^6.22.0"
babel-types "^6.22.0"
babel-helper-replace-supers@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-7.0.0-alpha.3.tgz#04c701909509867fa84bceeb2b0e51b34cf2d657"
babel-helper-replace-supers@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-7.0.0-alpha.9.tgz#501fba74d5bb2c169f52b1146bcb7005a0f8a86f"
dependencies:
babel-helper-optimise-call-expression "7.0.0-alpha.3"
babel-messages "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-traverse "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-helper-optimise-call-expression "7.0.0-alpha.9"
babel-messages "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-traverse "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babel-helper-replace-supers@^6.23.0:
version "6.23.0"
@ -594,11 +594,11 @@ babel-helper-replace-supers@^6.23.0:
babel-traverse "^6.23.0"
babel-types "^6.23.0"
babel-helpers@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-7.0.0-alpha.3.tgz#e9a5362d84bfa6730dca16f762e185a077afc45e"
babel-helpers@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-7.0.0-alpha.9.tgz#653f391654e0c18556e78d39fe58fd7f9e730f27"
dependencies:
babel-template "7.0.0-alpha.3"
babel-template "7.0.0-alpha.9"
babel-helpers@^6.23.0:
version "6.23.0"
@ -607,9 +607,9 @@ babel-helpers@^6.23.0:
babel-runtime "^6.22.0"
babel-template "^6.23.0"
babel-messages@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.3.tgz#c8390a468478b8384da134612e12a6bc31a684e9"
babel-messages@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.9.tgz#472b5e7158c4b3fded5eec0fb76f0ad930cb4ea8"
babel-messages@^6.23.0:
version "6.23.0"
@ -617,9 +617,9 @@ babel-messages@^6.23.0:
dependencies:
babel-runtime "^6.22.0"
babel-plugin-check-es2015-constants@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.3.tgz#bc83e61842bf8769515e7f69cb43cf7f2546aaba"
babel-plugin-check-es2015-constants@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.9.tgz#66acf31594b95fb01b585af58c2f342cdc2c5b8d"
babel-plugin-check-es2015-constants@^6.8.0:
version "6.22.0"
@ -639,9 +639,9 @@ babel-plugin-espower@^2.3.2:
espurify "^1.6.0"
estraverse "^4.1.1"
babel-plugin-external-helpers@^7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-external-helpers/-/babel-plugin-external-helpers-7.0.0-alpha.3.tgz#0fd8b75ae487025f1ad61616aaeb3850d1c9ad63"
babel-plugin-external-helpers@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-external-helpers/-/babel-plugin-external-helpers-7.0.0-alpha.9.tgz#43040aa36e66dfae660ffb003ca17a290c18b4a2"
babel-plugin-istanbul@^4.0.0:
version "4.1.1"
@ -655,56 +655,56 @@ 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"
babel-plugin-syntax-async-generators@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-7.0.0-alpha.3.tgz#2b248b8d1d12c26728571f004b0b633f8c192a7f"
babel-plugin-syntax-async-generators@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-7.0.0-alpha.9.tgz#2e19abfde0da639e6bfae5872ef66e4e1a8a9375"
babel-plugin-syntax-class-properties@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-7.0.0-alpha.3.tgz#d1324dc38545f8365f51bd174bdc03fc1a1f6d8e"
babel-plugin-syntax-class-properties@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-7.0.0-alpha.9.tgz#a79f336c5aa729fac70b20790157ebc81bb41c13"
babel-plugin-syntax-decorators@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-7.0.0-alpha.3.tgz#b7a3c443df608966599e771b4a94a31a7cda3d4f"
babel-plugin-syntax-decorators@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-7.0.0-alpha.9.tgz#5b2b6d7c549f5dd10c9c44cdb85a1b8ff62089e6"
babel-plugin-syntax-do-expressions@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-7.0.0-alpha.3.tgz#f012a7640b3581a2e3fd4b0ccb95598248355237"
babel-plugin-syntax-do-expressions@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-7.0.0-alpha.9.tgz#82974b4e3052e826b883b69b89ab2ec06528d0e8"
babel-plugin-syntax-dynamic-import@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-7.0.0-alpha.3.tgz#c181227705398ea333071ca7ff59196d8ba6d953"
babel-plugin-syntax-dynamic-import@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-7.0.0-alpha.9.tgz#84cc7ad10524082a59fe6c5dd1714fb5d8fac226"
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"
babel-plugin-syntax-export-extensions@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-7.0.0-alpha.3.tgz#cf0caca528af0508ee34eb5d3cd9309bbe025f61"
babel-plugin-syntax-export-extensions@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-7.0.0-alpha.9.tgz#563924d129942d6209989bba2ee57ee1f602d62e"
babel-plugin-syntax-flow@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-7.0.0-alpha.3.tgz#9776060b86674a5375a53eaabbd305ca4f5ab2fa"
babel-plugin-syntax-flow@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-7.0.0-alpha.9.tgz#63937567c4179bf23fa6b1c954ba6ab2090e8ba1"
babel-plugin-syntax-function-bind@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-7.0.0-alpha.3.tgz#7ed78e62b87b2f38d2cf02d90e9c8b5d77309f57"
babel-plugin-syntax-function-bind@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-7.0.0-alpha.9.tgz#e5cd183b0950ccbac310a3d85286a09bc3840054"
babel-plugin-syntax-object-rest-spread@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-7.0.0-alpha.3.tgz#52dd2698be335f1c0297d5d34ac526537ef63576"
babel-plugin-syntax-object-rest-spread@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-7.0.0-alpha.9.tgz#4b9c6d325dede89e9f7374e1381833528d5d31d7"
babel-plugin-syntax-trailing-function-commas@^6.20.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"
babel-plugin-transform-async-generator-functions@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-7.0.0-alpha.3.tgz#ba61d374ca649e9cf48f5ddb70c893d87d3af31e"
babel-plugin-transform-async-generator-functions@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-7.0.0-alpha.9.tgz#24bc94904b70adf4174ef3b85a0f222fcb11f937"
dependencies:
babel-helper-remap-async-to-generator "7.0.0-alpha.3"
babel-plugin-syntax-async-generators "7.0.0-alpha.3"
babel-helper-remap-async-to-generator "7.0.0-alpha.9"
babel-plugin-syntax-async-generators "7.0.0-alpha.9"
babel-plugin-transform-async-to-generator@^6.16.0:
version "6.22.0"
@ -714,57 +714,56 @@ babel-plugin-transform-async-to-generator@^6.16.0:
babel-plugin-syntax-async-functions "^6.8.0"
babel-runtime "^6.22.0"
babel-plugin-transform-class-properties@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-7.0.0-alpha.3.tgz#74b48911411c2e000a74c0c8a08bb8e36afb17df"
babel-plugin-transform-class-properties@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-7.0.0-alpha.9.tgz#2beb155476d7db0c26c4d548d3fe53ce8af1dcb5"
dependencies:
babel-helper-function-name "7.0.0-alpha.3"
babel-plugin-syntax-class-properties "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-helper-function-name "7.0.0-alpha.9"
babel-plugin-syntax-class-properties "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-plugin-transform-decorators@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-7.0.0-alpha.3.tgz#a0d3586d399d59d8b43d14c8f5b87efe9f5d0ae2"
babel-plugin-transform-decorators@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-7.0.0-alpha.9.tgz#848a3d6cc58360fbf3bb27fe6ce56438b4b7fb2b"
dependencies:
babel-plugin-syntax-decorators "7.0.0-alpha.3"
babel-runtime "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-plugin-syntax-decorators "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-plugin-transform-do-expressions@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-7.0.0-alpha.3.tgz#9a0442f5f8a6314d3c6e5f086ff6cade2fb3a382"
babel-plugin-transform-do-expressions@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-7.0.0-alpha.9.tgz#0127887eecfa32a617ea6b771f194f8d8eb37653"
dependencies:
babel-plugin-syntax-do-expressions "7.0.0-alpha.3"
babel-plugin-syntax-do-expressions "7.0.0-alpha.9"
babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.3.tgz#1c07e322a1d6d58173f69e0a48f7b7e89a1d64ef"
babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.9.tgz#1679372c8485a5af41d8ae18eee8e2f73df4f463"
babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.3.tgz#fa5f3f3715e05ec3a1ef2c1ec8bb1f1fe3a4ce0a"
babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.9.tgz#0fc73e54fe3e937dfa6a9f98374622fe88d8e613"
babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-7.0.0-alpha.3.tgz#8c939676d0be68ef55500455b785ed1b4c0160bd"
babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-7.0.0-alpha.9.tgz#a33aa7b5d977e8aa62f1643decaa9ebf6480dafd"
dependencies:
babel-template "7.0.0-alpha.3"
babel-traverse "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-template "7.0.0-alpha.9"
babel-traverse "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
lodash "^4.2.0"
babel-plugin-transform-es2015-classes@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-7.0.0-alpha.3.tgz#98e6fc79f1d3ac9ed2c51ee7c3f14d8c38ffe2c6"
babel-plugin-transform-es2015-classes@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-7.0.0-alpha.9.tgz#869dba3c94934ebbb44159536d48c7fe7eb3c48e"
dependencies:
babel-helper-define-map "7.0.0-alpha.3"
babel-helper-function-name "7.0.0-alpha.3"
babel-helper-optimise-call-expression "7.0.0-alpha.3"
babel-helper-replace-supers "7.0.0-alpha.3"
babel-messages "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-traverse "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-helper-define-map "7.0.0-alpha.9"
babel-helper-function-name "7.0.0-alpha.9"
babel-helper-optimise-call-expression "7.0.0-alpha.9"
babel-helper-replace-supers "7.0.0-alpha.9"
babel-messages "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-traverse "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babel-plugin-transform-es2015-classes@^6.9.0:
version "6.23.0"
@ -780,15 +779,15 @@ babel-plugin-transform-es2015-classes@^6.9.0:
babel-traverse "^6.23.0"
babel-types "^6.23.0"
babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.3.tgz#9577e8d3a45e63da5c5ddf14163fb2ef67bb26c8"
babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.9.tgz#fadd49ec2945dbb1c6a6871cbcf1ed68228ad961"
dependencies:
babel-template "7.0.0-alpha.3"
babel-template "7.0.0-alpha.9"
babel-plugin-transform-es2015-destructuring@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.3.tgz#509333f153ba1b58fa1a4b48286cbdce11b028a0"
babel-plugin-transform-es2015-destructuring@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.9.tgz#ef66f4e6eed8ea3f5d26f8a2464d3815f6250236"
babel-plugin-transform-es2015-destructuring@^6.19.0:
version "6.23.0"
@ -796,22 +795,22 @@ babel-plugin-transform-es2015-destructuring@^6.19.0:
dependencies:
babel-runtime "^6.22.0"
babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.3.tgz#1a4add3548ffd64f209be62695409d3d616b0d64"
babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.9.tgz#5889b47777098aae1268217479b8800f1c469a3d"
dependencies:
babel-types "7.0.0-alpha.3"
babel-types "7.0.0-alpha.9"
babel-plugin-transform-es2015-for-of@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.3.tgz#6a959e8995a21ae796deaa2db7d74b7009a9dd79"
babel-plugin-transform-es2015-for-of@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.9.tgz#b5975301de392944b613cf56466e5719a9de2779"
babel-plugin-transform-es2015-function-name@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-7.0.0-alpha.3.tgz#39d08ce84f45d7652f20a2123b556a9de24459c2"
babel-plugin-transform-es2015-function-name@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-7.0.0-alpha.9.tgz#337ae95ceb4201a989a98eec62d1d7c88840bf1c"
dependencies:
babel-helper-function-name "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-helper-function-name "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babel-plugin-transform-es2015-function-name@^6.9.0:
version "6.22.0"
@ -821,24 +820,24 @@ babel-plugin-transform-es2015-function-name@^6.9.0:
babel-runtime "^6.22.0"
babel-types "^6.22.0"
babel-plugin-transform-es2015-literals@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.3.tgz#748048faebe88da55cad28e9c1d50c83e1eb0de7"
babel-plugin-transform-es2015-literals@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.9.tgz#113081b0f38e4080e1cbb4e59fe65521b7622c9a"
babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-7.0.0-alpha.3.tgz#960aa59d67e76948beea0cd2a5bb6771cea36c7f"
babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-7.0.0-alpha.9.tgz#427375507363280ebffdd32da42c3044ddd067a9"
dependencies:
babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-7.0.0-alpha.3.tgz#9d5b06621da4f6f665345d4ecc86084f74f608ce"
babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-7.0.0-alpha.9.tgz#590b1461aadbe0247498f93185f54e1ac4914a0a"
dependencies:
babel-plugin-transform-strict-mode "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-plugin-transform-strict-mode "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babel-plugin-transform-es2015-modules-commonjs@^6.18.0:
version "6.24.0"
@ -849,35 +848,35 @@ babel-plugin-transform-es2015-modules-commonjs@^6.18.0:
babel-template "^6.23.0"
babel-types "^6.23.0"
babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-7.0.0-alpha.3.tgz#b725ff684cf660001700fb9377b58940a6977b91"
babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-7.0.0-alpha.9.tgz#bec788c8064fd846034da6997540f99bda422acf"
dependencies:
babel-helper-hoist-variables "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-helper-hoist-variables "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-7.0.0-alpha.3.tgz#ec37fa367540262900b0b14cda7f2006bb1e1430"
babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-7.0.0-alpha.9.tgz#27398241f7c8965f39451ebb9daac0d5ff58e53a"
dependencies:
babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-plugin-transform-es2015-object-super@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-7.0.0-alpha.3.tgz#b27368c505aa951656cc96749b485401da620429"
babel-plugin-transform-es2015-object-super@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-7.0.0-alpha.9.tgz#21fd8d96977753af28ad2c29f04e247e6976d214"
dependencies:
babel-helper-replace-supers "7.0.0-alpha.3"
babel-helper-replace-supers "7.0.0-alpha.9"
babel-plugin-transform-es2015-parameters@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-7.0.0-alpha.3.tgz#909e780d1e5bf9d972f80f389de95d45c36d40e6"
babel-plugin-transform-es2015-parameters@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-7.0.0-alpha.9.tgz#a93197ac19a1230ecf483895f22af6c864f4420e"
dependencies:
babel-helper-call-delegate "7.0.0-alpha.3"
babel-helper-get-function-arity "7.0.0-alpha.3"
babel-template "7.0.0-alpha.3"
babel-traverse "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-helper-call-delegate "7.0.0-alpha.9"
babel-helper-get-function-arity "7.0.0-alpha.9"
babel-template "7.0.0-alpha.9"
babel-traverse "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babel-plugin-transform-es2015-parameters@^6.21.0:
version "6.23.0"
@ -890,15 +889,15 @@ babel-plugin-transform-es2015-parameters@^6.21.0:
babel-traverse "^6.23.0"
babel-types "^6.23.0"
babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.3.tgz#6c704d77495994c91f17f2e8e39d89fa6f3d978c"
babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.9.tgz#527adce1276fdd266539c73e2fb014abf244684d"
dependencies:
babel-types "7.0.0-alpha.3"
babel-types "7.0.0-alpha.9"
babel-plugin-transform-es2015-spread@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.3.tgz#2d4b831e6b0e7c73e8201c38a824fe88d6168567"
babel-plugin-transform-es2015-spread@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.9.tgz#f82d6783784fa16c7d9e257133b222cee369a76f"
babel-plugin-transform-es2015-spread@^6.8.0:
version "6.22.0"
@ -906,12 +905,12 @@ babel-plugin-transform-es2015-spread@^6.8.0:
dependencies:
babel-runtime "^6.22.0"
babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-7.0.0-alpha.3.tgz#abc021c8ad9a9ced19c27b0d94d1817abf2a8a2b"
babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-7.0.0-alpha.9.tgz#af8d52db9096e49de15a1fc1009ae8427a55c72e"
dependencies:
babel-helper-regex "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babel-helper-regex "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babel-plugin-transform-es2015-sticky-regex@^6.8.0:
version "6.22.0"
@ -921,19 +920,19 @@ babel-plugin-transform-es2015-sticky-regex@^6.8.0:
babel-runtime "^6.22.0"
babel-types "^6.22.0"
babel-plugin-transform-es2015-template-literals@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.3.tgz#ccad4e75903dc5ee1989a5108b83740c80b3629a"
babel-plugin-transform-es2015-template-literals@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.9.tgz#7ad77b7efd9a00fdd8334ef557ffd59bd4f19233"
babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.3.tgz#6592d301f2c40e5e943e5a3e26e56adc6db736ac"
babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.9.tgz#436e1139b288fab3cbd6c406f87f9a424d3e1c4a"
babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-7.0.0-alpha.3.tgz#0c8acf70e05dcfceaf9c3bfa10f123a645c44bac"
babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-7.0.0-alpha.9.tgz#109bdf7c2ff930548cd5e00d9acc9a119dce4524"
dependencies:
babel-helper-regex "7.0.0-alpha.3"
babel-helper-regex "7.0.0-alpha.9"
regexpu-core "^4.0.2"
babel-plugin-transform-es2015-unicode-regex@^6.11.0:
@ -952,41 +951,41 @@ babel-plugin-transform-exponentiation-operator@^6.8.0:
babel-plugin-syntax-exponentiation-operator "^6.8.0"
babel-runtime "^6.22.0"
babel-plugin-transform-export-extensions@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-7.0.0-alpha.3.tgz#c5b9e386db077eb6f63f0d6cabeccbc399245d6d"
babel-plugin-transform-export-extensions@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-7.0.0-alpha.9.tgz#aa18c659c446cfeb73f57a188fdd52b0b2b1c663"
dependencies:
babel-plugin-syntax-export-extensions "7.0.0-alpha.3"
babel-plugin-syntax-export-extensions "7.0.0-alpha.9"
babel-plugin-transform-flow-strip-types@^7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-7.0.0-alpha.3.tgz#35681202b913f5b1a73d29a3f555dffff8ecad64"
babel-plugin-transform-flow-strip-types@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-7.0.0-alpha.9.tgz#2902fbbaa9b17216eea35349b6e38557a100965b"
dependencies:
babel-plugin-syntax-flow "7.0.0-alpha.3"
babel-plugin-syntax-flow "7.0.0-alpha.9"
babel-plugin-transform-function-bind@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-7.0.0-alpha.3.tgz#1f10da630b4aeb2dc88ed368cd13cd54c70e7cec"
babel-plugin-transform-function-bind@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-7.0.0-alpha.9.tgz#e8c55c154d6c2992251ddff82ff2c03189e2d78a"
dependencies:
babel-plugin-syntax-function-bind "7.0.0-alpha.3"
babel-plugin-syntax-function-bind "7.0.0-alpha.9"
babel-plugin-transform-object-rest-spread@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-7.0.0-alpha.3.tgz#111a7e158ee02adf212933d9ad829f3d63eff207"
babel-plugin-transform-object-rest-spread@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-7.0.0-alpha.9.tgz#3a87b7cd92e3e33e42135777ab6148ee2b035cd7"
dependencies:
babel-plugin-syntax-object-rest-spread "7.0.0-alpha.3"
babel-plugin-syntax-object-rest-spread "7.0.0-alpha.9"
babel-plugin-transform-regenerator@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-7.0.0-alpha.3.tgz#5d76d87e8e1a0b73bf77aaefd704cdb535182a4e"
babel-plugin-transform-regenerator@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-7.0.0-alpha.9.tgz#8f4acdda69c176461e9a5b0e61952f1430a944ae"
dependencies:
regenerator-transform "0.9.11"
babel-plugin-transform-strict-mode@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.3.tgz#308068db94074f368eac190a854ebaf43118e03f"
babel-plugin-transform-strict-mode@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.9.tgz#ae40edc8cf49ba2a7a57b12517970e4c1fedc471"
dependencies:
babel-types "7.0.0-alpha.3"
babel-types "7.0.0-alpha.9"
babel-plugin-transform-strict-mode@^6.22.0:
version "6.22.0"
@ -1003,79 +1002,79 @@ babel-plugin-transform-unicode-property-regex@^2.0.0:
babel-runtime "^6.23.0"
regexpu-core "^4.0.4"
babel-polyfill@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-7.0.0-alpha.3.tgz#2f0f39b7a537fcdb03f506add010a71013a07bd3"
babel-polyfill@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-7.0.0-alpha.9.tgz#d565d2695bfed7ab07c812093e1f3222107e8fb8"
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.10.0"
babel-preset-es2015@^7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-7.0.0-alpha.3.tgz#16534cf8dbc86369dbf5d6bb08c9d43101b81628"
babel-preset-es2015@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-7.0.0-alpha.9.tgz#e0de59ce2f4e0caa18c322ca50261fc15a31a98b"
dependencies:
babel-plugin-check-es2015-constants "7.0.0-alpha.3"
babel-plugin-transform-es2015-arrow-functions "7.0.0-alpha.3"
babel-plugin-transform-es2015-block-scoped-functions "7.0.0-alpha.3"
babel-plugin-transform-es2015-block-scoping "7.0.0-alpha.3"
babel-plugin-transform-es2015-classes "7.0.0-alpha.3"
babel-plugin-transform-es2015-computed-properties "7.0.0-alpha.3"
babel-plugin-transform-es2015-destructuring "7.0.0-alpha.3"
babel-plugin-transform-es2015-duplicate-keys "7.0.0-alpha.3"
babel-plugin-transform-es2015-for-of "7.0.0-alpha.3"
babel-plugin-transform-es2015-function-name "7.0.0-alpha.3"
babel-plugin-transform-es2015-literals "7.0.0-alpha.3"
babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.3"
babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.3"
babel-plugin-transform-es2015-modules-systemjs "7.0.0-alpha.3"
babel-plugin-transform-es2015-modules-umd "7.0.0-alpha.3"
babel-plugin-transform-es2015-object-super "7.0.0-alpha.3"
babel-plugin-transform-es2015-parameters "7.0.0-alpha.3"
babel-plugin-transform-es2015-shorthand-properties "7.0.0-alpha.3"
babel-plugin-transform-es2015-spread "7.0.0-alpha.3"
babel-plugin-transform-es2015-sticky-regex "7.0.0-alpha.3"
babel-plugin-transform-es2015-template-literals "7.0.0-alpha.3"
babel-plugin-transform-es2015-typeof-symbol "7.0.0-alpha.3"
babel-plugin-transform-es2015-unicode-regex "7.0.0-alpha.3"
babel-plugin-transform-regenerator "7.0.0-alpha.3"
babel-plugin-check-es2015-constants "7.0.0-alpha.9"
babel-plugin-transform-es2015-arrow-functions "7.0.0-alpha.9"
babel-plugin-transform-es2015-block-scoped-functions "7.0.0-alpha.9"
babel-plugin-transform-es2015-block-scoping "7.0.0-alpha.9"
babel-plugin-transform-es2015-classes "7.0.0-alpha.9"
babel-plugin-transform-es2015-computed-properties "7.0.0-alpha.9"
babel-plugin-transform-es2015-destructuring "7.0.0-alpha.9"
babel-plugin-transform-es2015-duplicate-keys "7.0.0-alpha.9"
babel-plugin-transform-es2015-for-of "7.0.0-alpha.9"
babel-plugin-transform-es2015-function-name "7.0.0-alpha.9"
babel-plugin-transform-es2015-literals "7.0.0-alpha.9"
babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.9"
babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.9"
babel-plugin-transform-es2015-modules-systemjs "7.0.0-alpha.9"
babel-plugin-transform-es2015-modules-umd "7.0.0-alpha.9"
babel-plugin-transform-es2015-object-super "7.0.0-alpha.9"
babel-plugin-transform-es2015-parameters "7.0.0-alpha.9"
babel-plugin-transform-es2015-shorthand-properties "7.0.0-alpha.9"
babel-plugin-transform-es2015-spread "7.0.0-alpha.9"
babel-plugin-transform-es2015-sticky-regex "7.0.0-alpha.9"
babel-plugin-transform-es2015-template-literals "7.0.0-alpha.9"
babel-plugin-transform-es2015-typeof-symbol "7.0.0-alpha.9"
babel-plugin-transform-es2015-unicode-regex "7.0.0-alpha.9"
babel-plugin-transform-regenerator "7.0.0-alpha.9"
babel-preset-stage-0@^7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-preset-stage-0/-/babel-preset-stage-0-7.0.0-alpha.3.tgz#f2db6c2ec82975ca99b77c867d95d821d61e3731"
babel-preset-stage-0@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-preset-stage-0/-/babel-preset-stage-0-7.0.0-alpha.9.tgz#c05bac07cc2c52f57dfbf60159e43839f23c5892"
dependencies:
babel-plugin-transform-do-expressions "7.0.0-alpha.3"
babel-plugin-transform-function-bind "7.0.0-alpha.3"
babel-preset-stage-1 "7.0.0-alpha.3"
babel-plugin-transform-do-expressions "7.0.0-alpha.9"
babel-plugin-transform-function-bind "7.0.0-alpha.9"
babel-preset-stage-1 "7.0.0-alpha.9"
babel-preset-stage-1@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-preset-stage-1/-/babel-preset-stage-1-7.0.0-alpha.3.tgz#2de86602a75aa3f908a4d16054a1a1b46756d897"
babel-preset-stage-1@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-preset-stage-1/-/babel-preset-stage-1-7.0.0-alpha.9.tgz#594a008e3e4d24ca2a2160827864e1446c58fd9c"
dependencies:
babel-plugin-transform-decorators "7.0.0-alpha.3"
babel-plugin-transform-export-extensions "7.0.0-alpha.3"
babel-preset-stage-2 "7.0.0-alpha.3"
babel-plugin-transform-decorators "7.0.0-alpha.9"
babel-plugin-transform-export-extensions "7.0.0-alpha.9"
babel-preset-stage-2 "7.0.0-alpha.9"
babel-preset-stage-2@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-preset-stage-2/-/babel-preset-stage-2-7.0.0-alpha.3.tgz#96fab02bced0c6f3a9fda031185abd23ae69a60b"
babel-preset-stage-2@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-preset-stage-2/-/babel-preset-stage-2-7.0.0-alpha.9.tgz#9e08dcae2163389ceab90019ab1f9f6839987b6b"
dependencies:
babel-plugin-syntax-dynamic-import "7.0.0-alpha.3"
babel-plugin-transform-class-properties "7.0.0-alpha.3"
babel-plugin-transform-class-properties "7.0.0-alpha.9"
babel-plugin-transform-unicode-property-regex "^2.0.0"
babel-preset-stage-3 "7.0.0-alpha.3"
babel-preset-stage-3 "7.0.0-alpha.9"
babel-preset-stage-3@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-preset-stage-3/-/babel-preset-stage-3-7.0.0-alpha.3.tgz#3196bf3699c980372bc9f260fa0db70786d4d4a1"
babel-preset-stage-3@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-preset-stage-3/-/babel-preset-stage-3-7.0.0-alpha.9.tgz#9c4fe45075f8bdff0e7213c4224b5b9aa99ddd63"
dependencies:
babel-plugin-transform-async-generator-functions "7.0.0-alpha.3"
babel-plugin-transform-object-rest-spread "7.0.0-alpha.3"
babel-plugin-syntax-dynamic-import "7.0.0-alpha.9"
babel-plugin-transform-async-generator-functions "7.0.0-alpha.9"
babel-plugin-transform-object-rest-spread "7.0.0-alpha.9"
babel-register@7.0.0-alpha.6:
version "7.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-7.0.0-alpha.6.tgz#adb337fdfca6d74c90d51232b5b3d8f532ca91bc"
babel-register@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-7.0.0-alpha.9.tgz#580216ae64b58f009273ac413c87eb9ffe97ead9"
dependencies:
babel-core "7.0.0-alpha.6"
babel-core "7.0.0-alpha.9"
core-js "^2.4.0"
home-or-tmp "^3.0.0"
lodash "^4.2.0"
@ -1094,13 +1093,6 @@ babel-register@^6.24.0:
mkdirp "^0.5.1"
source-map-support "^0.4.2"
babel-runtime@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-7.0.0-alpha.3.tgz#fb71839b64115026a014f62891bdff9bee71079f"
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.10.0"
babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0:
version "6.23.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
@ -1108,13 +1100,13 @@ babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0:
core-js "^2.4.0"
regenerator-runtime "^0.10.0"
babel-template@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-alpha.3.tgz#eff537d49216ae6e70722f3556a17cc3de62b117"
babel-template@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-alpha.9.tgz#e32c51ea13f8ed391ed4a1c9adcfd3ed9ca928dc"
dependencies:
babel-traverse "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babylon "7.0.0-beta.7"
babel-traverse "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babylon "7.0.0-beta.8"
lodash "^4.2.0"
babel-template@^6.16.0, babel-template@^6.22.0, babel-template@^6.23.0:
@ -1127,14 +1119,14 @@ babel-template@^6.16.0, babel-template@^6.22.0, babel-template@^6.23.0:
babylon "^6.11.0"
lodash "^4.2.0"
babel-traverse@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-alpha.3.tgz#ac5bd86d101b410daf705ff4a6cbfc0123ca49f0"
babel-traverse@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-alpha.9.tgz#749abf53c908ca80a8c96f5ca958d33732e0714f"
dependencies:
babel-code-frame "7.0.0-alpha.3"
babel-messages "7.0.0-alpha.3"
babel-types "7.0.0-alpha.3"
babylon "7.0.0-beta.7"
babel-code-frame "7.0.0-alpha.9"
babel-messages "7.0.0-alpha.9"
babel-types "7.0.0-alpha.9"
babylon "7.0.0-beta.8"
debug "^2.2.0"
globals "^9.0.0"
invariant "^2.2.0"
@ -1154,9 +1146,9 @@ babel-traverse@^6.18.0, babel-traverse@^6.22.0, babel-traverse@^6.23.0, babel-tr
invariant "^2.2.0"
lodash "^4.2.0"
babel-types@7.0.0-alpha.3:
version "7.0.0-alpha.3"
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-alpha.3.tgz#36c20f7a4e4d3f32fc00ab38893004a6f52b22a8"
babel-types@7.0.0-alpha.9:
version "7.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-alpha.9.tgz#45e48b93cecdd9d306ab6953d7819622a7c1462b"
dependencies:
esutils "^2.0.2"
lodash "^4.2.0"
@ -1171,9 +1163,9 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.22.0, babel-types@^6.23
lodash "^4.2.0"
to-fast-properties "^1.0.1"
babylon@7.0.0-beta.7:
version "7.0.0-beta.7"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.7.tgz#61454c26b0e285ffe826dd237d5b5d179f602e16"
babylon@7.0.0-beta.8:
version "7.0.0-beta.8"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.8.tgz#2bdc5ae366041442c27e068cce6f0d7c06ea9949"
babylon@^6.1.0, babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0, babylon@^6.16.1:
version "6.16.1"