lock to beta.44
This commit is contained in:
parent
b2c065976b
commit
2f7aea98eb
@ -11,10 +11,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.40",
|
"@babel/code-frame": "7.0.0-beta.44",
|
||||||
"@babel/traverse": "7.0.0-beta.40",
|
"@babel/traverse": "7.0.0-beta.44",
|
||||||
"@babel/types": "7.0.0-beta.40",
|
"@babel/types": "7.0.0-beta.44",
|
||||||
"babylon": "7.0.0-beta.40",
|
"babylon": "7.0.0-beta.44",
|
||||||
"eslint-scope": "~3.7.1",
|
"eslint-scope": "~3.7.1",
|
||||||
"eslint-visitor-keys": "^1.0.0"
|
"eslint-visitor-keys": "^1.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -10,17 +10,17 @@
|
|||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
js-tokens "^3.0.0"
|
js-tokens "^3.0.0"
|
||||||
|
|
||||||
"@babel/code-frame@7.0.0-beta.40", "@babel/code-frame@^7.0.0-beta.40":
|
"@babel/code-frame@7.0.0-beta.44":
|
||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.44"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.40.tgz#37e2b0cf7c56026b4b21d3927cadf81adec32ac6"
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/highlight" "7.0.0-beta.40"
|
"@babel/highlight" "7.0.0-beta.44"
|
||||||
|
|
||||||
"@babel/generator@7.0.0-beta.40":
|
"@babel/generator@7.0.0-beta.44":
|
||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.44"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.40.tgz#ab61f9556f4f71dbd1138949c795bb9a21e302ea"
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "7.0.0-beta.40"
|
"@babel/types" "7.0.0-beta.44"
|
||||||
jsesc "^2.5.1"
|
jsesc "^2.5.1"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
source-map "^0.5.0"
|
source-map "^0.5.0"
|
||||||
@ -34,13 +34,13 @@
|
|||||||
"@babel/template" "7.0.0-beta.36"
|
"@babel/template" "7.0.0-beta.36"
|
||||||
"@babel/types" "7.0.0-beta.36"
|
"@babel/types" "7.0.0-beta.36"
|
||||||
|
|
||||||
"@babel/helper-function-name@7.0.0-beta.40":
|
"@babel/helper-function-name@7.0.0-beta.44":
|
||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.44"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.40.tgz#9d033341ab16517f40d43a73f2d81fc431ccd7b6"
|
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-get-function-arity" "7.0.0-beta.40"
|
"@babel/helper-get-function-arity" "7.0.0-beta.44"
|
||||||
"@babel/template" "7.0.0-beta.40"
|
"@babel/template" "7.0.0-beta.44"
|
||||||
"@babel/types" "7.0.0-beta.40"
|
"@babel/types" "7.0.0-beta.44"
|
||||||
|
|
||||||
"@babel/helper-get-function-arity@7.0.0-beta.36":
|
"@babel/helper-get-function-arity@7.0.0-beta.36":
|
||||||
version "7.0.0-beta.36"
|
version "7.0.0-beta.36"
|
||||||
@ -48,15 +48,21 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "7.0.0-beta.36"
|
"@babel/types" "7.0.0-beta.36"
|
||||||
|
|
||||||
"@babel/helper-get-function-arity@7.0.0-beta.40":
|
"@babel/helper-get-function-arity@7.0.0-beta.44":
|
||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.44"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.40.tgz#ac0419cf067b0ec16453e1274f03878195791c6e"
|
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/types" "7.0.0-beta.40"
|
"@babel/types" "7.0.0-beta.44"
|
||||||
|
|
||||||
"@babel/highlight@7.0.0-beta.40":
|
"@babel/helper-split-export-declaration@7.0.0-beta.44":
|
||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.44"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.40.tgz#b43d67d76bf46e1d10d227f68cddcd263786b255"
|
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
|
||||||
|
dependencies:
|
||||||
|
"@babel/types" "7.0.0-beta.44"
|
||||||
|
|
||||||
|
"@babel/highlight@7.0.0-beta.44":
|
||||||
|
version "7.0.0-beta.44"
|
||||||
|
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5"
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk "^2.0.0"
|
chalk "^2.0.0"
|
||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
@ -71,13 +77,13 @@
|
|||||||
babylon "7.0.0-beta.36"
|
babylon "7.0.0-beta.36"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
|
|
||||||
"@babel/template@7.0.0-beta.40":
|
"@babel/template@7.0.0-beta.44":
|
||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.44"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.40.tgz#034988c6424eb5c3268fe6a608626de1f4410fc8"
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "7.0.0-beta.40"
|
"@babel/code-frame" "7.0.0-beta.44"
|
||||||
"@babel/types" "7.0.0-beta.40"
|
"@babel/types" "7.0.0-beta.44"
|
||||||
babylon "7.0.0-beta.40"
|
babylon "7.0.0-beta.44"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
|
|
||||||
"@babel/traverse@7.0.0-beta.36":
|
"@babel/traverse@7.0.0-beta.36":
|
||||||
@ -93,16 +99,17 @@
|
|||||||
invariant "^2.2.0"
|
invariant "^2.2.0"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
|
|
||||||
"@babel/traverse@^7.0.0-beta.40":
|
"@babel/traverse@7.0.0-beta.44":
|
||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.44"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.40.tgz#d140e449b2e093ef9fe1a2eecc28421ffb4e521e"
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/code-frame" "7.0.0-beta.40"
|
"@babel/code-frame" "7.0.0-beta.44"
|
||||||
"@babel/generator" "7.0.0-beta.40"
|
"@babel/generator" "7.0.0-beta.44"
|
||||||
"@babel/helper-function-name" "7.0.0-beta.40"
|
"@babel/helper-function-name" "7.0.0-beta.44"
|
||||||
"@babel/types" "7.0.0-beta.40"
|
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
|
||||||
babylon "7.0.0-beta.40"
|
"@babel/types" "7.0.0-beta.44"
|
||||||
debug "^3.0.1"
|
babylon "7.0.0-beta.44"
|
||||||
|
debug "^3.1.0"
|
||||||
globals "^11.1.0"
|
globals "^11.1.0"
|
||||||
invariant "^2.2.0"
|
invariant "^2.2.0"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
@ -115,9 +122,9 @@
|
|||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@babel/types@7.0.0-beta.40", "@babel/types@^7.0.0-beta.40":
|
"@babel/types@7.0.0-beta.44":
|
||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.44"
|
||||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.40.tgz#25c3d7aae14126abe05fcb098c65a66b6d6b8c14"
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
|
||||||
dependencies:
|
dependencies:
|
||||||
esutils "^2.0.2"
|
esutils "^2.0.2"
|
||||||
lodash "^4.2.0"
|
lodash "^4.2.0"
|
||||||
@ -227,9 +234,9 @@ babylon@7.0.0-beta.36:
|
|||||||
version "7.0.0-beta.36"
|
version "7.0.0-beta.36"
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
|
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e"
|
||||||
|
|
||||||
babylon@7.0.0-beta.40, babylon@^7.0.0-beta.40:
|
babylon@7.0.0-beta.44:
|
||||||
version "7.0.0-beta.40"
|
version "7.0.0-beta.44"
|
||||||
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.40.tgz#91fc8cd56d5eb98b28e6fde41045f2957779940a"
|
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
|
||||||
|
|
||||||
balanced-match@^1.0.0:
|
balanced-match@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user