Allow ^ version for babel dependencies (babel/babel-eslint#534)
This commit is contained in:
parent
38f372b8ea
commit
f43062ebbb
@ -12,10 +12,10 @@
|
|||||||
"url": "https://github.com/babel/babel-eslint.git"
|
"url": "https://github.com/babel/babel-eslint.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-code-frame": "7.0.0-beta.0",
|
"@babel/code-frame": "^7.0.0-beta.31",
|
||||||
"babel-traverse": "7.0.0-beta.0",
|
"@babel/traverse": "^7.0.0-beta.31",
|
||||||
"babel-types": "7.0.0-beta.0",
|
"@babel/types": "^7.0.0-beta.31",
|
||||||
"babylon": "7.0.0-beta.31"
|
"babylon": "^7.0.0-beta.31"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run lint && npm run test-only",
|
"test": "npm run lint && npm run test-only",
|
||||||
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/babel/babel-eslint",
|
"homepage": "https://github.com/babel/babel-eslint",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^8.0.0-alpha.13",
|
"babel-eslint": "^8.0.0",
|
||||||
"dedent": "^0.7.0",
|
"dedent": "^0.7.0",
|
||||||
"eslint": "^4.1.0",
|
"eslint": "^4.1.0",
|
||||||
"eslint-config-babel": "^7.0.1",
|
"eslint-config-babel": "^7.0.1",
|
||||||
|
|||||||
@ -2,6 +2,59 @@
|
|||||||
# yarn lockfile v1
|
# yarn lockfile v1
|
||||||
|
|
||||||
|
|
||||||
|
"@babel/code-frame@7.0.0-beta.31", "@babel/code-frame@^7.0.0-beta.31":
|
||||||
|
version "7.0.0-beta.31"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.31.tgz#473d021ecc573a2cce1c07d5b509d5215f46ba35"
|
||||||
|
dependencies:
|
||||||
|
chalk "^2.0.0"
|
||||||
|
esutils "^2.0.2"
|
||||||
|
js-tokens "^3.0.0"
|
||||||
|
|
||||||
|
"@babel/helper-function-name@7.0.0-beta.31":
|
||||||
|
version "7.0.0-beta.31"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.31.tgz#afe63ad799209989348b1109b44feb66aa245f57"
|
||||||
|
dependencies:
|
||||||
|
"@babel/helper-get-function-arity" "7.0.0-beta.31"
|
||||||
|
"@babel/template" "7.0.0-beta.31"
|
||||||
|
"@babel/traverse" "7.0.0-beta.31"
|
||||||
|
"@babel/types" "7.0.0-beta.31"
|
||||||
|
|
||||||
|
"@babel/helper-get-function-arity@7.0.0-beta.31":
|
||||||
|
version "7.0.0-beta.31"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.31.tgz#1176d79252741218e0aec872ada07efb2b37a493"
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "7.0.0-beta.31"
|
||||||
|
|
||||||
|
"@babel/template@7.0.0-beta.31":
|
||||||
|
version "7.0.0-beta.31"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.31.tgz#577bb29389f6c497c3e7d014617e7d6713f68bda"
|
||||||
|
dependencies:
|
||||||
|
"@babel/code-frame" "7.0.0-beta.31"
|
||||||
|
"@babel/types" "7.0.0-beta.31"
|
||||||
|
babylon "7.0.0-beta.31"
|
||||||
|
lodash "^4.2.0"
|
||||||
|
|
||||||
|
"@babel/traverse@7.0.0-beta.31", "@babel/traverse@^7.0.0-beta.31":
|
||||||
|
version "7.0.0-beta.31"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.31.tgz#db399499ad74aefda014f0c10321ab255134b1df"
|
||||||
|
dependencies:
|
||||||
|
"@babel/code-frame" "7.0.0-beta.31"
|
||||||
|
"@babel/helper-function-name" "7.0.0-beta.31"
|
||||||
|
"@babel/types" "7.0.0-beta.31"
|
||||||
|
babylon "7.0.0-beta.31"
|
||||||
|
debug "^3.0.1"
|
||||||
|
globals "^10.0.0"
|
||||||
|
invariant "^2.2.0"
|
||||||
|
lodash "^4.2.0"
|
||||||
|
|
||||||
|
"@babel/types@7.0.0-beta.31", "@babel/types@^7.0.0-beta.31":
|
||||||
|
version "7.0.0-beta.31"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.31.tgz#42c9c86784f674c173fb21882ca9643334029de4"
|
||||||
|
dependencies:
|
||||||
|
esutils "^2.0.2"
|
||||||
|
lodash "^4.2.0"
|
||||||
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
acorn-jsx@^3.0.0:
|
acorn-jsx@^3.0.0:
|
||||||
version "3.0.1"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
|
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"
|
||||||
@ -73,22 +126,6 @@ arrify@^1.0.0:
|
|||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
||||||
|
|
||||||
babel-code-frame@7.0.0-alpha.12:
|
|
||||||
version "7.0.0-alpha.12"
|
|
||||||
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-alpha.12.tgz#26fbb2eab1c20763271fecb6b04a108756fae61f"
|
|
||||||
dependencies:
|
|
||||||
chalk "^1.1.0"
|
|
||||||
esutils "^2.0.2"
|
|
||||||
js-tokens "^3.0.0"
|
|
||||||
|
|
||||||
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"
|
|
||||||
dependencies:
|
|
||||||
chalk "^1.1.0"
|
|
||||||
esutils "^2.0.2"
|
|
||||||
js-tokens "^3.0.0"
|
|
||||||
|
|
||||||
babel-code-frame@7.0.0-beta.0:
|
babel-code-frame@7.0.0-beta.0:
|
||||||
version "7.0.0-beta.0"
|
version "7.0.0-beta.0"
|
||||||
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-beta.0.tgz#418a7b5f3f7dc9a4670e61b1158b4c5661bec98d"
|
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-7.0.0-beta.0.tgz#418a7b5f3f7dc9a4670e61b1158b4c5661bec98d"
|
||||||
@ -105,23 +142,14 @@ babel-code-frame@^6.22.0:
|
|||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
js-tokens "^3.0.0"
|
js-tokens "^3.0.0"
|
||||||
|
|
||||||
babel-eslint@^8.0.0-alpha.13:
|
babel-eslint@^8.0.0:
|
||||||
version "8.0.0-alpha.13"
|
version "8.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.0-alpha.13.tgz#47c6f04d4c7ef5084f5a849ffe5a8a48f17db7df"
|
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.1.tgz#5d718be7a328625d006022eb293ed3008cbd6346"
|
||||||
dependencies:
|
dependencies:
|
||||||
babel-code-frame "7.0.0-alpha.12"
|
babel-code-frame "7.0.0-beta.0"
|
||||||
babel-traverse "7.0.0-alpha.12"
|
babel-traverse "7.0.0-beta.0"
|
||||||
babel-types "7.0.0-alpha.12"
|
babel-types "7.0.0-beta.0"
|
||||||
babylon "7.0.0-beta.14"
|
babylon "7.0.0-beta.22"
|
||||||
|
|
||||||
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"
|
|
||||||
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-types "7.0.0-alpha.7"
|
|
||||||
|
|
||||||
babel-helper-function-name@7.0.0-beta.0:
|
babel-helper-function-name@7.0.0-beta.0:
|
||||||
version "7.0.0-beta.0"
|
version "7.0.0-beta.0"
|
||||||
@ -132,39 +160,16 @@ babel-helper-function-name@7.0.0-beta.0:
|
|||||||
babel-traverse "7.0.0-beta.0"
|
babel-traverse "7.0.0-beta.0"
|
||||||
babel-types "7.0.0-beta.0"
|
babel-types "7.0.0-beta.0"
|
||||||
|
|
||||||
babel-helper-get-function-arity@7.0.0-alpha.7:
|
|
||||||
version "7.0.0-alpha.7"
|
|
||||||
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-alpha.7.tgz#16e6526ecefc5537826012365e577de2ccba02f5"
|
|
||||||
dependencies:
|
|
||||||
babel-types "7.0.0-alpha.7"
|
|
||||||
|
|
||||||
babel-helper-get-function-arity@7.0.0-beta.0:
|
babel-helper-get-function-arity@7.0.0-beta.0:
|
||||||
version "7.0.0-beta.0"
|
version "7.0.0-beta.0"
|
||||||
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-beta.0.tgz#9d1ab7213bb5efe1ef1638a8ea1489969b5a8b6e"
|
resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-7.0.0-beta.0.tgz#9d1ab7213bb5efe1ef1638a8ea1489969b5a8b6e"
|
||||||
dependencies:
|
dependencies:
|
||||||
babel-types "7.0.0-beta.0"
|
babel-types "7.0.0-beta.0"
|
||||||
|
|
||||||
babel-messages@7.0.0-alpha.12:
|
|
||||||
version "7.0.0-alpha.12"
|
|
||||||
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-alpha.12.tgz#5fda840cb8dfeda06a7894a1e8ab1af695f249c0"
|
|
||||||
|
|
||||||
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-beta.0:
|
babel-messages@7.0.0-beta.0:
|
||||||
version "7.0.0-beta.0"
|
version "7.0.0-beta.0"
|
||||||
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-beta.0.tgz#6df01296e49fc8fbd0637394326a167f36da817b"
|
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-7.0.0-beta.0.tgz#6df01296e49fc8fbd0637394326a167f36da817b"
|
||||||
|
|
||||||
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-types "7.0.0-alpha.7"
|
|
||||||
babylon "7.0.0-beta.8"
|
|
||||||
lodash "^4.2.0"
|
|
||||||
|
|
||||||
babel-template@7.0.0-beta.0:
|
babel-template@7.0.0-beta.0:
|
||||||
version "7.0.0-beta.0"
|
version "7.0.0-beta.0"
|
||||||
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-beta.0.tgz#85083cf9e4395d5e48bf5154d7a8d6991cafecfb"
|
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-7.0.0-beta.0.tgz#85083cf9e4395d5e48bf5154d7a8d6991cafecfb"
|
||||||
@ -174,33 +179,6 @@ babel-template@7.0.0-beta.0:
|
|||||||
babylon "7.0.0-beta.22"
|
babylon "7.0.0-beta.22"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
|
|
||||||
babel-traverse@7.0.0-alpha.12:
|
|
||||||
version "7.0.0-alpha.12"
|
|
||||||
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-alpha.12.tgz#0c0855a60287e56e54cf61ea9f135cdf759d6ad0"
|
|
||||||
dependencies:
|
|
||||||
babel-code-frame "7.0.0-alpha.12"
|
|
||||||
babel-helper-function-name "7.0.0-alpha.7"
|
|
||||||
babel-messages "7.0.0-alpha.12"
|
|
||||||
babel-types "7.0.0-alpha.12"
|
|
||||||
babylon "7.0.0-beta.12"
|
|
||||||
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-types "7.0.0-alpha.7"
|
|
||||||
babylon "7.0.0-beta.8"
|
|
||||||
debug "^2.2.0"
|
|
||||||
globals "^9.0.0"
|
|
||||||
invariant "^2.2.0"
|
|
||||||
lodash "^4.2.0"
|
|
||||||
|
|
||||||
babel-traverse@7.0.0-beta.0:
|
babel-traverse@7.0.0-beta.0:
|
||||||
version "7.0.0-beta.0"
|
version "7.0.0-beta.0"
|
||||||
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-beta.0.tgz#da14be9b762f62a2f060db464eaafdd8cd072a41"
|
resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-7.0.0-beta.0.tgz#da14be9b762f62a2f060db464eaafdd8cd072a41"
|
||||||
@ -215,22 +193,6 @@ babel-traverse@7.0.0-beta.0:
|
|||||||
invariant "^2.2.0"
|
invariant "^2.2.0"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
|
|
||||||
babel-types@7.0.0-alpha.12:
|
|
||||||
version "7.0.0-alpha.12"
|
|
||||||
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-alpha.12.tgz#d7b2c6d0c49c518fd36de5ac14f4f50bed6de7e5"
|
|
||||||
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"
|
|
||||||
dependencies:
|
|
||||||
esutils "^2.0.2"
|
|
||||||
lodash "^4.2.0"
|
|
||||||
to-fast-properties "^1.0.1"
|
|
||||||
|
|
||||||
babel-types@7.0.0-beta.0:
|
babel-types@7.0.0-beta.0:
|
||||||
version "7.0.0-beta.0"
|
version "7.0.0-beta.0"
|
||||||
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-beta.0.tgz#eb8b6e556470e6dcc4aef982d79ad229469b5169"
|
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-7.0.0-beta.0.tgz#eb8b6e556470e6dcc4aef982d79ad229469b5169"
|
||||||
@ -239,21 +201,13 @@ babel-types@7.0.0-beta.0:
|
|||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
babylon@7.0.0-beta.12:
|
|
||||||
version "7.0.0-beta.12"
|
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.12.tgz#f7b9c8a89ff7d6afb57b906d947a4237f9bf53f9"
|
|
||||||
|
|
||||||
babylon@7.0.0-beta.14:
|
|
||||||
version "7.0.0-beta.14"
|
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.14.tgz#72aa3c493c984c2edc54d4bc077b74066ed4511d"
|
|
||||||
|
|
||||||
babylon@7.0.0-beta.22:
|
babylon@7.0.0-beta.22:
|
||||||
version "7.0.0-beta.22"
|
version "7.0.0-beta.22"
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.22.tgz#74f0ad82ed7c7c3cfeab74cf684f815104161b65"
|
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.22.tgz#74f0ad82ed7c7c3cfeab74cf684f815104161b65"
|
||||||
|
|
||||||
babylon@7.0.0-beta.8:
|
babylon@7.0.0-beta.31, babylon@^7.0.0-beta.31:
|
||||||
version "7.0.0-beta.8"
|
version "7.0.0-beta.31"
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.8.tgz#2bdc5ae366041442c27e068cce6f0d7c06ea9949"
|
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.31.tgz#7ec10f81e0e456fd0f855ad60fa30c2ac454283f"
|
||||||
|
|
||||||
balanced-match@^1.0.0:
|
balanced-match@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
@ -351,7 +305,11 @@ color-name@^1.1.1:
|
|||||||
version "1.1.3"
|
version "1.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
||||||
|
|
||||||
commander@2.9.0, commander@^2.9.0:
|
commander@2.11.0:
|
||||||
|
version "2.11.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
|
||||||
|
|
||||||
|
commander@^2.9.0:
|
||||||
version "2.9.0"
|
version "2.9.0"
|
||||||
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
|
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -398,13 +356,13 @@ date-fns@^1.27.2:
|
|||||||
version "1.28.5"
|
version "1.28.5"
|
||||||
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.28.5.tgz#257cfc45d322df45ef5658665967ee841cd73faf"
|
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.28.5.tgz#257cfc45d322df45ef5658665967ee841cd73faf"
|
||||||
|
|
||||||
debug@2.6.0:
|
debug@3.1.0:
|
||||||
version "2.6.0"
|
version "3.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b"
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
|
||||||
dependencies:
|
dependencies:
|
||||||
ms "0.7.2"
|
ms "2.0.0"
|
||||||
|
|
||||||
debug@^2.2.0, debug@^2.6.8:
|
debug@^2.6.8:
|
||||||
version "2.6.8"
|
version "2.6.8"
|
||||||
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
|
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -436,9 +394,9 @@ del@^2.0.2:
|
|||||||
pinkie-promise "^2.0.0"
|
pinkie-promise "^2.0.0"
|
||||||
rimraf "^2.2.8"
|
rimraf "^2.2.8"
|
||||||
|
|
||||||
diff@3.2.0:
|
diff@3.3.1:
|
||||||
version "3.2.0"
|
version "3.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9"
|
resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.1.tgz#aa8567a6eed03c531fc89d3f711cd0e5259dec75"
|
||||||
|
|
||||||
doctrine@^2.0.0:
|
doctrine@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
@ -634,18 +592,7 @@ get-stream@^3.0.0:
|
|||||||
version "3.0.0"
|
version "3.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
|
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
|
||||||
|
|
||||||
glob@7.1.1:
|
glob@7.1.2, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
|
||||||
version "7.1.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
|
|
||||||
dependencies:
|
|
||||||
fs.realpath "^1.0.0"
|
|
||||||
inflight "^1.0.4"
|
|
||||||
inherits "2"
|
|
||||||
minimatch "^3.0.2"
|
|
||||||
once "^1.3.0"
|
|
||||||
path-is-absolute "^1.0.0"
|
|
||||||
|
|
||||||
glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
|
|
||||||
version "7.1.2"
|
version "7.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -660,7 +607,7 @@ globals@^10.0.0:
|
|||||||
version "10.0.0"
|
version "10.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/globals/-/globals-10.0.0.tgz#a5803a1abe923b52bc33a59cffeaf6e0748cf3f7"
|
resolved "https://registry.yarnpkg.com/globals/-/globals-10.0.0.tgz#a5803a1abe923b52bc33a59cffeaf6e0748cf3f7"
|
||||||
|
|
||||||
globals@^9.0.0, globals@^9.17.0:
|
globals@^9.17.0:
|
||||||
version "9.18.0"
|
version "9.18.0"
|
||||||
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
|
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
|
||||||
|
|
||||||
@ -683,9 +630,9 @@ graceful-fs@^4.1.2:
|
|||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
|
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
|
||||||
|
|
||||||
growl@1.9.2:
|
growl@1.10.3:
|
||||||
version "1.9.2"
|
version "1.10.3"
|
||||||
resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f"
|
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.3.tgz#1926ba90cf3edfe2adb4927f5880bc22c66c790f"
|
||||||
|
|
||||||
has-ansi@^2.0.0:
|
has-ansi@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
@ -693,14 +640,14 @@ has-ansi@^2.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
ansi-regex "^2.0.0"
|
ansi-regex "^2.0.0"
|
||||||
|
|
||||||
has-flag@^1.0.0:
|
|
||||||
version "1.0.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
|
|
||||||
|
|
||||||
has-flag@^2.0.0:
|
has-flag@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
|
||||||
|
|
||||||
|
he@1.1.1:
|
||||||
|
version "1.1.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
|
||||||
|
|
||||||
husky@^0.14.0:
|
husky@^0.14.0:
|
||||||
version "0.14.1"
|
version "0.14.1"
|
||||||
resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.1.tgz#8edba33e728ceed75343e88bb8002e4cbd8d1b40"
|
resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.1.tgz#8edba33e728ceed75343e88bb8002e4cbd8d1b40"
|
||||||
@ -869,10 +816,6 @@ json-stable-stringify@^1.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
jsonify "~0.0.0"
|
jsonify "~0.0.0"
|
||||||
|
|
||||||
json3@3.3.2:
|
|
||||||
version "3.3.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1"
|
|
||||||
|
|
||||||
jsonify@~0.0.0:
|
jsonify@~0.0.0:
|
||||||
version "0.0.0"
|
version "0.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
|
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
|
||||||
@ -949,57 +892,10 @@ listr@^0.12.0:
|
|||||||
stream-to-observable "^0.1.0"
|
stream-to-observable "^0.1.0"
|
||||||
strip-ansi "^3.0.1"
|
strip-ansi "^3.0.1"
|
||||||
|
|
||||||
lodash._baseassign@^3.0.0:
|
|
||||||
version "3.2.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e"
|
|
||||||
dependencies:
|
|
||||||
lodash._basecopy "^3.0.0"
|
|
||||||
lodash.keys "^3.0.0"
|
|
||||||
|
|
||||||
lodash._basecopy@^3.0.0:
|
|
||||||
version "3.0.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36"
|
|
||||||
|
|
||||||
lodash._basecreate@^3.0.0:
|
|
||||||
version "3.0.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz#1bc661614daa7fc311b7d03bf16806a0213cf821"
|
|
||||||
|
|
||||||
lodash._getnative@^3.0.0:
|
|
||||||
version "3.9.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
|
|
||||||
|
|
||||||
lodash._isiterateecall@^3.0.0:
|
|
||||||
version "3.0.9"
|
|
||||||
resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c"
|
|
||||||
|
|
||||||
lodash.chunk@^4.2.0:
|
lodash.chunk@^4.2.0:
|
||||||
version "4.2.0"
|
version "4.2.0"
|
||||||
resolved "https://registry.yarnpkg.com/lodash.chunk/-/lodash.chunk-4.2.0.tgz#66e5ce1f76ed27b4303d8c6512e8d1216e8106bc"
|
resolved "https://registry.yarnpkg.com/lodash.chunk/-/lodash.chunk-4.2.0.tgz#66e5ce1f76ed27b4303d8c6512e8d1216e8106bc"
|
||||||
|
|
||||||
lodash.create@3.1.1:
|
|
||||||
version "3.1.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/lodash.create/-/lodash.create-3.1.1.tgz#d7f2849f0dbda7e04682bb8cd72ab022461debe7"
|
|
||||||
dependencies:
|
|
||||||
lodash._baseassign "^3.0.0"
|
|
||||||
lodash._basecreate "^3.0.0"
|
|
||||||
lodash._isiterateecall "^3.0.0"
|
|
||||||
|
|
||||||
lodash.isarguments@^3.0.0:
|
|
||||||
version "3.1.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
|
|
||||||
|
|
||||||
lodash.isarray@^3.0.0:
|
|
||||||
version "3.0.4"
|
|
||||||
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
|
|
||||||
|
|
||||||
lodash.keys@^3.0.0:
|
|
||||||
version "3.1.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
|
|
||||||
dependencies:
|
|
||||||
lodash._getnative "^3.0.0"
|
|
||||||
lodash.isarguments "^3.0.0"
|
|
||||||
lodash.isarray "^3.0.0"
|
|
||||||
|
|
||||||
lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
|
lodash@^4.0.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
|
||||||
version "4.17.4"
|
version "4.17.4"
|
||||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
||||||
@ -1054,25 +950,20 @@ mkdirp@0.5.1, mkdirp@^0.5.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
minimist "0.0.8"
|
minimist "0.0.8"
|
||||||
|
|
||||||
mocha@^3.0.0:
|
mocha@^4.0.0:
|
||||||
version "3.4.2"
|
version "4.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.4.2.tgz#d0ef4d332126dbf18d0d640c9b382dd48be97594"
|
resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.0.1.tgz#0aee5a95cf69a4618820f5e51fa31717117daf1b"
|
||||||
dependencies:
|
dependencies:
|
||||||
browser-stdout "1.3.0"
|
browser-stdout "1.3.0"
|
||||||
commander "2.9.0"
|
commander "2.11.0"
|
||||||
debug "2.6.0"
|
debug "3.1.0"
|
||||||
diff "3.2.0"
|
diff "3.3.1"
|
||||||
escape-string-regexp "1.0.5"
|
escape-string-regexp "1.0.5"
|
||||||
glob "7.1.1"
|
glob "7.1.2"
|
||||||
growl "1.9.2"
|
growl "1.10.3"
|
||||||
json3 "3.3.2"
|
he "1.1.1"
|
||||||
lodash.create "3.1.1"
|
|
||||||
mkdirp "0.5.1"
|
mkdirp "0.5.1"
|
||||||
supports-color "3.1.2"
|
supports-color "4.4.0"
|
||||||
|
|
||||||
ms@0.7.2:
|
|
||||||
version "0.7.2"
|
|
||||||
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765"
|
|
||||||
|
|
||||||
ms@2.0.0:
|
ms@2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
@ -1374,11 +1265,11 @@ strip-json-comments@~2.0.1:
|
|||||||
version "2.0.1"
|
version "2.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
||||||
|
|
||||||
supports-color@3.1.2:
|
supports-color@4.4.0:
|
||||||
version "3.1.2"
|
version "4.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
|
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.4.0.tgz#883f7ddabc165142b2a61427f3352ded195d1a3e"
|
||||||
dependencies:
|
dependencies:
|
||||||
has-flag "^1.0.0"
|
has-flag "^2.0.0"
|
||||||
|
|
||||||
supports-color@^2.0.0:
|
supports-color@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
@ -1419,10 +1310,6 @@ tmp@^0.0.31:
|
|||||||
dependencies:
|
dependencies:
|
||||||
os-tmpdir "~1.0.1"
|
os-tmpdir "~1.0.1"
|
||||||
|
|
||||||
to-fast-properties@^1.0.1:
|
|
||||||
version "1.0.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
|
|
||||||
|
|
||||||
to-fast-properties@^2.0.0:
|
to-fast-properties@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user