update to alpha.8 (#293)
This commit is contained in:
parent
2c5ff923d1
commit
a35684988b
@ -25,46 +25,46 @@
|
||||
"test-only": "mocha ./test --compilers js:babel-register -t 10000"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-plugin-check-es2015-constants": "7.0.0-alpha.7",
|
||||
"babel-plugin-syntax-trailing-function-commas": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-async-to-generator": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-block-scoping": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-classes": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-computed-properties": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-destructuring": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-duplicate-keys": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-for-of": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-function-name": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-literals": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-modules-amd": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-modules-systemjs": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-modules-umd": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-object-super": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-parameters": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-spread": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-sticky-regex": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-template-literals": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-exponentiation-operator": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-regenerator": "7.0.0-alpha.7",
|
||||
"babel-plugin-check-es2015-constants": "7.0.0-alpha.8",
|
||||
"babel-plugin-syntax-trailing-function-commas": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-async-to-generator": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-arrow-functions": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-block-scoped-functions": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-block-scoping": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-classes": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-computed-properties": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-destructuring": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-duplicate-keys": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-for-of": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-function-name": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-literals": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-modules-amd": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-modules-systemjs": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-modules-umd": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-object-super": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-parameters": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-shorthand-properties": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-spread": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-sticky-regex": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-template-literals": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-typeof-symbol": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-es2015-unicode-regex": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-exponentiation-operator": "7.0.0-alpha.8",
|
||||
"babel-plugin-transform-regenerator": "7.0.0-alpha.8",
|
||||
"browserslist": "^1.4.0",
|
||||
"invariant": "^2.2.2",
|
||||
"semver": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "7.0.0-alpha.6",
|
||||
"babel-cli": "7.0.0-alpha.8",
|
||||
"babel-eslint": "^7.1.1",
|
||||
"babel-helper-fixtures": "7.0.0-alpha.3",
|
||||
"babel-helper-plugin-test-runner": "7.0.0-alpha.7",
|
||||
"babel-helper-plugin-test-runner": "7.0.0-alpha.8",
|
||||
"babel-plugin-istanbul": "^4.0.0",
|
||||
"babel-plugin-transform-flow-strip-types": "7.0.0-alpha.7",
|
||||
"babel-plugin-transform-flow-strip-types": "7.0.0-alpha.8",
|
||||
"babel-preset-env": "2.0.0-alpha.1",
|
||||
"babel-register": "7.0.0-alpha.7",
|
||||
"babel-register": "7.0.0-alpha.8",
|
||||
"chai": "^3.5.0",
|
||||
"codecov": "^2.0.1",
|
||||
"compat-table": "kangax/compat-table#c38f039b8ea7fadf347d3e300fec3611645e31e9",
|
||||
|
||||
@ -19,4 +19,4 @@ var a = function () {
|
||||
};
|
||||
}();
|
||||
|
||||
function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
|
||||
function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } function _next(value) { step("next", value); } function _throw(err) { step("throw", err); } _next(); }); }; }
|
||||
|
||||
@ -210,13 +210,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.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-7.0.0-alpha.8.tgz#516fb2a5b1f358c4366519c736d79904a8c46f15"
|
||||
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.8"
|
||||
babel-polyfill "7.0.0-alpha.7"
|
||||
babel-register "7.0.0-alpha.8"
|
||||
commander "^2.8.1"
|
||||
convert-source-map "^1.1.0"
|
||||
fs-readdir-recursive "^1.0.0"
|
||||
@ -253,38 +253,16 @@ babel-code-frame@7.0.0-alpha.3:
|
||||
esutils "^2.0.2"
|
||||
js-tokens "^3.0.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.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-alpha.8.tgz#b18687437a544b7d4ce254d77e034a015569f412"
|
||||
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"
|
||||
convert-source-map "^1.1.0"
|
||||
debug "^2.1.1"
|
||||
json5 "^0.5.0"
|
||||
lodash "^4.2.0"
|
||||
micromatch "^2.3.11"
|
||||
private "^0.1.6"
|
||||
resolve "^1.3.2"
|
||||
slash "^1.0.0"
|
||||
source-map "^0.5.0"
|
||||
|
||||
babel-core@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-alpha.7.tgz#714bde734537de00dce30bae27432ed52cc2aac3"
|
||||
dependencies:
|
||||
babel-code-frame "7.0.0-alpha.3"
|
||||
babel-generator "7.0.0-alpha.7"
|
||||
babel-helpers "7.0.0-alpha.7"
|
||||
babel-messages "7.0.0-alpha.3"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-generator "7.0.0-alpha.8"
|
||||
babel-helpers "7.0.0-alpha.8"
|
||||
babel-messages "7.0.0-alpha.8"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
babylon "7.0.0-beta.8"
|
||||
convert-source-map "^1.1.0"
|
||||
@ -331,23 +309,11 @@ babel-eslint@^7.1.1:
|
||||
babylon "^6.13.0"
|
||||
lodash.pickby "^4.6.0"
|
||||
|
||||
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.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-7.0.0-alpha.8.tgz#76a9c45ea3af1661daaf2fc01eabe982ba64221b"
|
||||
dependencies:
|
||||
babel-messages "7.0.0-alpha.3"
|
||||
babel-types "7.0.0-alpha.3"
|
||||
detect-indent "^4.0.0"
|
||||
jsesc "^1.3.0"
|
||||
lodash "^4.2.0"
|
||||
source-map "^0.5.0"
|
||||
trim-right "^1.0.1"
|
||||
|
||||
babel-generator@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-7.0.0-alpha.7.tgz#80f6b833063fe6445c29fa1b38fe6bc057425f0f"
|
||||
dependencies:
|
||||
babel-messages "7.0.0-alpha.3"
|
||||
babel-messages "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
detect-indent "^4.0.0"
|
||||
jsesc "^1.3.0"
|
||||
@ -383,11 +349,11 @@ babel-helper-builder-binary-assignment-operator-visitor@7.0.0-alpha.1:
|
||||
babel-helper-explode-assignable-expression "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-helper-builder-binary-assignment-operator-visitor@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-7.0.0-alpha.7.tgz#5c909122947ac486f1d3a84836327e9cd9553980"
|
||||
babel-helper-builder-binary-assignment-operator-visitor@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-7.0.0-alpha.8.tgz#38daf02a4854f62ca3cc3accc731faa24dc018dd"
|
||||
dependencies:
|
||||
babel-helper-explode-assignable-expression "7.0.0-alpha.7"
|
||||
babel-helper-explode-assignable-expression "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-helper-builder-binary-assignment-operator-visitor@^6.22.0:
|
||||
@ -406,12 +372,12 @@ babel-helper-call-delegate@7.0.0-alpha.1:
|
||||
babel-traverse "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-helper-call-delegate@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-7.0.0-alpha.7.tgz#694f10551d74fc582394b5372f5386d67bfe0349"
|
||||
babel-helper-call-delegate@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-7.0.0-alpha.8.tgz#1fd7ec16f331d0d49af227a4f6f91381d4b6ab23"
|
||||
dependencies:
|
||||
babel-helper-hoist-variables "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-helper-call-delegate@^6.22.0:
|
||||
@ -431,11 +397,11 @@ babel-helper-define-map@7.0.0-alpha.1:
|
||||
babel-types "7.0.0-alpha.1"
|
||||
lodash "^4.2.0"
|
||||
|
||||
babel-helper-define-map@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-7.0.0-alpha.7.tgz#92971c4cc24426dffe8946fd83a4b994e7e672dd"
|
||||
babel-helper-define-map@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-7.0.0-alpha.8.tgz#a2d1e7a08a6a0b803441d70256e193d0a6b466a2"
|
||||
dependencies:
|
||||
babel-helper-function-name "7.0.0-alpha.7"
|
||||
babel-helper-function-name "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
lodash "^4.2.0"
|
||||
|
||||
@ -455,11 +421,11 @@ babel-helper-explode-assignable-expression@7.0.0-alpha.1:
|
||||
babel-traverse "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-helper-explode-assignable-expression@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-7.0.0-alpha.7.tgz#114b676437f4cb694eeb51afcd4cc9b0bf926c5c"
|
||||
babel-helper-explode-assignable-expression@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-7.0.0-alpha.8.tgz#ee2e88e0c44fd68961a8df197ccedc39f6e0df3a"
|
||||
dependencies:
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-helper-explode-assignable-expression@^6.22.0:
|
||||
@ -495,13 +461,13 @@ babel-helper-function-name@7.0.0-alpha.1:
|
||||
babel-traverse "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-helper-function-name@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-alpha.7.tgz#19aecddc5402f941c5726802993077b41ea9832d"
|
||||
babel-helper-function-name@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-7.0.0-alpha.8.tgz#b28e20f4c356713b7cf5ef5bc7b28ee2588c8fb1"
|
||||
dependencies:
|
||||
babel-helper-get-function-arity "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-helper-function-name@^6.22.0, babel-helper-function-name@^6.23.0:
|
||||
@ -571,11 +537,11 @@ babel-helper-optimise-call-expression@^6.23.0:
|
||||
babel-runtime "^6.22.0"
|
||||
babel-types "^6.23.0"
|
||||
|
||||
babel-helper-plugin-test-runner@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-plugin-test-runner/-/babel-helper-plugin-test-runner-7.0.0-alpha.7.tgz#464230613bd2015933147d282737f333dfe8c23e"
|
||||
babel-helper-plugin-test-runner@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-plugin-test-runner/-/babel-helper-plugin-test-runner-7.0.0-alpha.8.tgz#daa13abf0da41dfb255a66dfbdb84969c10fd25d"
|
||||
dependencies:
|
||||
babel-helper-transform-fixture-test-runner "7.0.0-alpha.7"
|
||||
babel-helper-transform-fixture-test-runner "7.0.0-alpha.8"
|
||||
|
||||
babel-helper-regex@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
@ -608,13 +574,13 @@ babel-helper-remap-async-to-generator@7.0.0-alpha.1:
|
||||
babel-traverse "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-helper-remap-async-to-generator@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-7.0.0-alpha.7.tgz#c1436c4cb0d8c01f65f0a055098a05df24d53c7c"
|
||||
babel-helper-remap-async-to-generator@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-7.0.0-alpha.8.tgz#329424026a321be871c02e96b1baea85b906c399"
|
||||
dependencies:
|
||||
babel-helper-function-name "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-helper-function-name "7.0.0-alpha.8"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-helper-remap-async-to-generator@^6.22.0:
|
||||
@ -637,14 +603,14 @@ babel-helper-replace-supers@7.0.0-alpha.1:
|
||||
babel-traverse "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-helper-replace-supers@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-7.0.0-alpha.7.tgz#73ceb5bfeb597ff2c2772a75f0aa013be58e78fe"
|
||||
babel-helper-replace-supers@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-7.0.0-alpha.8.tgz#f7354ace21088676a2c378c68671095b04d53e78"
|
||||
dependencies:
|
||||
babel-helper-optimise-call-expression "7.0.0-alpha.7"
|
||||
babel-messages "7.0.0-alpha.3"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-messages "7.0.0-alpha.8"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-helper-replace-supers@^6.22.0, babel-helper-replace-supers@^6.23.0:
|
||||
@ -658,12 +624,12 @@ babel-helper-replace-supers@^6.22.0, babel-helper-replace-supers@^6.23.0:
|
||||
babel-traverse "^6.23.0"
|
||||
babel-types "^6.23.0"
|
||||
|
||||
babel-helper-transform-fixture-test-runner@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-transform-fixture-test-runner/-/babel-helper-transform-fixture-test-runner-7.0.0-alpha.7.tgz#a4381514a0edea7686732c1a1164759afc966d26"
|
||||
babel-helper-transform-fixture-test-runner@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-transform-fixture-test-runner/-/babel-helper-transform-fixture-test-runner-7.0.0-alpha.8.tgz#46cf419d0abc4ce61f24eca20cb8421503ba4996"
|
||||
dependencies:
|
||||
babel-code-frame "7.0.0-alpha.3"
|
||||
babel-core "7.0.0-alpha.7"
|
||||
babel-core "7.0.0-alpha.8"
|
||||
babel-helper-fixtures "7.0.0-alpha.3"
|
||||
babel-polyfill "7.0.0-alpha.7"
|
||||
chai "^3.0.0"
|
||||
@ -671,17 +637,11 @@ babel-helper-transform-fixture-test-runner@7.0.0-alpha.7:
|
||||
resolve "^1.3.2"
|
||||
source-map "^0.5.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.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-7.0.0-alpha.8.tgz#e0000da5423af73ea24016a870a996ff80baab08"
|
||||
dependencies:
|
||||
babel-template "7.0.0-alpha.3"
|
||||
|
||||
babel-helpers@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-7.0.0-alpha.7.tgz#1640077af095fd516bec82527466fb17348b057a"
|
||||
dependencies:
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
|
||||
babel-helpers@^6.23.0:
|
||||
version "6.23.0"
|
||||
@ -694,9 +654,9 @@ babel-messages@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.1.tgz#6331acc91931f2caf88c12c9f56eeae16128a0d0"
|
||||
|
||||
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.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.8.tgz#6fb3eee1e1209491636992a3ed4806e75bbdcdb4"
|
||||
|
||||
babel-messages@^6.23.0:
|
||||
version "6.23.0"
|
||||
@ -708,9 +668,9 @@ babel-plugin-check-es2015-constants@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.1.tgz#ed92809ce3b4965f0ac5fd5fb9fed8aeb1321b48"
|
||||
|
||||
babel-plugin-check-es2015-constants@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.7.tgz#6089e4f6e8e58b87bb04085beeb4e77103ddee3e"
|
||||
babel-plugin-check-es2015-constants@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-7.0.0-alpha.8.tgz#318ad0481c76b5c8c8f85693e8e4f625234f326b"
|
||||
|
||||
babel-plugin-check-es2015-constants@^6.22.0:
|
||||
version "6.22.0"
|
||||
@ -794,9 +754,9 @@ babel-plugin-syntax-trailing-function-commas@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-alpha.1.tgz#8b2415d3add81f323ab0edb95978d640ca9fc93e"
|
||||
|
||||
babel-plugin-syntax-trailing-function-commas@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-alpha.7.tgz#0bb156466bba6c4705dafc98ec7e9f227c704cd3"
|
||||
babel-plugin-syntax-trailing-function-commas@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-alpha.8.tgz#63559104587ae4f958550158baf565fee413b02a"
|
||||
|
||||
babel-plugin-syntax-trailing-function-commas@^6.22.0:
|
||||
version "6.22.0"
|
||||
@ -817,11 +777,11 @@ babel-plugin-transform-async-to-generator@7.0.0-alpha.1:
|
||||
babel-helper-remap-async-to-generator "7.0.0-alpha.1"
|
||||
babel-plugin-syntax-async-functions "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-async-to-generator@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-7.0.0-alpha.7.tgz#2ccfb70f91d78dc5e3814220d524da2f8df4430c"
|
||||
babel-plugin-transform-async-to-generator@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-7.0.0-alpha.8.tgz#12b1dff4caaf6f830a1f95e88772084b498844a3"
|
||||
dependencies:
|
||||
babel-helper-remap-async-to-generator "7.0.0-alpha.7"
|
||||
babel-helper-remap-async-to-generator "7.0.0-alpha.8"
|
||||
babel-plugin-syntax-async-functions "7.0.0-alpha.3"
|
||||
|
||||
babel-plugin-transform-async-to-generator@^6.22.0:
|
||||
@ -870,9 +830,9 @@ babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.1.tgz#52bc08a31c74ae04fd35043014ab07929d67b5ef"
|
||||
|
||||
babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.7.tgz#5921b86f8ad9391177cb7ec8793bdf2daca1cc4b"
|
||||
babel-plugin-transform-es2015-arrow-functions@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-7.0.0-alpha.8.tgz#687c40022147a32fa18b4bd3ffe0b5209f121d41"
|
||||
|
||||
babel-plugin-transform-es2015-arrow-functions@^6.22.0:
|
||||
version "6.22.0"
|
||||
@ -884,9 +844,9 @@ babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.1.tgz#65d4c95a4f0ec0976f8da45af493d126d29d6fe4"
|
||||
|
||||
babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.7.tgz#c3409df41e449c075100c5ff602f98e065577f7a"
|
||||
babel-plugin-transform-es2015-block-scoped-functions@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-7.0.0-alpha.8.tgz#7e919e20c49b02e7859cd2b1230f00e13487500d"
|
||||
|
||||
babel-plugin-transform-es2015-block-scoped-functions@^6.22.0:
|
||||
version "6.22.0"
|
||||
@ -903,12 +863,12 @@ babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.1:
|
||||
babel-types "7.0.0-alpha.1"
|
||||
lodash "^4.2.0"
|
||||
|
||||
babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-7.0.0-alpha.7.tgz#b82115907057c2edcc379ee0b647f99afc73e36f"
|
||||
babel-plugin-transform-es2015-block-scoping@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-7.0.0-alpha.8.tgz#f40b12787629e5bb5fd131b8105c1d19a955d2ae"
|
||||
dependencies:
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
lodash "^4.2.0"
|
||||
|
||||
@ -935,17 +895,17 @@ babel-plugin-transform-es2015-classes@7.0.0-alpha.1:
|
||||
babel-traverse "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-classes@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-7.0.0-alpha.7.tgz#f892baf5e6eec72dbebb3bc4a1466232a414a275"
|
||||
babel-plugin-transform-es2015-classes@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-7.0.0-alpha.8.tgz#7e111d6a2b15e674b5778d3ae9df672a62845c27"
|
||||
dependencies:
|
||||
babel-helper-define-map "7.0.0-alpha.7"
|
||||
babel-helper-function-name "7.0.0-alpha.7"
|
||||
babel-helper-define-map "7.0.0-alpha.8"
|
||||
babel-helper-function-name "7.0.0-alpha.8"
|
||||
babel-helper-optimise-call-expression "7.0.0-alpha.7"
|
||||
babel-helper-replace-supers "7.0.0-alpha.7"
|
||||
babel-messages "7.0.0-alpha.3"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-helper-replace-supers "7.0.0-alpha.8"
|
||||
babel-messages "7.0.0-alpha.8"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-plugin-transform-es2015-classes@^6.22.0:
|
||||
@ -968,11 +928,11 @@ babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.1:
|
||||
dependencies:
|
||||
babel-template "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.7.tgz#88a3eb4a1e817044d35fd916d899f5b22ed7edd6"
|
||||
babel-plugin-transform-es2015-computed-properties@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-7.0.0-alpha.8.tgz#03b023f20a9d7670676d8fe04ba9d5c3bdde23e3"
|
||||
dependencies:
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
|
||||
babel-plugin-transform-es2015-computed-properties@^6.22.0:
|
||||
version "6.22.0"
|
||||
@ -985,9 +945,9 @@ babel-plugin-transform-es2015-destructuring@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.1.tgz#b49a80cb0e039863b5040913228afef1cceafe22"
|
||||
|
||||
babel-plugin-transform-es2015-destructuring@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.7.tgz#7a5a907cf67f824f6cc5e7832a3f16ba51abdc05"
|
||||
babel-plugin-transform-es2015-destructuring@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-7.0.0-alpha.8.tgz#6c7fbed6f8c4ec53adc80f271e04f3cf94b6b8b5"
|
||||
|
||||
babel-plugin-transform-es2015-destructuring@^6.22.0:
|
||||
version "6.23.0"
|
||||
@ -1001,9 +961,9 @@ babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.1:
|
||||
dependencies:
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.7.tgz#6a522462f5123e45de1b6cb1c82cd30bcdea4f91"
|
||||
babel-plugin-transform-es2015-duplicate-keys@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-7.0.0-alpha.8.tgz#6504225ef5cc8acbab1812cdc63af5422d2a02be"
|
||||
dependencies:
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
@ -1018,9 +978,9 @@ babel-plugin-transform-es2015-for-of@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.1.tgz#fd4cea43f220f1c138a501e05f2331ea4cb890c8"
|
||||
|
||||
babel-plugin-transform-es2015-for-of@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.7.tgz#3dd6e5dc5e98c5044b9cb616252e023b97477ef7"
|
||||
babel-plugin-transform-es2015-for-of@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-7.0.0-alpha.8.tgz#6b37fe234bbc52079daad332e85ed4d9cb1a3fc2"
|
||||
|
||||
babel-plugin-transform-es2015-for-of@^6.22.0:
|
||||
version "6.23.0"
|
||||
@ -1035,11 +995,11 @@ babel-plugin-transform-es2015-function-name@7.0.0-alpha.1:
|
||||
babel-helper-function-name "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-function-name@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-7.0.0-alpha.7.tgz#3b6ded23efaf1183de8d234b2bbdec650692924f"
|
||||
babel-plugin-transform-es2015-function-name@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-7.0.0-alpha.8.tgz#e48d9585ed33d7653c9b1bff5910bd9f6b391a59"
|
||||
dependencies:
|
||||
babel-helper-function-name "7.0.0-alpha.7"
|
||||
babel-helper-function-name "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-plugin-transform-es2015-function-name@^6.22.0:
|
||||
@ -1054,9 +1014,9 @@ babel-plugin-transform-es2015-literals@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.1.tgz#7496a18b076c5f92f2f5b09d26cc0cfb3b5ab03e"
|
||||
|
||||
babel-plugin-transform-es2015-literals@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.7.tgz#1c4e552be18f988874caac33c9e9a07e1417d1c6"
|
||||
babel-plugin-transform-es2015-literals@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-7.0.0-alpha.8.tgz#c3d78bc9ffe5193afaadf1b21929075b9991f150"
|
||||
|
||||
babel-plugin-transform-es2015-literals@^6.22.0:
|
||||
version "6.22.0"
|
||||
@ -1071,12 +1031,12 @@ babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.1:
|
||||
babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.1"
|
||||
babel-template "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-7.0.0-alpha.7.tgz#29a01b92303036eabe120cfa8af1fd8a23fb41b0"
|
||||
babel-plugin-transform-es2015-modules-amd@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-7.0.0-alpha.8.tgz#77451a4c5a4744f55586e5f147756f29b3b4d851"
|
||||
dependencies:
|
||||
babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-plugin-transform-es2015-modules-commonjs "7.0.0-alpha.8"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
|
||||
babel-plugin-transform-es2015-modules-amd@^6.24.0:
|
||||
version "6.24.0"
|
||||
@ -1094,12 +1054,12 @@ babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.1:
|
||||
babel-template "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-7.0.0-alpha.7.tgz#8980ff65ada36f8853950878c80e1ca4d1188e90"
|
||||
babel-plugin-transform-es2015-modules-commonjs@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-7.0.0-alpha.8.tgz#e86f997a8c36fb2d2f6641fd20903087929d5e91"
|
||||
dependencies:
|
||||
babel-plugin-transform-strict-mode "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-plugin-transform-strict-mode "7.0.0-alpha.8"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-plugin-transform-es2015-modules-commonjs@^6.24.0:
|
||||
@ -1118,12 +1078,12 @@ babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.1:
|
||||
babel-helper-hoist-variables "7.0.0-alpha.1"
|
||||
babel-template "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-7.0.0-alpha.7.tgz#2e2ad4576e433c803e65297b1ca70ca68a432eff"
|
||||
babel-plugin-transform-es2015-modules-systemjs@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-7.0.0-alpha.8.tgz#212bf0e3c07231c012d9176bca5fdd68410dd599"
|
||||
dependencies:
|
||||
babel-helper-hoist-variables "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
|
||||
babel-plugin-transform-es2015-modules-systemjs@^6.22.0:
|
||||
version "6.23.0"
|
||||
@ -1140,12 +1100,12 @@ babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.1:
|
||||
babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.1"
|
||||
babel-template "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-7.0.0-alpha.7.tgz#cd73ec6d2f1d8a3492a5ce440a451b71f9dbacd5"
|
||||
babel-plugin-transform-es2015-modules-umd@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-7.0.0-alpha.8.tgz#65e866cda069514d2de19f2ab7360a765e2ed1b3"
|
||||
dependencies:
|
||||
babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-plugin-transform-es2015-modules-amd "7.0.0-alpha.8"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
|
||||
babel-plugin-transform-es2015-modules-umd@^6.24.0:
|
||||
version "6.24.0"
|
||||
@ -1161,11 +1121,11 @@ babel-plugin-transform-es2015-object-super@7.0.0-alpha.1:
|
||||
dependencies:
|
||||
babel-helper-replace-supers "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-object-super@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-7.0.0-alpha.7.tgz#0dd56a6bbea14523187c73cede1660280947e91e"
|
||||
babel-plugin-transform-es2015-object-super@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-7.0.0-alpha.8.tgz#cffdd0fb416d2fa558e1440b00efe2eabd4232d6"
|
||||
dependencies:
|
||||
babel-helper-replace-supers "7.0.0-alpha.7"
|
||||
babel-helper-replace-supers "7.0.0-alpha.8"
|
||||
|
||||
babel-plugin-transform-es2015-object-super@^6.22.0:
|
||||
version "6.22.0"
|
||||
@ -1184,14 +1144,14 @@ babel-plugin-transform-es2015-parameters@7.0.0-alpha.1:
|
||||
babel-traverse "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-parameters@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-7.0.0-alpha.7.tgz#9ff005a532110584e4bc1731ee613d1fc8ad69d1"
|
||||
babel-plugin-transform-es2015-parameters@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-7.0.0-alpha.8.tgz#12cd45d0caa8a378bd6088bc6e8efd9f0e604631"
|
||||
dependencies:
|
||||
babel-helper-call-delegate "7.0.0-alpha.7"
|
||||
babel-helper-call-delegate "7.0.0-alpha.8"
|
||||
babel-helper-get-function-arity "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-template "7.0.0-alpha.8"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
babel-plugin-transform-es2015-parameters@^6.22.0:
|
||||
@ -1211,9 +1171,9 @@ babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.1:
|
||||
dependencies:
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.7.tgz#59678d452808584f62b3b196938673cdca560852"
|
||||
babel-plugin-transform-es2015-shorthand-properties@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-7.0.0-alpha.8.tgz#8a5e62d129a92866cb7ced398ba50abe8020c82c"
|
||||
dependencies:
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
@ -1228,9 +1188,9 @@ babel-plugin-transform-es2015-spread@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.1.tgz#bf852df483e6870929b0421e678b4867f7657b74"
|
||||
|
||||
babel-plugin-transform-es2015-spread@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.7.tgz#6b5a26372b19e2e1d4c63af5e22d298c5c278f5d"
|
||||
babel-plugin-transform-es2015-spread@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-7.0.0-alpha.8.tgz#cf4b03d978ce3beb4c770865ef2a1f41ab4f9675"
|
||||
|
||||
babel-plugin-transform-es2015-spread@^6.22.0:
|
||||
version "6.22.0"
|
||||
@ -1245,9 +1205,9 @@ babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.1:
|
||||
babel-helper-regex "7.0.0-alpha.1"
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-7.0.0-alpha.7.tgz#de71144b924c5c03da720c2982ade2a717b1fded"
|
||||
babel-plugin-transform-es2015-sticky-regex@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-7.0.0-alpha.8.tgz#529b7cca63f759ddd7b2af31e421a1160cc0da24"
|
||||
dependencies:
|
||||
babel-helper-regex "7.0.0-alpha.7"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
@ -1264,9 +1224,9 @@ babel-plugin-transform-es2015-template-literals@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.1.tgz#968645727f0f580fedfee962eeaf07f99d6c38b8"
|
||||
|
||||
babel-plugin-transform-es2015-template-literals@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.7.tgz#f8deb336f2314eac484d07801594b84c24363984"
|
||||
babel-plugin-transform-es2015-template-literals@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-7.0.0-alpha.8.tgz#076273c1e6e92a7a9151d7499d8ef7eeda4b0f7a"
|
||||
|
||||
babel-plugin-transform-es2015-template-literals@^6.22.0:
|
||||
version "6.22.0"
|
||||
@ -1278,9 +1238,9 @@ babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.1:
|
||||
version "7.0.0-alpha.1"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.1.tgz#615142e4a941361a8bda6b4ad1bd33678bf74664"
|
||||
|
||||
babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.7.tgz#93af130f02ee1d23c554242a44ba45bd7c2d4fb1"
|
||||
babel-plugin-transform-es2015-typeof-symbol@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-7.0.0-alpha.8.tgz#942a1e789cfe2305febdc8074b8f9c3650b844bb"
|
||||
|
||||
babel-plugin-transform-es2015-typeof-symbol@^6.22.0:
|
||||
version "6.23.0"
|
||||
@ -1295,9 +1255,9 @@ babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.1:
|
||||
babel-helper-regex "7.0.0-alpha.1"
|
||||
regexpu-core "^4.0.2"
|
||||
|
||||
babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-7.0.0-alpha.7.tgz#13b92440afbd0cd088c19ba3becd340627b3eedc"
|
||||
babel-plugin-transform-es2015-unicode-regex@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-7.0.0-alpha.8.tgz#9800d48662384fc9a0dbd2fa1fdd18163afecc7d"
|
||||
dependencies:
|
||||
babel-helper-regex "7.0.0-alpha.7"
|
||||
regexpu-core "^4.0.2"
|
||||
@ -1317,11 +1277,11 @@ babel-plugin-transform-exponentiation-operator@7.0.0-alpha.1:
|
||||
babel-helper-builder-binary-assignment-operator-visitor "7.0.0-alpha.1"
|
||||
babel-plugin-syntax-exponentiation-operator "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-exponentiation-operator@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-7.0.0-alpha.7.tgz#14d02d8c8d4c3dc7bf3114342c9f5a7185285ad2"
|
||||
babel-plugin-transform-exponentiation-operator@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-7.0.0-alpha.8.tgz#a4fd185a83284be4858b72fca675508ae87ea96c"
|
||||
dependencies:
|
||||
babel-helper-builder-binary-assignment-operator-visitor "7.0.0-alpha.7"
|
||||
babel-helper-builder-binary-assignment-operator-visitor "7.0.0-alpha.8"
|
||||
babel-plugin-syntax-exponentiation-operator "7.0.0-alpha.3"
|
||||
|
||||
babel-plugin-transform-exponentiation-operator@^6.22.0:
|
||||
@ -1339,9 +1299,9 @@ 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.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-7.0.0-alpha.7.tgz#90232361e08d183e7f366712ca1847017f600bf6"
|
||||
babel-plugin-transform-flow-strip-types@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-7.0.0-alpha.8.tgz#9a54db7a682c057cb03a481cb80e90a19dcc6141"
|
||||
dependencies:
|
||||
babel-plugin-syntax-flow "7.0.0-alpha.3"
|
||||
|
||||
@ -1365,9 +1325,9 @@ babel-plugin-transform-regenerator@7.0.0-alpha.1:
|
||||
dependencies:
|
||||
regenerator-transform "0.9.8"
|
||||
|
||||
babel-plugin-transform-regenerator@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-7.0.0-alpha.7.tgz#2a9ea26acbd7d63a379131667485b64f6ac9d0c2"
|
||||
babel-plugin-transform-regenerator@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-7.0.0-alpha.8.tgz#747500fcf167475b3e920b38227e4ee62ba49eb6"
|
||||
dependencies:
|
||||
regenerator-transform "0.9.11"
|
||||
|
||||
@ -1383,9 +1343,9 @@ babel-plugin-transform-strict-mode@7.0.0-alpha.1:
|
||||
dependencies:
|
||||
babel-types "7.0.0-alpha.1"
|
||||
|
||||
babel-plugin-transform-strict-mode@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.7.tgz#90b2812844e8f2b47d4da4fb98e892fd214e4fe5"
|
||||
babel-plugin-transform-strict-mode@7.0.0-alpha.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-7.0.0-alpha.8.tgz#de4b3f408f1623d9ab0438d959200adca6ba66ad"
|
||||
dependencies:
|
||||
babel-types "7.0.0-alpha.7"
|
||||
|
||||
@ -1396,13 +1356,6 @@ babel-plugin-transform-strict-mode@^6.22.0:
|
||||
babel-runtime "^6.22.0"
|
||||
babel-types "^6.22.0"
|
||||
|
||||
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"
|
||||
dependencies:
|
||||
core-js "^2.4.0"
|
||||
regenerator-runtime "^0.10.0"
|
||||
|
||||
babel-polyfill@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-7.0.0-alpha.7.tgz#97218220deb8f325a7ae5539ea617a382fd9be6f"
|
||||
@ -1530,22 +1483,11 @@ babel-preset-stage-3@^6.22.0:
|
||||
babel-plugin-transform-exponentiation-operator "^6.22.0"
|
||||
babel-plugin-transform-object-rest-spread "^6.22.0"
|
||||
|
||||
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.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-7.0.0-alpha.8.tgz#cfc0f829447a78a9ead75cd1dc02e0f7a3a56ad3"
|
||||
dependencies:
|
||||
babel-core "7.0.0-alpha.6"
|
||||
core-js "^2.4.0"
|
||||
home-or-tmp "^3.0.0"
|
||||
lodash "^4.2.0"
|
||||
mkdirp "^0.5.1"
|
||||
source-map-support "^0.4.2"
|
||||
|
||||
babel-register@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-7.0.0-alpha.7.tgz#e3f1de53740f270052088f6fbbcd1b5ce3f0cdee"
|
||||
dependencies:
|
||||
babel-core "7.0.0-alpha.7"
|
||||
babel-core "7.0.0-alpha.8"
|
||||
core-js "^2.4.0"
|
||||
home-or-tmp "^3.0.0"
|
||||
lodash "^4.2.0"
|
||||
@ -1580,20 +1522,11 @@ babel-template@7.0.0-alpha.1:
|
||||
babylon "7.0.0-beta.4"
|
||||
lodash "^4.2.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.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-alpha.8.tgz#d3784ccbca118fa61f91be56d0fb09a75b78e8e3"
|
||||
dependencies:
|
||||
babel-traverse "7.0.0-alpha.3"
|
||||
babel-types "7.0.0-alpha.3"
|
||||
babylon "7.0.0-beta.7"
|
||||
lodash "^4.2.0"
|
||||
|
||||
babel-template@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-alpha.7.tgz#82e26500980d1b3f14d9ebe8ae8b9325dc158392"
|
||||
dependencies:
|
||||
babel-traverse "7.0.0-alpha.7"
|
||||
babel-traverse "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
babylon "7.0.0-beta.8"
|
||||
lodash "^4.2.0"
|
||||
@ -1621,25 +1554,12 @@ babel-traverse@7.0.0-alpha.1:
|
||||
invariant "^2.2.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.8:
|
||||
version "7.0.0-alpha.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-alpha.8.tgz#c2a727265c9e0c36d1d64e28407bad4904e1dd3d"
|
||||
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"
|
||||
debug "^2.2.0"
|
||||
globals "^9.0.0"
|
||||
invariant "^2.2.0"
|
||||
lodash "^4.2.0"
|
||||
|
||||
babel-traverse@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-alpha.7.tgz#61cc89061b0ad0a5f9fc6df81117fac428bc4148"
|
||||
dependencies:
|
||||
babel-code-frame "7.0.0-alpha.3"
|
||||
babel-messages "7.0.0-alpha.3"
|
||||
babel-messages "7.0.0-alpha.8"
|
||||
babel-types "7.0.0-alpha.7"
|
||||
babylon "7.0.0-beta.8"
|
||||
debug "^2.2.0"
|
||||
@ -1669,14 +1589,6 @@ babel-types@7.0.0-alpha.1:
|
||||
lodash "^4.2.0"
|
||||
to-fast-properties "^1.0.1"
|
||||
|
||||
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"
|
||||
dependencies:
|
||||
esutils "^2.0.2"
|
||||
lodash "^4.2.0"
|
||||
to-fast-properties "^1.0.1"
|
||||
|
||||
babel-types@7.0.0-alpha.7:
|
||||
version "7.0.0-alpha.7"
|
||||
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-alpha.7.tgz#4bdb77386d1f6e2001f42fa9ac21b6c3d6ad0d82"
|
||||
@ -1702,10 +1614,6 @@ babylon@7.0.0-beta.4:
|
||||
version "7.0.0-beta.4"
|
||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.4.tgz#82db799d2667f61bbaf34456dbfa91c37613459d"
|
||||
|
||||
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"
|
||||
@ -2789,7 +2697,7 @@ glob@5.0.x, glob@^5.0.15:
|
||||
once "^1.3.0"
|
||||
path-is-absolute "^1.0.0"
|
||||
|
||||
glob@7.0.5, glob@^7.0.0, glob@^7.0.3:
|
||||
glob@7.0.5, glob@^7.0.3:
|
||||
version "7.0.5"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.5.tgz#b4202a69099bbb4d292a7c1b95b6682b67ebdc95"
|
||||
dependencies:
|
||||
@ -2800,7 +2708,7 @@ glob@7.0.5, glob@^7.0.0, glob@^7.0.3:
|
||||
once "^1.3.0"
|
||||
path-is-absolute "^1.0.0"
|
||||
|
||||
glob@7.1.1, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1:
|
||||
glob@7.1.1, glob@^7.0.0, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1:
|
||||
version "7.1.1"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
|
||||
dependencies:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user