chore(xo-collection): update all deps
This commit is contained in:
parent
dc1bb8992f
commit
b10f7b35ee
@ -1,10 +1,24 @@
|
||||
/benchmark/
|
||||
/benchmarks/
|
||||
*.bench.js
|
||||
*.bench.js.map
|
||||
|
||||
/examples/
|
||||
example.js
|
||||
example.js.map
|
||||
*.example.js
|
||||
*.example.js.map
|
||||
|
||||
/fixture/
|
||||
/fixtures/
|
||||
*.fixture.js
|
||||
*.fixture.js.map
|
||||
*.fixtures.js
|
||||
*.fixtures.js.map
|
||||
|
||||
/test/
|
||||
/tests/
|
||||
*.spec.js
|
||||
*.spec.js.map
|
||||
|
||||
__snapshots__/
|
||||
|
@ -33,27 +33,25 @@
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.18.0",
|
||||
"babel-eslint": "^7.1.0",
|
||||
"babel-plugin-lodash": "^3.2.9",
|
||||
"babel-plugin-lodash": "^3.2.11",
|
||||
"babel-plugin-transform-runtime": "^6.15.0",
|
||||
"babel-preset-latest": "^6.16.0",
|
||||
"babel-preset-stage-0": "^6.16.0",
|
||||
"cross-env": "^3.1.3",
|
||||
"dependency-check": "^2.6.0",
|
||||
"babel-preset-env": "^1.1.8",
|
||||
"babel-preset-stage-3": "^6.17.0",
|
||||
"cross-env": "^3.1.4",
|
||||
"dependency-check": "^2.7.0",
|
||||
"event-to-promise": "^0.7.0",
|
||||
"jest": "^18.1.0",
|
||||
"rimraf": "^2.4.3",
|
||||
"standard": "^8.5.0"
|
||||
"rimraf": "^2.5.4",
|
||||
"standard": "^8.6.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
|
||||
"clean": "rimraf dist/",
|
||||
"depcheck": "dependency-check ./package.json --entry dist/collection.js index.js unique-index.js view.js",
|
||||
"dev-test": "jest --bail --watch",
|
||||
"commit-msg": "npm test",
|
||||
"dev": "cross-env NODE_ENV=development babel --watch --source-maps --out-dir=dist/ src/",
|
||||
"lint": "standard",
|
||||
"posttest": "npm run lint && npm run depcheck",
|
||||
"prebuild": "npm run clean",
|
||||
"predev": "npm run clean",
|
||||
"dev-test": "jest --bail --watch",
|
||||
"posttest": "standard && dependency-check ./package.json --entry dist/collection.js index.js unique-index.js view.js",
|
||||
"prebuild": "rimraf dist/",
|
||||
"predev": "npm run prebuild",
|
||||
"prepublish": "npm run build",
|
||||
"test": "jest"
|
||||
},
|
||||
@ -63,8 +61,15 @@
|
||||
"transform-runtime"
|
||||
],
|
||||
"presets": [
|
||||
"latest",
|
||||
"stage-0"
|
||||
[
|
||||
"env",
|
||||
{
|
||||
"targets": {
|
||||
"node": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"stage-3"
|
||||
]
|
||||
},
|
||||
"jest": {
|
||||
|
@ -250,14 +250,6 @@ babel-generator@^6.18.0, babel-generator@^6.21.0:
|
||||
lodash "^4.2.0"
|
||||
source-map "^0.5.0"
|
||||
|
||||
babel-helper-bindify-decorators@^6.18.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.18.0.tgz#fc00c573676a6e702fffa00019580892ec8780a5"
|
||||
dependencies:
|
||||
babel-runtime "^6.0.0"
|
||||
babel-traverse "^6.18.0"
|
||||
babel-types "^6.18.0"
|
||||
|
||||
babel-helper-builder-binary-assignment-operator-visitor@^6.8.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.18.0.tgz#8ae814989f7a53682152e3401a04fabd0bb333a6"
|
||||
@ -292,15 +284,6 @@ babel-helper-explode-assignable-expression@^6.18.0:
|
||||
babel-traverse "^6.18.0"
|
||||
babel-types "^6.18.0"
|
||||
|
||||
babel-helper-explode-class@^6.8.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-explode-class/-/babel-helper-explode-class-6.18.0.tgz#c44f76f4fa23b9c5d607cbac5d4115e7a76f62cb"
|
||||
dependencies:
|
||||
babel-helper-bindify-decorators "^6.18.0"
|
||||
babel-runtime "^6.0.0"
|
||||
babel-traverse "^6.18.0"
|
||||
babel-types "^6.18.0"
|
||||
|
||||
babel-helper-function-name@^6.18.0, babel-helper-function-name@^6.8.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.18.0.tgz#68ec71aeba1f3e28b2a6f0730190b754a9bf30e6"
|
||||
@ -401,7 +384,7 @@ babel-plugin-jest-hoist@^18.0.0:
|
||||
version "18.0.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-18.0.0.tgz#4150e70ecab560e6e7344adc849498072d34e12a"
|
||||
|
||||
babel-plugin-lodash@^3.2.9:
|
||||
babel-plugin-lodash@^3.2.11:
|
||||
version "3.2.11"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-lodash/-/babel-plugin-lodash-3.2.11.tgz#21c8fdec9fe1835efaa737873e3902bdd66d5701"
|
||||
dependencies:
|
||||
@ -416,43 +399,15 @@ babel-plugin-syntax-async-generators@^6.5.0:
|
||||
version "6.13.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz#6bc963ebb16eccbae6b92b596eb7f35c342a8b9a"
|
||||
|
||||
babel-plugin-syntax-class-constructor-call@^6.18.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-constructor-call/-/babel-plugin-syntax-class-constructor-call-6.18.0.tgz#9cb9d39fe43c8600bec8146456ddcbd4e1a76416"
|
||||
|
||||
babel-plugin-syntax-class-properties@^6.8.0:
|
||||
version "6.13.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz#d7eb23b79a317f8543962c505b827c7d6cac27de"
|
||||
|
||||
babel-plugin-syntax-decorators@^6.13.0:
|
||||
version "6.13.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz#312563b4dbde3cc806cee3e416cceeaddd11ac0b"
|
||||
|
||||
babel-plugin-syntax-do-expressions@^6.8.0:
|
||||
version "6.13.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-6.13.0.tgz#5747756139aa26d390d09410b03744ba07e4796d"
|
||||
|
||||
babel-plugin-syntax-dynamic-import@^6.18.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz#8d6a26229c83745a9982a441051572caa179b1da"
|
||||
|
||||
babel-plugin-syntax-exponentiation-operator@^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@^6.8.0:
|
||||
version "6.13.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.13.0.tgz#70a1484f0f9089a4e84ad44bac353c95b9b12721"
|
||||
|
||||
babel-plugin-syntax-function-bind@^6.8.0:
|
||||
version "6.13.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6.13.0.tgz#48c495f177bdf31a981e732f55adc0bdd2601f46"
|
||||
|
||||
babel-plugin-syntax-object-rest-spread@^6.8.0:
|
||||
version "6.13.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
|
||||
|
||||
babel-plugin-syntax-trailing-function-commas@^6.3.13, babel-plugin-syntax-trailing-function-commas@^6.8.0:
|
||||
babel-plugin-syntax-trailing-function-commas@^6.13.0, babel-plugin-syntax-trailing-function-commas@^6.3.13:
|
||||
version "6.20.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.20.0.tgz#442835e19179f45b87e92d477d70b9f1f18b5c4f"
|
||||
|
||||
@ -464,7 +419,7 @@ babel-plugin-transform-async-generator-functions@^6.17.0:
|
||||
babel-plugin-syntax-async-generators "^6.5.0"
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-async-to-generator@^6.16.0:
|
||||
babel-plugin-transform-async-to-generator@^6.16.0, babel-plugin-transform-async-to-generator@^6.8.0:
|
||||
version "6.16.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.16.0.tgz#19ec36cb1486b59f9f468adfa42ce13908ca2999"
|
||||
dependencies:
|
||||
@ -472,41 +427,6 @@ babel-plugin-transform-async-to-generator@^6.16.0:
|
||||
babel-plugin-syntax-async-functions "^6.8.0"
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-class-constructor-call@^6.3.13:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-constructor-call/-/babel-plugin-transform-class-constructor-call-6.18.0.tgz#80855e38a1ab47b8c6c647f8ea1bcd2c00ca3aae"
|
||||
dependencies:
|
||||
babel-plugin-syntax-class-constructor-call "^6.18.0"
|
||||
babel-runtime "^6.0.0"
|
||||
babel-template "^6.8.0"
|
||||
|
||||
babel-plugin-transform-class-properties@^6.18.0:
|
||||
version "6.19.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.19.0.tgz#1274b349abaadc835164e2004f4a2444a2788d5f"
|
||||
dependencies:
|
||||
babel-helper-function-name "^6.18.0"
|
||||
babel-plugin-syntax-class-properties "^6.8.0"
|
||||
babel-runtime "^6.9.1"
|
||||
babel-template "^6.15.0"
|
||||
|
||||
babel-plugin-transform-decorators@^6.13.0:
|
||||
version "6.13.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.13.0.tgz#82d65c1470ae83e2d13eebecb0a1c2476d62da9d"
|
||||
dependencies:
|
||||
babel-helper-define-map "^6.8.0"
|
||||
babel-helper-explode-class "^6.8.0"
|
||||
babel-plugin-syntax-decorators "^6.13.0"
|
||||
babel-runtime "^6.0.0"
|
||||
babel-template "^6.8.0"
|
||||
babel-types "^6.13.0"
|
||||
|
||||
babel-plugin-transform-do-expressions@^6.3.13:
|
||||
version "6.8.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-6.8.0.tgz#fda692af339835cc255bb7544efb8f7c1306c273"
|
||||
dependencies:
|
||||
babel-plugin-syntax-do-expressions "^6.8.0"
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-es2015-arrow-functions@^6.3.13:
|
||||
version "6.8.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.8.0.tgz#5b63afc3181bdc9a8c4d481b5a4f3f7d7fef3d9d"
|
||||
@ -519,7 +439,7 @@ babel-plugin-transform-es2015-block-scoped-functions@^6.3.13:
|
||||
dependencies:
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-es2015-block-scoping@^6.18.0:
|
||||
babel-plugin-transform-es2015-block-scoping@^6.6.0:
|
||||
version "6.21.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.21.0.tgz#e840687f922e70fb2c42bb13501838c174a115ed"
|
||||
dependencies:
|
||||
@ -529,7 +449,7 @@ babel-plugin-transform-es2015-block-scoping@^6.18.0:
|
||||
babel-types "^6.21.0"
|
||||
lodash "^4.2.0"
|
||||
|
||||
babel-plugin-transform-es2015-classes@^6.18.0:
|
||||
babel-plugin-transform-es2015-classes@^6.6.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.18.0.tgz#ffe7a17321bf83e494dcda0ae3fc72df48ffd1d9"
|
||||
dependencies:
|
||||
@ -551,7 +471,7 @@ babel-plugin-transform-es2015-computed-properties@^6.3.13:
|
||||
babel-runtime "^6.0.0"
|
||||
babel-template "^6.8.0"
|
||||
|
||||
babel-plugin-transform-es2015-destructuring@^6.18.0:
|
||||
babel-plugin-transform-es2015-destructuring@^6.6.0:
|
||||
version "6.19.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.19.0.tgz#ff1d911c4b3f4cab621bd66702a869acd1900533"
|
||||
dependencies:
|
||||
@ -564,13 +484,13 @@ babel-plugin-transform-es2015-duplicate-keys@^6.6.0:
|
||||
babel-runtime "^6.0.0"
|
||||
babel-types "^6.8.0"
|
||||
|
||||
babel-plugin-transform-es2015-for-of@^6.18.0:
|
||||
babel-plugin-transform-es2015-for-of@^6.6.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.18.0.tgz#4c517504db64bf8cfc119a6b8f177211f2028a70"
|
||||
dependencies:
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-es2015-function-name@^6.9.0:
|
||||
babel-plugin-transform-es2015-function-name@^6.3.13:
|
||||
version "6.9.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.9.0.tgz#8c135b17dbd064e5bba56ec511baaee2fca82719"
|
||||
dependencies:
|
||||
@ -584,7 +504,7 @@ babel-plugin-transform-es2015-literals@^6.3.13:
|
||||
dependencies:
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-es2015-modules-amd@^6.18.0:
|
||||
babel-plugin-transform-es2015-modules-amd@^6.18.0, babel-plugin-transform-es2015-modules-amd@^6.8.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.18.0.tgz#49a054cbb762bdf9ae2d8a807076cfade6141e40"
|
||||
dependencies:
|
||||
@ -592,7 +512,7 @@ babel-plugin-transform-es2015-modules-amd@^6.18.0:
|
||||
babel-runtime "^6.0.0"
|
||||
babel-template "^6.8.0"
|
||||
|
||||
babel-plugin-transform-es2015-modules-commonjs@^6.18.0:
|
||||
babel-plugin-transform-es2015-modules-commonjs@^6.18.0, babel-plugin-transform-es2015-modules-commonjs@^6.6.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.18.0.tgz#c15ae5bb11b32a0abdcc98a5837baa4ee8d67bcc"
|
||||
dependencies:
|
||||
@ -601,7 +521,7 @@ babel-plugin-transform-es2015-modules-commonjs@^6.18.0:
|
||||
babel-template "^6.16.0"
|
||||
babel-types "^6.18.0"
|
||||
|
||||
babel-plugin-transform-es2015-modules-systemjs@^6.18.0:
|
||||
babel-plugin-transform-es2015-modules-systemjs@^6.12.0:
|
||||
version "6.19.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.19.0.tgz#50438136eba74527efa00a5b0fefaf1dc4071da6"
|
||||
dependencies:
|
||||
@ -609,7 +529,7 @@ babel-plugin-transform-es2015-modules-systemjs@^6.18.0:
|
||||
babel-runtime "^6.11.6"
|
||||
babel-template "^6.14.0"
|
||||
|
||||
babel-plugin-transform-es2015-modules-umd@^6.18.0:
|
||||
babel-plugin-transform-es2015-modules-umd@^6.12.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.18.0.tgz#23351770ece5c1f8e83ed67cb1d7992884491e50"
|
||||
dependencies:
|
||||
@ -624,7 +544,7 @@ babel-plugin-transform-es2015-object-super@^6.3.13:
|
||||
babel-helper-replace-supers "^6.8.0"
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-es2015-parameters@^6.18.0:
|
||||
babel-plugin-transform-es2015-parameters@^6.6.0:
|
||||
version "6.21.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.21.0.tgz#46a655e6864ef984091448cdf024d87b60b2a7d8"
|
||||
dependencies:
|
||||
@ -635,7 +555,7 @@ babel-plugin-transform-es2015-parameters@^6.18.0:
|
||||
babel-traverse "^6.21.0"
|
||||
babel-types "^6.21.0"
|
||||
|
||||
babel-plugin-transform-es2015-shorthand-properties@^6.18.0:
|
||||
babel-plugin-transform-es2015-shorthand-properties@^6.3.13:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.18.0.tgz#e2ede3b7df47bf980151926534d1dd0cbea58f43"
|
||||
dependencies:
|
||||
@ -662,7 +582,7 @@ babel-plugin-transform-es2015-template-literals@^6.6.0:
|
||||
dependencies:
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-es2015-typeof-symbol@^6.18.0:
|
||||
babel-plugin-transform-es2015-typeof-symbol@^6.6.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.18.0.tgz#0b14c48629c90ff47a0650077f6aa699bee35798"
|
||||
dependencies:
|
||||
@ -676,7 +596,7 @@ babel-plugin-transform-es2015-unicode-regex@^6.3.13:
|
||||
babel-runtime "^6.0.0"
|
||||
regexpu-core "^2.0.0"
|
||||
|
||||
babel-plugin-transform-exponentiation-operator@^6.3.13:
|
||||
babel-plugin-transform-exponentiation-operator@^6.3.13, babel-plugin-transform-exponentiation-operator@^6.8.0:
|
||||
version "6.8.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.8.0.tgz#db25742e9339eade676ca9acec46f955599a68a4"
|
||||
dependencies:
|
||||
@ -684,20 +604,6 @@ babel-plugin-transform-exponentiation-operator@^6.3.13:
|
||||
babel-plugin-syntax-exponentiation-operator "^6.8.0"
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-export-extensions@^6.3.13:
|
||||
version "6.8.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-6.8.0.tgz#fa80ff655b636549431bfd38f6b817bd82e47f5b"
|
||||
dependencies:
|
||||
babel-plugin-syntax-export-extensions "^6.8.0"
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-function-bind@^6.3.13:
|
||||
version "6.8.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-6.8.0.tgz#e7f334ce69f50d28fe850a822eaaab9fa4f4d821"
|
||||
dependencies:
|
||||
babel-plugin-syntax-function-bind "^6.8.0"
|
||||
babel-runtime "^6.0.0"
|
||||
|
||||
babel-plugin-transform-object-rest-spread@^6.16.0:
|
||||
version "6.20.2"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.20.2.tgz#e816c55bba77b14c16365d87e2ae48c8fd18fc2e"
|
||||
@ -705,7 +611,7 @@ babel-plugin-transform-object-rest-spread@^6.16.0:
|
||||
babel-plugin-syntax-object-rest-spread "^6.8.0"
|
||||
babel-runtime "^6.20.0"
|
||||
|
||||
babel-plugin-transform-regenerator@^6.16.0:
|
||||
babel-plugin-transform-regenerator@^6.6.0:
|
||||
version "6.21.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.21.0.tgz#75d0c7e7f84f379358f508451c68a2c5fa5a9703"
|
||||
dependencies:
|
||||
@ -732,47 +638,38 @@ babel-polyfill@^6.16.0:
|
||||
core-js "^2.4.0"
|
||||
regenerator-runtime "^0.10.0"
|
||||
|
||||
babel-preset-es2015@^6.16.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.18.0.tgz#b8c70df84ec948c43dcf2bf770e988eb7da88312"
|
||||
babel-preset-env@^1.1.8:
|
||||
version "1.1.8"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.1.8.tgz#c46734c6233c3f87d177513773db3cf3c1758aaa"
|
||||
dependencies:
|
||||
babel-plugin-check-es2015-constants "^6.3.13"
|
||||
babel-plugin-syntax-trailing-function-commas "^6.13.0"
|
||||
babel-plugin-transform-async-to-generator "^6.8.0"
|
||||
babel-plugin-transform-es2015-arrow-functions "^6.3.13"
|
||||
babel-plugin-transform-es2015-block-scoped-functions "^6.3.13"
|
||||
babel-plugin-transform-es2015-block-scoping "^6.18.0"
|
||||
babel-plugin-transform-es2015-classes "^6.18.0"
|
||||
babel-plugin-transform-es2015-block-scoping "^6.6.0"
|
||||
babel-plugin-transform-es2015-classes "^6.6.0"
|
||||
babel-plugin-transform-es2015-computed-properties "^6.3.13"
|
||||
babel-plugin-transform-es2015-destructuring "^6.18.0"
|
||||
babel-plugin-transform-es2015-destructuring "^6.6.0"
|
||||
babel-plugin-transform-es2015-duplicate-keys "^6.6.0"
|
||||
babel-plugin-transform-es2015-for-of "^6.18.0"
|
||||
babel-plugin-transform-es2015-function-name "^6.9.0"
|
||||
babel-plugin-transform-es2015-for-of "^6.6.0"
|
||||
babel-plugin-transform-es2015-function-name "^6.3.13"
|
||||
babel-plugin-transform-es2015-literals "^6.3.13"
|
||||
babel-plugin-transform-es2015-modules-amd "^6.18.0"
|
||||
babel-plugin-transform-es2015-modules-commonjs "^6.18.0"
|
||||
babel-plugin-transform-es2015-modules-systemjs "^6.18.0"
|
||||
babel-plugin-transform-es2015-modules-umd "^6.18.0"
|
||||
babel-plugin-transform-es2015-modules-amd "^6.8.0"
|
||||
babel-plugin-transform-es2015-modules-commonjs "^6.6.0"
|
||||
babel-plugin-transform-es2015-modules-systemjs "^6.12.0"
|
||||
babel-plugin-transform-es2015-modules-umd "^6.12.0"
|
||||
babel-plugin-transform-es2015-object-super "^6.3.13"
|
||||
babel-plugin-transform-es2015-parameters "^6.18.0"
|
||||
babel-plugin-transform-es2015-shorthand-properties "^6.18.0"
|
||||
babel-plugin-transform-es2015-parameters "^6.6.0"
|
||||
babel-plugin-transform-es2015-shorthand-properties "^6.3.13"
|
||||
babel-plugin-transform-es2015-spread "^6.3.13"
|
||||
babel-plugin-transform-es2015-sticky-regex "^6.3.13"
|
||||
babel-plugin-transform-es2015-template-literals "^6.6.0"
|
||||
babel-plugin-transform-es2015-typeof-symbol "^6.18.0"
|
||||
babel-plugin-transform-es2015-typeof-symbol "^6.6.0"
|
||||
babel-plugin-transform-es2015-unicode-regex "^6.3.13"
|
||||
babel-plugin-transform-regenerator "^6.16.0"
|
||||
|
||||
babel-preset-es2016@^6.16.0:
|
||||
version "6.16.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-es2016/-/babel-preset-es2016-6.16.0.tgz#c7daf5feedeee99c867813bdf0d573d94ca12812"
|
||||
dependencies:
|
||||
babel-plugin-transform-exponentiation-operator "^6.3.13"
|
||||
|
||||
babel-preset-es2017@^6.16.0:
|
||||
version "6.16.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-es2017/-/babel-preset-es2017-6.16.0.tgz#536c6287778a758948ddd092b466b6ef50b786fa"
|
||||
dependencies:
|
||||
babel-plugin-syntax-trailing-function-commas "^6.8.0"
|
||||
babel-plugin-transform-async-to-generator "^6.16.0"
|
||||
babel-plugin-transform-exponentiation-operator "^6.8.0"
|
||||
babel-plugin-transform-regenerator "^6.6.0"
|
||||
browserslist "^1.4.0"
|
||||
|
||||
babel-preset-jest@^18.0.0:
|
||||
version "18.0.0"
|
||||
@ -780,39 +677,6 @@ babel-preset-jest@^18.0.0:
|
||||
dependencies:
|
||||
babel-plugin-jest-hoist "^18.0.0"
|
||||
|
||||
babel-preset-latest@^6.16.0:
|
||||
version "6.16.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-latest/-/babel-preset-latest-6.16.0.tgz#5b87e19e250bb1213f13af4ec9dc7a51d53f388d"
|
||||
dependencies:
|
||||
babel-preset-es2015 "^6.16.0"
|
||||
babel-preset-es2016 "^6.16.0"
|
||||
babel-preset-es2017 "^6.16.0"
|
||||
|
||||
babel-preset-stage-0@^6.16.0:
|
||||
version "6.16.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-stage-0/-/babel-preset-stage-0-6.16.0.tgz#f5a263c420532fd57491f1a7315b3036e428f823"
|
||||
dependencies:
|
||||
babel-plugin-transform-do-expressions "^6.3.13"
|
||||
babel-plugin-transform-function-bind "^6.3.13"
|
||||
babel-preset-stage-1 "^6.16.0"
|
||||
|
||||
babel-preset-stage-1@^6.16.0:
|
||||
version "6.16.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-stage-1/-/babel-preset-stage-1-6.16.0.tgz#9d31fbbdae7b17c549fd3ac93e3cf6902695e479"
|
||||
dependencies:
|
||||
babel-plugin-transform-class-constructor-call "^6.3.13"
|
||||
babel-plugin-transform-export-extensions "^6.3.13"
|
||||
babel-preset-stage-2 "^6.16.0"
|
||||
|
||||
babel-preset-stage-2@^6.16.0:
|
||||
version "6.18.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-stage-2/-/babel-preset-stage-2-6.18.0.tgz#9eb7bf9a8e91c68260d5ba7500493caaada4b5b5"
|
||||
dependencies:
|
||||
babel-plugin-syntax-dynamic-import "^6.18.0"
|
||||
babel-plugin-transform-class-properties "^6.18.0"
|
||||
babel-plugin-transform-decorators "^6.13.0"
|
||||
babel-preset-stage-3 "^6.17.0"
|
||||
|
||||
babel-preset-stage-3@^6.17.0:
|
||||
version "6.17.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-preset-stage-3/-/babel-preset-stage-3-6.17.0.tgz#b6638e46db6e91e3f889013d8ce143917c685e39"
|
||||
@ -835,7 +699,7 @@ babel-register@^6.18.0:
|
||||
mkdirp "^0.5.1"
|
||||
source-map-support "^0.4.2"
|
||||
|
||||
babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.20.0, babel-runtime@^6.9.0, babel-runtime@^6.9.1:
|
||||
babel-runtime@^6.0.0, babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.20.0, babel-runtime@^6.9.0:
|
||||
version "6.20.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.20.0.tgz#87300bdcf4cd770f09bf0048c64204e17806d16f"
|
||||
dependencies:
|
||||
@ -866,7 +730,7 @@ babel-traverse@^6.15.0, babel-traverse@^6.16.0, babel-traverse@^6.18.0, babel-tr
|
||||
invariant "^2.2.0"
|
||||
lodash "^4.2.0"
|
||||
|
||||
babel-types@^6.13.0, babel-types@^6.15.0, babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.20.0, babel-types@^6.21.0, babel-types@^6.8.0, babel-types@^6.9.0:
|
||||
babel-types@^6.15.0, babel-types@^6.16.0, babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.20.0, babel-types@^6.21.0, babel-types@^6.8.0, babel-types@^6.9.0:
|
||||
version "6.21.0"
|
||||
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.21.0.tgz#314b92168891ef6d3806b7f7a917fdf87c11a4b2"
|
||||
dependencies:
|
||||
@ -876,8 +740,8 @@ babel-types@^6.13.0, babel-types@^6.15.0, babel-types@^6.16.0, babel-types@^6.18
|
||||
to-fast-properties "^1.0.1"
|
||||
|
||||
babylon@^6.11.0, babylon@^6.13.0:
|
||||
version "6.14.1"
|
||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.14.1.tgz#956275fab72753ad9b3435d7afe58f8bf0a29815"
|
||||
version "6.15.0"
|
||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.15.0.tgz#ba65cfa1a80e1759b0e89fb562e27dccae70348e"
|
||||
|
||||
balanced-match@^0.4.1:
|
||||
version "0.4.2"
|
||||
@ -926,6 +790,12 @@ browser-resolve@^1.11.2:
|
||||
dependencies:
|
||||
resolve "1.1.7"
|
||||
|
||||
browserslist@^1.4.0:
|
||||
version "1.5.2"
|
||||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-1.5.2.tgz#1c82fde0ee8693e6d15c49b7bff209dc06298c56"
|
||||
dependencies:
|
||||
caniuse-db "^1.0.30000604"
|
||||
|
||||
bser@^1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/bser/-/bser-1.0.2.tgz#381116970b2a6deea5646dd15dd7278444b56169"
|
||||
@ -966,6 +836,10 @@ camelcase@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
|
||||
|
||||
caniuse-db@^1.0.30000604:
|
||||
version "1.0.30000605"
|
||||
resolved "https://registry.yarnpkg.com/caniuse-db/-/caniuse-db-1.0.30000605.tgz#c616e335a6df02f865af5e02add72c897cb6579d"
|
||||
|
||||
cardinal@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/cardinal/-/cardinal-1.0.0.tgz#50e21c1b0aa37729f9377def196b5a9cec932ee9"
|
||||
@ -1112,7 +986,7 @@ core-util-is@~1.0.0:
|
||||
version "1.0.2"
|
||||
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
||||
|
||||
cross-env@^3.1.3:
|
||||
cross-env@^3.1.4:
|
||||
version "3.1.4"
|
||||
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.1.4.tgz#56e8bca96f17908a6eb1bc2012ca126f92842130"
|
||||
dependencies:
|
||||
@ -1216,7 +1090,7 @@ delegates@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
|
||||
|
||||
dependency-check@^2.6.0:
|
||||
dependency-check@^2.7.0:
|
||||
version "2.7.0"
|
||||
resolved "https://registry.yarnpkg.com/dependency-check/-/dependency-check-2.7.0.tgz#7fd13368d90047b4c2d65923ff22a023ef4caf8d"
|
||||
dependencies:
|
||||
@ -3057,7 +2931,7 @@ right-align@^0.1.1:
|
||||
dependencies:
|
||||
align-text "^0.1.1"
|
||||
|
||||
rimraf@2, rimraf@^2.2.8, rimraf@^2.4.3, rimraf@^2.4.4, rimraf@~2.5.1, rimraf@~2.5.4:
|
||||
rimraf@2, rimraf@^2.2.8, rimraf@^2.4.3, rimraf@^2.4.4, rimraf@^2.5.4, rimraf@~2.5.1, rimraf@~2.5.4:
|
||||
version "2.5.4"
|
||||
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
|
||||
dependencies:
|
||||
@ -3200,7 +3074,7 @@ standard-engine@~5.2.0:
|
||||
minimist "^1.1.0"
|
||||
pkg-config "^1.0.1"
|
||||
|
||||
standard@^8.5.0:
|
||||
standard@^8.6.0:
|
||||
version "8.6.0"
|
||||
resolved "https://registry.yarnpkg.com/standard/-/standard-8.6.0.tgz#635132be7bfb567c2921005f30f9e350e4752aad"
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user